Groovy Documentation

griffon.plugins.couchdb
[Java] Class CouchdbContributionAdapter

java.lang.Object
  griffon.plugins.couchdb.CouchdbContributionAdapter
All Implemented Interfaces:
CouchdbContributionHandler

public class CouchdbContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private CouchdbProvider provider

 
Constructor Summary
CouchdbContributionAdapter()

 
Method Summary
CouchdbProvider getCouchdbProvider()

void setCouchdbProvider(CouchdbProvider provider)

R withCouchdb(Closure closure)

R withCouchdb(String databaseName, Closure closure)

R withCouchdb(CallableWithArgs callable)

R withCouchdb(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 CouchdbProvider provider


 
Constructor Detail

CouchdbContributionAdapter

CouchdbContributionAdapter()


 
Method Detail

getCouchdbProvider

public CouchdbProvider getCouchdbProvider()


setCouchdbProvider

public void setCouchdbProvider(CouchdbProvider provider)


withCouchdb

public R withCouchdb(Closure closure)


withCouchdb

public R withCouchdb(String databaseName, Closure closure)


withCouchdb

public R withCouchdb(CallableWithArgs callable)


withCouchdb

public R withCouchdb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation