Groovy Documentation

griffon.plugins.dbunit
[Groovy] Class DatabaseService

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonService
              griffon.plugins.dbunit.DatabaseService

class DatabaseService
extends AbstractGriffonService

Authors:
Andres Almiray


Field Summary
private DatabaseProcessor databaseProcessor

 
Constructor Summary
DatabaseService()

 
Method Summary
 
Methods inherited from class AbstractGriffonService
serviceInit, serviceDestroy, newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, metaClassOf, getGriffonClass, getApp, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class AbstractGriffonArtifact
newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, metaClassOf, getGriffonClass, getApp, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

databaseProcessor

@Delegate
private final DatabaseProcessor databaseProcessor


 
Constructor Detail

DatabaseService

DatabaseService()


 

Groovy Documentation