| Package | Description |
|---|---|
| org.gradle.api.tasks.bundling |
The archive bundling
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
Compression |
Tar.getCompression()
Returns the compression that is used for this archive.
|
static Compression |
Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression[] |
Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tar.setCompression(Compression compression)
Configures the compressor based on passed in compression.
|
Copyright © 2013. All rights reserved