|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Platform.Name>
com.izforge.izpack.util.Platform.Name
public static enum Platform.Name
Platform family name.
| Enum Constant Summary | |
|---|---|
AIX
|
|
DEBIAN_LINUX
|
|
FEDORA_LINUX
|
|
FREEBSD
|
|
HP_UX
|
|
LINUX
|
|
MAC
|
|
MAC_OSX
|
|
MANDRAKE_LINUX
|
|
MANDRIVA_LINUX
|
|
OS_2
|
|
RED_HAT_LINUX
|
|
SUNOS
|
|
SUSE_LINUX
|
|
UBUNTU_LINUX
|
|
UNIX
|
|
UNKNOWN
|
|
WINDOWS
|
|
| Method Summary | |
|---|---|
Platform.Name[] |
getParents()
Returns the parent family names. |
boolean |
isA(Platform.Name name)
Determines if this is an instance of the specified name. |
static Platform.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Platform.Name[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Platform.Name UNIX
public static final Platform.Name LINUX
public static final Platform.Name AIX
public static final Platform.Name DEBIAN_LINUX
public static final Platform.Name FEDORA_LINUX
public static final Platform.Name FREEBSD
public static final Platform.Name HP_UX
public static final Platform.Name MAC
public static final Platform.Name MAC_OSX
public static final Platform.Name MANDRAKE_LINUX
public static final Platform.Name MANDRIVA_LINUX
public static final Platform.Name OS_2
public static final Platform.Name RED_HAT_LINUX
public static final Platform.Name SUNOS
public static final Platform.Name SUSE_LINUX
public static final Platform.Name UBUNTU_LINUX
public static final Platform.Name WINDOWS
public static final Platform.Name UNKNOWN
| Method Detail |
|---|
public static Platform.Name[] values()
for (Platform.Name c : Platform.Name.values()) System.out.println(c);
public static Platform.Name valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Platform.Name[] getParents()
public boolean isA(Platform.Name name)
name - the name to check
true if this is an instance of name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||