public static enum PathUtilRt.Platform extends java.lang.Enum<PathUtilRt.Platform>
Modifier and Type | Field and Description |
---|---|
static PathUtilRt.Platform |
CURRENT |
Modifier and Type | Method and Description |
---|---|
static PathUtilRt.Platform |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathUtilRt.Platform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathUtilRt.Platform UNIX
public static final PathUtilRt.Platform WINDOWS
public static final PathUtilRt.Platform CURRENT
public static PathUtilRt.Platform[] values()
for (PathUtilRt.Platform c : PathUtilRt.Platform.values()) System.out.println(c);
public static PathUtilRt.Platform valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null