org.pentaho.di.repository
Interface RepositoryImportFeedbackInterface
- All Known Subinterfaces:
- IRepositoryImporter
- All Known Implementing Classes:
- RepositoryImporter, RepositoryImportProgressDialog
public interface RepositoryImportFeedbackInterface
addLog
void addLog(String line)
setLabel
void setLabel(String labelText)
updateDisplay
void updateDisplay()
transOverwritePrompt
boolean transOverwritePrompt(TransMeta transMeta)
jobOverwritePrompt
boolean jobOverwritePrompt(JobMeta jobMeta)
showError
void showError(String title,
String message,
Exception e)
askContinueOnErrorQuestion
boolean askContinueOnErrorQuestion(String title,
String message)
isAskingOverwriteConfirmation
boolean isAskingOverwriteConfirmation()