public static enum ResourceUtil.P2Repositories extends Enum<ResourceUtil.P2Repositories>
Enum Constant and Description |
---|
ECLIPSE_342 |
PACK_GZ |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
URI |
toURI() |
static ResourceUtil.P2Repositories |
valueOf(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(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 URI toURI()
public String toString()
toString
in class Enum<ResourceUtil.P2Repositories>
Copyright © 2008-2016 Eclipse Foundation. All Rights Reserved.