Groovy Documentation

griffon.plugins.couchdb
[Java] Interface CouchdbContributionHandler


public interface CouchdbContributionHandler

Authors:
Andres Almiray


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)

 

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