Uses of Class
org.pentaho.di.job.entries.unzip.JobEntryUnZip
-
Packages that use JobEntryUnZip Package Description org.pentaho.di.www.service.zip -
-
Uses of JobEntryUnZip in org.pentaho.di.www.service.zip
Methods in org.pentaho.di.www.service.zip that return JobEntryUnZip Modifier and Type Method Description protected JobEntryUnZip
ZipServiceKettle. instantiateJobEntryUnZip()
Create objectJobEntryUnZip
.Methods in org.pentaho.di.www.service.zip with parameters of type JobEntryUnZip Modifier and Type Method Description protected void
ZipServiceKettle. execute(JobEntryUnZip jobEntryUnZip, String zipFile, String destinationDirectory)
protected void
ZipServiceKettle. setValues(JobEntryUnZip jobEntryUnZip, String zipFile, String destinationDirectory)
PopulatejobEntryUnZip
with the bare minimum values to run.
-