static enum ManifestPropertyIO.INIT_METHOD extends Enum<ManifestPropertyIO.INIT_METHOD>
Enum Constant and Description |
---|
ARCHIVE_FILE |
JAR_FILE_INSTANCE |
MANIFEST_FILE |
MANIFEST_INSTANCE |
RESOURCE_NAME |
SERVLET_CONTEXT_INSTANCE |
UNKNOWN |
URL |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static ManifestPropertyIO.INIT_METHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManifestPropertyIO.INIT_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManifestPropertyIO.INIT_METHOD UNKNOWN
public static final ManifestPropertyIO.INIT_METHOD RESOURCE_NAME
public static final ManifestPropertyIO.INIT_METHOD URL
public static final ManifestPropertyIO.INIT_METHOD JAR_FILE_INSTANCE
public static final ManifestPropertyIO.INIT_METHOD MANIFEST_FILE
public static final ManifestPropertyIO.INIT_METHOD ARCHIVE_FILE
public static final ManifestPropertyIO.INIT_METHOD SERVLET_CONTEXT_INSTANCE
public static final ManifestPropertyIO.INIT_METHOD MANIFEST_INSTANCE
public static ManifestPropertyIO.INIT_METHOD[] values()
for (ManifestPropertyIO.INIT_METHOD c : ManifestPropertyIO.INIT_METHOD.values()) System.out.println(c);
public static ManifestPropertyIO.INIT_METHOD 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 String getName()