public static final class TarUnArchiver.UntarCompressionMethod extends EnumeratedAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
BZIP2
BZIP2 compression
|
static String |
GZIP
GZIP compression
|
static String |
NONE
No compression
|
value| Constructor and Description |
|---|
TarUnArchiver.UntarCompressionMethod()
Constructor
|
TarUnArchiver.UntarCompressionMethod(String method)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getValues()
Get valid enumeration values
|
containsValue, getIndex, getValue, indexOfValue, setValue, toStringpublic static final String NONE
public static final String GZIP
public static final String BZIP2
public TarUnArchiver.UntarCompressionMethod()
public TarUnArchiver.UntarCompressionMethod(String method)
public String[] getValues()
getValues in class EnumeratedAttributeCopyright © 2001-2012 Codehaus. All Rights Reserved.