Groovy Documentation

griffon.plugins.couchdb
[Java] Class AbstractCouchdbProvider

java.lang.Object
  griffon.plugins.couchdb.AbstractCouchdbProvider
All Implemented Interfaces:
CouchdbProvider

public abstract class AbstractCouchdbProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractCouchdbProvider()

 
Method Summary
protected org.jcouchdb.db.Database getDatabase(String databaseName)

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


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractCouchdbProvider

AbstractCouchdbProvider()


 
Method Detail

getDatabase

protected org.jcouchdb.db.Database getDatabase(String databaseName)


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