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, toString
public 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 EnumeratedAttribute
Copyright © 2001-2013 Codehaus. All Rights Reserved.