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