public static enum DirectoryMarshaller.Type extends Enum<DirectoryMarshaller.Type>
DirectoryMarshaller
types.Enum Constant and Description |
---|
GZIP |
NO_COMPRESSION |
TAR_GZIP |
Modifier and Type | Method and Description |
---|---|
static DirectoryMarshaller.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryMarshaller.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectoryMarshaller.Type NO_COMPRESSION
public static final DirectoryMarshaller.Type GZIP
public static final DirectoryMarshaller.Type TAR_GZIP
public static DirectoryMarshaller.Type[] values()
for (DirectoryMarshaller.Type c : DirectoryMarshaller.Type.values()) System.out.println(c);
public static DirectoryMarshaller.Type 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 © 2023. All Rights Reserved.