java.lang.Object
com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.ZipFileResource
All Implemented Interfaces:
Closeable, AutoCloseable

public class ZipFileResource extends Object implements Closeable
Represents a ZIP file resource.
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPath

      public String getPath()
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException
    • getZipFile

      public org.apache.commons.compress.archivers.zip.ZipFile getZipFile()
      Returns the underlying ZIP file.
      Returns:
      Returns the underlaying ZIP file, never `null`.