Package | Description |
---|---|
org.pentaho.di.repository |
This package contains the required classes to handle the Kettle repository.
|
Modifier and Type | Method and Description |
---|---|
List<ExportFeedback> |
RepositoryExporter.exportAllObjectsWithFeedback(org.pentaho.di.core.ProgressMonitorListener monitorOuter,
String xmlFilename,
org.pentaho.di.repository.RepositoryDirectoryInterface root,
String exportType)
This implementation attempts to scan whole repository for all items according to export type.
|
List<ExportFeedback> |
IRepositoryExporterFeedback.exportAllObjectsWithFeedback(org.pentaho.di.core.ProgressMonitorListener monitor,
String xmlFilename,
org.pentaho.di.repository.RepositoryDirectoryInterface root,
String exportType) |