Exploder |
Exploder.excludeSuffix(String suffix) |
Register suffix to ignore when exploding the archive(s).
|
void |
ExploderFileProcessor.processFile(File baseDir,
File file) |
Perform arbitrary processing upon a standard file after unpacking and decompression.
|
void |
Exploder.unpack(File root) |
Unpacks the contents of the file/directory, decompressing and unarchiving recursively.
|
void |
Exploder.unpack(String path) |
Unpacks the contents of the url/file/directory, decompressing and unarchiving recursively.
|
void |
Exploder.unpack(ExploderFileProcessor processor,
File root) |
Unpacks the contents of the file/directory, decompressing and unarchiving recursively.
|
void |
Exploder.unpack(ExploderFileProcessor processor,
URL url) |
Unpacks the contents of the remote file, decompressing and unarchiving recursively.
|
Exploder |
Exploder.useTargetDirectory(File targetDirectory) |
This will configure the current instance to use the specified target directory
and copy the target File to it prior to unpacking.
|
Exploder |
Exploder.useTemporaryDirectory() |
This will configure the current instance to use a temporary directory to
copy the target File to prior to unpacking.
|