public interface ZipModel
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressionMethod()
Returns the field
compressionMethod. |
java.io.File |
getDirectoryToZip()
Returns the field
directoryToZip. |
java.lang.String |
getDirToStart()
Returns the field
dirToStart. |
int |
getFileCounter()
Returns the field
fileCounter. |
java.io.FilenameFilter |
getFileFilter()
Returns the field
fileFilter. |
long |
getFileLength()
Returns the field
fileLength. |
java.io.File |
getZipFile()
Returns the field
zipFile. |
java.lang.String |
getZipFileComment()
Returns the field
zipFileComment. |
java.lang.String |
getZipFileName()
Returns the field
zipFileName. |
java.util.zip.ZipFile |
getZipFileObj()
Returns the field
zipFileObj. |
int |
getZipLevel()
Returns the field
zipLevel. |
void |
setCompressionMethod(int compressionMethod)
Sets the field
compressionMethod. |
void |
setDirectoryToZip(java.io.File directoryToZip)
Sets the field
directoryToZip. |
void |
setDirToStart(java.lang.String dirToStart)
Sets the field
dirToStart. |
void |
setFileCounter(int fileCounter)
Sets the field
fileCounter. |
void |
setFileFilter(java.io.FilenameFilter fileFilter)
Sets the field
fileFilter. |
void |
setFileLength(long fileLength)
Sets the field
fileLength. |
void |
setZipFile(java.io.File zipFile)
Sets the field
zipFile. |
void |
setZipFileComment(java.lang.String zipFileComment)
Sets the field
zipFileComment. |
void |
setZipFileName(java.lang.String zipFileName)
Sets the field
zipFileName. |
void |
setZipFileObj(java.util.zip.ZipFile zipFileObj)
Sets the field
zipFileObj. |
void |
setZipLevel(int zipLevel)
Sets the field
zipLevel. |
int getCompressionMethod()
compressionMethod.compressionMethod.java.io.File getDirectoryToZip()
directoryToZip.directoryToZip.java.lang.String getDirToStart()
dirToStart.dirToStart.int getFileCounter()
fileCounter.fileCounter.java.io.FilenameFilter getFileFilter()
fileFilter.fileFilter.long getFileLength()
fileLength.fileLength.java.io.File getZipFile()
zipFile.zipFile.java.lang.String getZipFileComment()
zipFileComment.zipFileComment.java.lang.String getZipFileName()
zipFileName.zipFileName.java.util.zip.ZipFile getZipFileObj()
zipFileObj.zipFileObj.int getZipLevel()
zipLevel.zipLevel.void setCompressionMethod(int compressionMethod)
compressionMethod.compressionMethod - The compressionMethod to setvoid setDirectoryToZip(java.io.File directoryToZip)
directoryToZip.directoryToZip - The directoryToZip to setvoid setDirToStart(java.lang.String dirToStart)
dirToStart.dirToStart - The dirToStart to setvoid setFileCounter(int fileCounter)
fileCounter.fileCounter - The fileCounter to setvoid setFileFilter(java.io.FilenameFilter fileFilter)
fileFilter.fileFilter - The fileFilter to setvoid setFileLength(long fileLength)
fileLength.fileLength - The fileLength to setvoid setZipFile(java.io.File zipFile)
zipFile.zipFile - The zipFile to setvoid setZipFileComment(java.lang.String zipFileComment)
zipFileComment.zipFileComment - The zipFileComment to setvoid setZipFileName(java.lang.String zipFileName)
zipFileName.zipFileName - The zipFileName to setvoid setZipFileObj(java.util.zip.ZipFile zipFileObj)
zipFileObj.zipFileObj - The zipFileObj to setvoid setZipLevel(int zipLevel)
zipLevel.zipLevel - The zipLevel to set