Package | Description |
---|---|
griffon.core.env |
Environment and lifecycle support.
|
org.codehaus.griffon.runtime.core.env |
Enviroment & metadata providers [INTERNAL USE].
|
Modifier and Type | Method and Description |
---|---|
static RunMode |
RunMode.resolveRunMode(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.
|
Modifier and Type | Method and Description |
---|---|
RunMode |
RunModeProvider.get() |