Package com.seeq.utilities.process
Class FileZipper
java.lang.Object
com.seeq.utilities.process.FileZipper
This utility class is used to zip one or more directories.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic File
zipDirectory
(Path... inputDirectories) Zips the given directories.
-
Constructor Details
-
FileZipper
public FileZipper()
-
-
Method Details
-
zipDirectory
Zips the given directories.- Parameters:
inputDirectories
- The directories to add to the archive.- Returns:
- A reference to a zipped file.
- Throws:
IOException
- If something goes amiss.
-