Groovy Documentation

griffon.plugins.ratpack
[Java] Interface GriffonRatpackAppClass

griffon.plugins.ratpack.GriffonRatpackAppClass
  griffon.core.ApplicationHandler
All Superinterfaces:
ApplicationHandler

public interface GriffonRatpackAppClass
extends GriffonClass

Authors:
Andres Almiray


Field Summary
String TRAILING

"RatpackApp"

String TYPE

"ratpack"

 
Fields inherited from interface GriffonClass
STANDARD_PROPERTIES
 
Method Summary
 
Methods inherited from interface GriffonClass
getName, newInstance, getPackageName, getClazz, getMetaClass, getPropertyValue, getPropertyValue, hasProperty, getPropertyName, getShortName, getLogicalPropertyName, getNaturalName, getArtifactType, getFullName, getReferenceInstance, getApp
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

TRAILING

public String TRAILING
"RatpackApp"


TYPE

public String TYPE
"ratpack"


 

Groovy Documentation