- unpack(File) - Method in class org.goots.exploder.Exploder
-
Unpacks the contents of the file/directory, decompressing and unarchiving recursively.
- unpack(ExploderFileProcessor, File) - Method in class org.goots.exploder.Exploder
-
Unpacks the contents of the file/directory, decompressing and unarchiving recursively.
- useTemporaryDirectory() - Method in class org.goots.exploder.Exploder
-
This will configure the current instance to use a temporary directory to
copy the target File to prior to unpacking.
- useWorkingDirectory(File) - Method in class org.goots.exploder.Exploder
-
This will configure the current instance to use the specified working directory
and copy the target File to it prior to unpacking.