Package | Description |
---|---|
org.codehaus.plexus.archiver.tar |
Modifier and Type | Field and Description |
---|---|
private TarArchiver.TarCompressionMethod |
TarArchiver.compression |
Modifier and Type | Method and Description |
---|---|
static TarArchiver.TarCompressionMethod |
TarArchiver.TarCompressionMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TarArchiver.TarCompressionMethod[] |
TarArchiver.TarCompressionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.io.OutputStream |
TarArchiver.compress(TarArchiver.TarCompressionMethod tarCompressionMethod,
java.io.OutputStream ostream) |
void |
TarArchiver.setCompression(TarArchiver.TarCompressionMethod mode)
Set compression method.
|