static TarUtils.Compression |
TarUtils.determineCompression(File archive) |
Determines the compression based on the file extension.
|
static TarUtils.Compression |
TarUtils.determineCompression(File archive,
boolean strict) |
Determines the compression based on the file extension.
|
static TarUtils.Compression |
TarUtils.determineCompression(String archive) |
Determines the compression based on the file extension.
|
static TarUtils.Compression |
TarUtils.determineCompression(String archive,
boolean strict) |
Determines the compression based on the file extension.
|
static TarUtils.Compression |
TarUtils.Compression.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TarUtils.Compression[] |
TarUtils.Compression.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|