public enum PluginLocation extends java.lang.Enum<PluginLocation>
| Modifier and Type | Method and Description |
|---|---|
static PluginLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginLocation LOCAL
public static final PluginLocation REMOTE
public static final PluginLocation TMP
public static final PluginLocation INSTALLED
public static PluginLocation[] values()
for (PluginLocation c : PluginLocation.values()) System.out.println(c);
public static PluginLocation 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