Interface ZipModel

  • All Known Implementing Classes:
    Zipper

    public interface ZipModel
    The Interface ZipModel.
    • Method Detail

      • 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

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

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

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

        void setDirToStart​(java.lang.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

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

        void setFileFilter​(java.io.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

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

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

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

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

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

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

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

        void setZipFileObj​(java.util.zip.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