Groovy Documentation

griffon.plugins.couchdb
[Groovy] Class ClasspathCouchDBUpdater

java.lang.Object
  org.jcouchdb.util.AbstractCouchDBUpdater
      griffon.plugins.couchdb.ClasspathCouchDBUpdater

class ClasspathCouchDBUpdater
extends org.jcouchdb.util.AbstractCouchDBUpdater

Authors:
Andres Almiray


Property Summary
String parentPath

 
Constructor Summary
ClasspathCouchDBUpdater()

 
Method Summary
protected List readDesignDocuments()

 
Methods inherited from class org.jcouchdb.util.AbstractCouchDBUpdater
org.jcouchdb.util.AbstractCouchDBUpdater#setDatabase(org.jcouchdb.db.Database), org.jcouchdb.util.AbstractCouchDBUpdater#setCreateDatabase(boolean), org.jcouchdb.util.AbstractCouchDBUpdater#updateDesignDocuments(), org.jcouchdb.util.AbstractCouchDBUpdater#wait(long, int), org.jcouchdb.util.AbstractCouchDBUpdater#wait(long), org.jcouchdb.util.AbstractCouchDBUpdater#wait(), org.jcouchdb.util.AbstractCouchDBUpdater#equals(java.lang.Object), org.jcouchdb.util.AbstractCouchDBUpdater#toString(), org.jcouchdb.util.AbstractCouchDBUpdater#hashCode(), org.jcouchdb.util.AbstractCouchDBUpdater#getClass(), org.jcouchdb.util.AbstractCouchDBUpdater#notify(), org.jcouchdb.util.AbstractCouchDBUpdater#notifyAll()
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

parentPath

String parentPath


 
Constructor Detail

ClasspathCouchDBUpdater

ClasspathCouchDBUpdater()


 
Method Detail

readDesignDocuments

protected List readDesignDocuments()


 

Groovy Documentation