public abstract class ArchiveUtils extends Object
ArchiveUtils()
static void
extractResourceIfNotPresent(String resourceName, Path destPath)
zip(File dest, File... sources)
zip(Path dest, Path... sources)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArchiveUtils()
public static final void extractResourceIfNotPresent(String resourceName, Path destPath)
public static void zip(Path dest, Path... sources)
public static void zip(File dest, File... sources)