Package | Description |
---|---|
griffon.core |
Core application classes.
|
griffon.core.env |
Environment and lifecycle support.
|
org.codehaus.griffon.runtime.core |
Core implementation [INTERNAL USE].
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationConfigurer.runLifecycleHandler(Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
static Lifecycle |
Lifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lifecycle[] |
Lifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultApplicationConfigurer.runLifecycleHandler(Lifecycle lifecycle) |