Groovy Documentation

griffon.plugins.leveldb
[Java] Interface LeveldbProvider


public interface LeveldbProvider

Authors:
Andres Almiray


Method Summary
Object withLeveldb(Closure closure)

Object withLeveldb(String databaseName, Closure closure)

Object withLeveldb(CallableWithArgs callable)

Object withLeveldb(String databaseName, CallableWithArgs callable)

 

Method Detail

withLeveldb

public Object withLeveldb(Closure closure)


withLeveldb

public Object withLeveldb(String databaseName, Closure closure)


withLeveldb

public Object withLeveldb(CallableWithArgs callable)


withLeveldb

public Object withLeveldb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation