Griffon 1.2.0

griffon.core
[Java] Enum ApplicationPhase

java.lang.Object
  griffon.core.ApplicationPhase

public enum ApplicationPhase

Defines the application life-cycle phases.

Authors:
Andres Almiray
Since:
0.9


Enum Constant Summary
INITIALIZE

MAIN

READY

SHUTDOWN

STARTUP

 
Method Summary
ApplicationPhase valueOf(String name)

Returns the enum constant of this type with the specified name.

ApplicationPhase[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

INITIALIZE

ApplicationPhase INITIALIZE


MAIN

ApplicationPhase MAIN


READY

ApplicationPhase READY


SHUTDOWN

ApplicationPhase SHUTDOWN


STARTUP

ApplicationPhase STARTUP


 
Method Detail

valueOf

ApplicationPhase valueOf(String name)
Returns the enum constant of this type with the specified name.


values

ApplicationPhase[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation