Class ZipFileRegistry
java.lang.Object
com.sun.jdo.api.persistence.enhancer.util.ZipFileRegistry
ZipFileRegistry provides a central point for lookup of zip files
within the filter tool. It needs to be public because it's
accessed from outside the filter.util package.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ZipFilegetZipFile(String path) Return a zip file which must already be openstatic ZipFileopenZipFile(File f) Return a zip file which may already be openstatic EnumerationzipFiles()Returns an enumeration of the zip files in the registry Each element is a ZipFile.
-
Constructor Details
-
ZipFileRegistry
public ZipFileRegistry()
-
-
Method Details
-
openZipFile
Return a zip file which may already be open- Throws:
FileNotFoundExceptionIOException
-
getZipFile
Return a zip file which must already be open -
zipFiles
Returns an enumeration of the zip files in the registry Each element is a ZipFile.
-