| Package | Description | 
|---|---|
| griffon.core.env | 
 Environment and lifecycle support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RunMode | 
RunMode.getCurrent()
Returns the current RunMode which is typically either STANDALONE, WEBSTART or APPLET. 
 | 
static RunMode | 
RunMode.getRunMode(String shortName)
Returns the running mode for the given short name 
 | 
static RunMode | 
RunMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RunMode[] | 
RunMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |