Groovy Documentation

griffon.plugins.terrastore
[Java] Interface TerrastoreProvider


public interface TerrastoreProvider

Authors:
Andres Almiray


Method Summary
Object withTerrastore(Closure closure)

Object withTerrastore(String clientName, Closure closure)

Object withTerrastore(CallableWithArgs callable)

Object withTerrastore(String clientName, CallableWithArgs callable)

 

Method Detail

withTerrastore

public Object withTerrastore(Closure closure)


withTerrastore

public Object withTerrastore(String clientName, Closure closure)


withTerrastore

public Object withTerrastore(CallableWithArgs callable)


withTerrastore

public Object withTerrastore(String clientName, CallableWithArgs callable)


 

Groovy Documentation