| 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 Environment | Environment. resolveEnvironment(String shortName)Returns the environment for the given short name | 
| static Environment | Environment. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Environment[] | Environment. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | Environment. getEnvironmentShortName(Environment env) | 
| Modifier and Type | Method and Description | 
|---|---|
| Environment | EnvironmentProvider. get() |