Package com.sun.enterprise.util.zip
Class ZipItem
java.lang.Object
com.sun.enterprise.util.zip.ZipItem
This class encapsulates the two pieces of information required to make a
ZipEntry -- the "real" path, and the path you want to appear in the zip file
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZipItem
Construct a ZipItem- Parameters:
file- The actual filename- The zip entry name - i.e. the relative path in the zip file- Throws:
ZipFileException
-
-
Method Details