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
-
Method Details
-
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
-