Package org.pentaho.di.www.service.zip
Interface ZipService
-
- All Known Implementing Classes:
ZipServiceKettle
public interface ZipServiceSimple class to handle zip file operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextract(String zipFile, String destinationDirectory)Decompress thezipFileand place contents intodestinationDirectory.
-
-
-
Method Detail
-
extract
void extract(String zipFile, String destinationDirectory) throws org.pentaho.di.core.exception.KettleException
Decompress thezipFileand place contents intodestinationDirectory.- Parameters:
zipFile- path to zip file.destinationDirectory- directory where the contents of the file will be placed.- Throws:
org.pentaho.di.core.exception.KettleException
-
-