net.sourceforge.jaulp.file.zip
Interface ZipModel

All Known Implementing Classes:
Zipper

public interface ZipModel

The Interface ZipModel.

Version:
1.0
Author:
Asterios Raptis

Method Summary
 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.
 

Method Detail

getCompressionMethod

int getCompressionMethod()
Returns the field compressionMethod.

Returns:
The field compressionMethod.

getDirectoryToZip

java.io.File getDirectoryToZip()
Returns the field directoryToZip.

Returns:
The field directoryToZip.

getDirToStart

java.lang.String getDirToStart()
Returns the field dirToStart.

Returns:
The field dirToStart.

getFileCounter

int getFileCounter()
Returns the field fileCounter.

Returns:
The field fileCounter.

getFileFilter

java.io.FilenameFilter getFileFilter()
Returns the field fileFilter.

Returns:
The field fileFilter.

getFileLength

long getFileLength()
Returns the field fileLength.

Returns:
The field fileLength.

getZipFile

java.io.File getZipFile()
Returns the field zipFile.

Returns:
The field zipFile.

getZipFileComment

java.lang.String getZipFileComment()
Returns the field zipFileComment.

Returns:
The field zipFileComment.

getZipFileName

java.lang.String getZipFileName()
Returns the field zipFileName.

Returns:
The field zipFileName.

getZipFileObj

java.util.zip.ZipFile getZipFileObj()
Returns the field zipFileObj.

Returns:
The field zipFileObj.

getZipLevel

int getZipLevel()
Returns the field zipLevel.

Returns:
The field zipLevel.

setCompressionMethod

void setCompressionMethod(int compressionMethod)
Sets the field compressionMethod.

Parameters:
compressionMethod - The compressionMethod to set

setDirectoryToZip

void setDirectoryToZip(java.io.File directoryToZip)
Sets the field directoryToZip.

Parameters:
directoryToZip - The directoryToZip to set

setDirToStart

void setDirToStart(java.lang.String dirToStart)
Sets the field dirToStart.

Parameters:
dirToStart - The dirToStart to set

setFileCounter

void setFileCounter(int fileCounter)
Sets the field fileCounter.

Parameters:
fileCounter - The fileCounter to set

setFileFilter

void setFileFilter(java.io.FilenameFilter fileFilter)
Sets the field fileFilter.

Parameters:
fileFilter - The fileFilter to set

setFileLength

void setFileLength(long fileLength)
Sets the field fileLength.

Parameters:
fileLength - The fileLength to set

setZipFile

void setZipFile(java.io.File zipFile)
Sets the field zipFile.

Parameters:
zipFile - The zipFile to set

setZipFileComment

void setZipFileComment(java.lang.String zipFileComment)
Sets the field zipFileComment.

Parameters:
zipFileComment - The zipFileComment to set

setZipFileName

void setZipFileName(java.lang.String zipFileName)
Sets the field zipFileName.

Parameters:
zipFileName - The zipFileName to set

setZipFileObj

void setZipFileObj(java.util.zip.ZipFile zipFileObj)
Sets the field zipFileObj.

Parameters:
zipFileObj - The zipFileObj to set

setZipLevel

void setZipLevel(int zipLevel)
Sets the field zipLevel.

Parameters:
zipLevel - The zipLevel to set


Copyright © 2010. All Rights Reserved.