| Package | Description |
|---|---|
| org.codehaus.plexus.archiver.tar |
| Modifier and Type | Method | Description |
|---|---|---|
static TarUnArchiver.UntarCompressionMethod |
TarUnArchiver.UntarCompressionMethod.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TarUnArchiver.UntarCompressionMethod[] |
TarUnArchiver.UntarCompressionMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TarUnArchiver.setCompression(TarUnArchiver.UntarCompressionMethod method) |
Set decompression algorithm to use; default=none.
|