Groovy Documentation

griffon.plugins.leveldb
[Java] Interface LeveldbProvider


public interface LeveldbProvider

Authors:
Andres Almiray


Method Summary
R withLeveldb(Closure closure)

R withLeveldb(String databaseName, Closure closure)

R withLeveldb(CallableWithArgs callable)

R withLeveldb(String databaseName, CallableWithArgs callable)

 

Method Detail

withLeveldb

public R withLeveldb(Closure closure)


withLeveldb

public R withLeveldb(String databaseName, Closure closure)


withLeveldb

public R withLeveldb(CallableWithArgs callable)


withLeveldb

public R withLeveldb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation