public static enum ResourceUtil.P2Repositories extends java.lang.Enum<ResourceUtil.P2Repositories>
Enum Constant and Description |
---|
ECLIPSE_342 |
PACK_GZ |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
path |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.net.URI |
toURI() |
static ResourceUtil.P2Repositories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceUtil.P2Repositories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceUtil.P2Repositories ECLIPSE_342
public static final ResourceUtil.P2Repositories PACK_GZ
public static ResourceUtil.P2Repositories[] values()
for (ResourceUtil.P2Repositories c : ResourceUtil.P2Repositories.values()) System.out.println(c);
public static ResourceUtil.P2Repositories 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 nullpublic java.net.URI toURI()
public java.lang.String toString()
toString
in class java.lang.Enum<ResourceUtil.P2Repositories>