Uses of Interface
org.pentaho.di.repository.RepositoryImportFeedbackInterface

Packages that use RepositoryImportFeedbackInterface
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.ui.repository.dialog   
 

Uses of RepositoryImportFeedbackInterface in org.pentaho.di.repository
 

Subinterfaces of RepositoryImportFeedbackInterface in org.pentaho.di.repository
 interface IRepositoryImporter
          Handles importing a repository.
 

Classes in org.pentaho.di.repository that implement RepositoryImportFeedbackInterface
 class RepositoryImporter
           
 

Methods in org.pentaho.di.repository with parameters of type RepositoryImportFeedbackInterface
 void RepositoryImporter.importAll(RepositoryImportFeedbackInterface feedback, String fileDirectory, String[] filenames, RepositoryDirectoryInterface baseDirectory, boolean overwrite, boolean continueOnError, String versionComment)
           
 void IRepositoryImporter.importAll(RepositoryImportFeedbackInterface feedback, String fileDirectory, String[] filenames, RepositoryDirectoryInterface baseDirectory, boolean overwrite, boolean continueOnError, String versionComment)
          Import objects from an XML document to a repository.
 boolean RepositoryElementReadListener.jobElementRead(String xml, RepositoryImportFeedbackInterface feedback)
           
 boolean RepositoryImporter.jobElementRead(String xml, RepositoryImportFeedbackInterface feedback)
           
 boolean RepositoryElementReadListener.transformationElementRead(String xml, RepositoryImportFeedbackInterface feedback)
           
 boolean RepositoryImporter.transformationElementRead(String xml, RepositoryImportFeedbackInterface feedback)
           
 

Constructors in org.pentaho.di.repository with parameters of type RepositoryImportFeedbackInterface
RepositoryExportSaxParser(String filename, RepositoryImportFeedbackInterface feedback)
           
 

Uses of RepositoryImportFeedbackInterface in org.pentaho.di.ui.repository.dialog
 

Classes in org.pentaho.di.ui.repository.dialog that implement RepositoryImportFeedbackInterface
 class RepositoryImportProgressDialog
          Takes care of displaying a dialog that will handle the wait while we are importing a backup file from XML...