Uses of Interface
org.pentaho.di.www.service.zip.ZipService
-
Packages that use ZipService Package Description org.pentaho.di.www org.pentaho.di.www.service.zip -
-
Uses of ZipService in org.pentaho.di.www
Methods in org.pentaho.di.www that return ZipService Modifier and Type Method Description protected static ZipService
RegisterPackageServlet. getZipService()
Methods in org.pentaho.di.www with parameters of type ZipService Modifier and Type Method Description protected static void
RegisterPackageServlet. setZipService(ZipService aZipService)
-
Uses of ZipService in org.pentaho.di.www.service.zip
Classes in org.pentaho.di.www.service.zip that implement ZipService Modifier and Type Class Description class
ZipServiceKettle
Simple class to handle zip file operations.
-