protected static enum PlainZipExtractor.ZipEntryAction extends java.lang.Enum<PlainZipExtractor.ZipEntryAction>
Modifier and Type | Method and Description |
---|---|
static PlainZipExtractor.ZipEntryAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlainZipExtractor.ZipEntryAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlainZipExtractor.ZipEntryAction INCLUDE
public static final PlainZipExtractor.ZipEntryAction IGNORE
public static final PlainZipExtractor.ZipEntryAction OMIT
public static PlainZipExtractor.ZipEntryAction[] values()
for (PlainZipExtractor.ZipEntryAction c : PlainZipExtractor.ZipEntryAction.values()) System.out.println(c);
public static PlainZipExtractor.ZipEntryAction 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