Uses of Class
org.goots.exploder.Exploder
-
Packages that use Exploder Package Description org.goots.exploder -
-
Uses of Exploder in org.goots.exploder
Methods in org.goots.exploder that return Exploder Modifier and Type Method Description ExploderExploder. disableRecursion()This will disable recursive unpack.ExploderExploder. excludeSuffix(String suffix)Register suffix to ignore when exploding the archive(s).ExploderExploder. 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.ExploderExploder. useTemporaryDirectory()This will configure the current instance to use a temporary directory to copy the target File to prior to unpacking.
-