|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.util.ZipUtil
public class ZipUtil
Utility class to perform zip/unzip operations on files and directories.
Constructor Summary | |
---|---|
ZipUtil()
Constructor for ZipUtil. |
Method Summary | |
---|---|
static void |
unzip(File zipFile,
File destDir)
Unpacks a zip file to the target directory. |
static void |
zip(File zipFile,
File parentDir,
File[] sources,
char pathSeparator)
Recursively zips a set of root entries into a zipfile, compressing the contents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipUtil()
Method Detail |
---|
public static void unzip(File zipFile, File destDir) throws IOException
zipFile
- destDir
-
IOException
public static void zip(File zipFile, File parentDir, File[] sources, char pathSeparator) throws IOException
zipFile
- target zip file.parentDir
- a directory containing source files to zip.sources
- an array of files and/or directories to zip.pathSeparator
- path separator for zip entries.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |