public static enum ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK extends java.lang.Enum<ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK>
Enum Constant | Description |
---|---|
ALAC |
|
ALL |
|
CODEBASE |
|
ENTRYPOINT |
|
NONE |
|
PERMISSIONS |
|
TRUSTED |
Modifier and Type | Method | Description |
---|---|---|
static ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK ALL
public static final ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK NONE
public static final ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK PERMISSIONS
public static final ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK CODEBASE
public static final ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK TRUSTED
public static final ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK ALAC
public static final ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK ENTRYPOINT
public static ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK[] values()
for (ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK c : ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK.values()) System.out.println(c);
public static ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK 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