|
Griffon 1.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.artifacts.model.Platform
public enum Platform
| Enum Constant Summary | |
|---|---|
LINUX
|
|
LINUX64
|
|
MACOSX
|
|
MACOSX64
|
|
SOLARIS
|
|
WINDOWS
|
|
WINDOWS64
|
|
| Field Summary | |
|---|---|
private static String[] |
LOWERCASE_NAMES
|
private static String[] |
NAMES
|
private String |
name
@author Andres Almiray |
| Method Summary | |
|---|---|
private def
|
Platform(String name)
|
static List
|
asList()
|
static Platform
|
findByName(String name)
Finds a platform by name. |
String
|
getLowercaseName()
|
static String[]
|
getLowercaseNames()
|
static List
|
getLowercaseNamesAsList()
|
String
|
getName()
|
static String[]
|
getNames()
|
static List
|
getNamesAsList()
|
Platform
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
Platform[]
|
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 |
|---|
Platform LINUX
Platform LINUX64
Platform MACOSX
Platform MACOSX64
Platform SOLARIS
Platform WINDOWS
Platform WINDOWS64
| Field Detail |
|---|
private static String[] LOWERCASE_NAMES
private static String[] NAMES
private final String name
| Method Detail |
|---|
private def Platform(String name)
public static List asList()
public static Platform findByName(String name)
public String getLowercaseName()
public static String[] getLowercaseNames()
public static List getLowercaseNamesAsList()
public String getName()
public static String[] getNames()
public static List getNamesAsList()
Platform valueOf(String name)
Platform[] values()
Groovy Documentation