Interface ZipService

All Known Implementing Classes:
ZipServiceKettle

public interface ZipService
Simple class to handle zip file operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extract(String zipFile, String destinationDirectory)
    Decompress the zipFile and place contents into destinationDirectory.
  • Method Details

    • extract

      void extract(String zipFile, String destinationDirectory) throws org.pentaho.di.core.exception.KettleException
      Decompress the zipFile and place contents into destinationDirectory.
      Parameters:
      zipFile - path to zip file.
      destinationDirectory - directory where the contents of the file will be placed.
      Throws:
      org.pentaho.di.core.exception.KettleException