Groovy Documentation

griffon.plugins.leveldb
[Java] Class LeveldbContributionAdapter

java.lang.Object
  griffon.plugins.leveldb.LeveldbContributionAdapter
All Implemented Interfaces:
LeveldbContributionHandler

public class LeveldbContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private LeveldbProvider provider

 
Constructor Summary
LeveldbContributionAdapter()

 
Method Summary
LeveldbProvider getLeveldbProvider()

void setLeveldbProvider(LeveldbProvider provider)

R withLeveldb(Closure closure)

R withLeveldb(String databaseName, Closure closure)

R withLeveldb(CallableWithArgs callable)

R withLeveldb(String databaseName, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT

private static final String DEFAULT


provider

private LeveldbProvider provider


 
Constructor Detail

LeveldbContributionAdapter

LeveldbContributionAdapter()


 
Method Detail

getLeveldbProvider

public LeveldbProvider getLeveldbProvider()


setLeveldbProvider

public void setLeveldbProvider(LeveldbProvider provider)


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