Package org.pentaho.di.www.service.zip
Interface ZipService
-
- All Known Implementing Classes:
ZipServiceKettle
public interface ZipService
Simple class to handle zip file operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extract(String zipFile, String destinationDirectory)
Decompress thezipFile
and place contents intodestinationDirectory
.
-
-
-
Method Detail
-
extract
void extract(String zipFile, String destinationDirectory) throws org.pentaho.di.core.exception.KettleException
Decompress thezipFile
and 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
-
-