All Known Implementing Classes:
Zipper

public interface ZipModel
The Interface ZipModel.
  • Method Details

    • getCompressionMethod

      int getCompressionMethod()
      Returns the field compressionMethod.
      Returns:
      The field compressionMethod.
    • setCompressionMethod

      void setCompressionMethod(int compressionMethod)
      Sets the field compressionMethod.
      Parameters:
      compressionMethod - The compressionMethod to set
    • getDirectoryToZip

      File getDirectoryToZip()
      Returns the field directoryToZip.
      Returns:
      The field directoryToZip.
    • setDirectoryToZip

      void setDirectoryToZip(File directoryToZip)
      Sets the field directoryToZip.
      Parameters:
      directoryToZip - The directoryToZip to set
    • getDirToStart

      String getDirToStart()
      Returns the field dirToStart.
      Returns:
      The field dirToStart.
    • setDirToStart

      void setDirToStart(String dirToStart)
      Sets the field dirToStart.
      Parameters:
      dirToStart - The dirToStart to set
    • getFileCounter

      int getFileCounter()
      Returns the field fileCounter.
      Returns:
      The field fileCounter.
    • setFileCounter

      void setFileCounter(int fileCounter)
      Sets the field fileCounter.
      Parameters:
      fileCounter - The fileCounter to set
    • getFileFilter

      FilenameFilter getFileFilter()
      Returns the field fileFilter.
      Returns:
      The field fileFilter.
    • setFileFilter

      void setFileFilter(FilenameFilter fileFilter)
      Sets the field fileFilter.
      Parameters:
      fileFilter - The fileFilter to set
    • getFileLength

      long getFileLength()
      Returns the field fileLength.
      Returns:
      The field fileLength.
    • setFileLength

      void setFileLength(long fileLength)
      Sets the field fileLength.
      Parameters:
      fileLength - The fileLength to set
    • getZipFile

      File getZipFile()
      Returns the field zipFile.
      Returns:
      The field zipFile.
    • setZipFile

      void setZipFile(File zipFile)
      Sets the field zipFile.
      Parameters:
      zipFile - The zipFile to set
    • getZipFileComment

      String getZipFileComment()
      Returns the field zipFileComment.
      Returns:
      The field zipFileComment.
    • setZipFileComment

      void setZipFileComment(String zipFileComment)
      Sets the field zipFileComment.
      Parameters:
      zipFileComment - The zipFileComment to set
    • getZipFileName

      String getZipFileName()
      Returns the field zipFileName.
      Returns:
      The field zipFileName.
    • setZipFileName

      void setZipFileName(String zipFileName)
      Sets the field zipFileName.
      Parameters:
      zipFileName - The zipFileName to set
    • getZipFileObj

      ZipFile getZipFileObj()
      Returns the field zipFileObj.
      Returns:
      The field zipFileObj.
    • setZipFileObj

      void setZipFileObj(ZipFile zipFileObj)
      Sets the field zipFileObj.
      Parameters:
      zipFileObj - The zipFileObj to set
    • getZipLevel

      int getZipLevel()
      Returns the field zipLevel.
      Returns:
      The field zipLevel.
    • setZipLevel

      void setZipLevel(int zipLevel)
      Sets the field zipLevel.
      Parameters:
      zipLevel - The zipLevel to set