Class ZipFileResource
java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
- All Implemented Interfaces:
Closeable,AutoCloseable
Represents a ZIP file resource.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZipFileResource
- Throws:
IOException
-
-
Method Details
-
toString
-
getPath
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getZipFile
public org.apache.commons.compress.archivers.zip.ZipFile getZipFile()Returns the underlyingZIP file.- Returns:
- Returns the underlaying ZIP file, never `null`.
-