|
Griffon 0.9.5-rc2 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectgriffon.core.GriffonApplication.Lifecycle
public enum GriffonApplication.Lifecycle
Defines the names of the lifecycle scripts.
| Enum Constant Summary | |
|---|---|
INITIALIZE
|
|
READY
|
|
SHUTDOWN
|
|
STARTUP
|
|
STOP
|
|
| Field Summary | |
|---|---|
private String |
name
Defines the basic contract of a Griffon application. |
| Method Summary | |
|---|---|
String
|
getName()
Returns the capitalized String representation of this Lifecycle object. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
GriffonApplication.Lifecycle INITIALIZE
GriffonApplication.Lifecycle READY
GriffonApplication.Lifecycle SHUTDOWN
GriffonApplication.Lifecycle STARTUP
GriffonApplication.Lifecycle STOP
| Field Detail |
|---|
private String name
| Method Detail |
|---|
public String getName()
Groovy Documentation