public static enum FilteredJarSigner.Filters extends java.lang.Enum<FilteredJarSigner.Filters> implements FilteredJarSigner.Filter
Enum Constant and Description |
---|
ALWAYS_SIGN |
NEVER_SIGN |
Modifier and Type | Method and Description |
---|---|
static FilteredJarSigner.Filters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilteredJarSigner.Filters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
shouldBeSigned
public static final FilteredJarSigner.Filters ALWAYS_SIGN
public static final FilteredJarSigner.Filters NEVER_SIGN
public static FilteredJarSigner.Filters[] values()
for (FilteredJarSigner.Filters c : FilteredJarSigner.Filters.values()) System.out.println(c);
public static FilteredJarSigner.Filters 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