public static enum Classpath.Location extends Enum<Classpath.Location>
| Enum Constant and Description |
|---|
POST_CLASSPATH |
PRE_CLASSPATH |
SERVER_START |
| Modifier and Type | Method and Description |
|---|---|
static Classpath.Location |
fromValue(String value) |
String |
toString() |
String |
value() |
static Classpath.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Classpath.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Classpath.Location PRE_CLASSPATH
public static final Classpath.Location POST_CLASSPATH
public static final Classpath.Location SERVER_START
public static Classpath.Location[] values()
for (Classpath.Location c : Classpath.Location.values()) System.out.println(c);
public static Classpath.Location valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Classpath.Location fromValue(String value)
public String toString()
toString in class Enum<Classpath.Location>public String value()