Groovy Documentation

org.codehaus.griffon.runtime.ratpack
[Java] Class AbstractGriffonRatpackApp

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.ratpack.AbstractGriffonRatpackApp
All Implemented Interfaces:
GriffonRatpackApp

public abstract class AbstractGriffonRatpackApp
extends AbstractGriffonArtifact

Authors:
Andres Almiray


Constructor Summary
AbstractGriffonRatpackApp()

 
Method Summary
protected String getArtifactType()

 
Methods inherited from class AbstractGriffonArtifact
newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execAsync, execSync, execOutside, 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, getGriffonClass, getApp, metaClassOf, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class GroovyObjectSupport
setProperty, getProperty, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractGriffonRatpackApp

AbstractGriffonRatpackApp()


 
Method Detail

getArtifactType

protected String getArtifactType()


 

Groovy Documentation