Serializable
, Comparable<FilteredJarSigner.Filters>
, FilteredJarSigner.Filter
public static enum FilteredJarSigner.Filters extends Enum<FilteredJarSigner.Filters> implements FilteredJarSigner.Filter
Enum Constant | Description |
---|---|
ALWAYS_SIGN |
|
NEVER_SIGN |
Modifier and Type | Method | Description |
---|---|---|
static FilteredJarSigner.Filters |
valueOf(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(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 nullCopyright © 2019 Eclipse Foundation. All rights reserved.