Uses of Interface
org.pentaho.di.repository.IRepositoryExporter
-
Packages that use IRepositoryExporter Package Description org.pentaho.di.repository org.pentaho.di.repository.filerep org.pentaho.di.repository.kdr -
-
Uses of IRepositoryExporter in org.pentaho.di.repository
Subinterfaces of IRepositoryExporter in org.pentaho.di.repository Modifier and Type Interface Description interface
IRepositoryExporterFeedback
The only way this interface extends base IRepositoryExporter is to bring new functionality to objects that implements original interface, not to break backward compatibility.Classes in org.pentaho.di.repository that implement IRepositoryExporter Modifier and Type Class Description class
RepositoryExporter
This class is used to read repository, load jobs and transformations, and export them into xml file.Methods in org.pentaho.di.repository that return IRepositoryExporter Modifier and Type Method Description IRepositoryExporter
Repository. getExporter()
-
Uses of IRepositoryExporter in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return IRepositoryExporter Modifier and Type Method Description IRepositoryExporter
KettleFileRepository. getExporter()
-
Uses of IRepositoryExporter in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return IRepositoryExporter Modifier and Type Method Description IRepositoryExporter
KettleDatabaseRepository. getExporter()
-