Package org.pentaho.di.repository
Interface RepositoryImportFeedbackInterface
-
- All Known Subinterfaces:
IRepositoryImporter
- All Known Implementing Classes:
RepositoryImporter
public interface RepositoryImportFeedbackInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addLog(String line)
boolean
askContinueOnErrorQuestion(String title, String message)
boolean
isAskingOverwriteConfirmation()
boolean
jobOverwritePrompt(JobMeta jobMeta)
void
setLabel(String labelText)
void
showError(String title, String message, Exception e)
boolean
transOverwritePrompt(TransMeta transMeta)
void
updateDisplay()
-
-
-
Method Detail
-
addLog
void addLog(String line)
-
setLabel
void setLabel(String labelText)
-
updateDisplay
void updateDisplay()
-
transOverwritePrompt
boolean transOverwritePrompt(TransMeta transMeta)
-
jobOverwritePrompt
boolean jobOverwritePrompt(JobMeta jobMeta)
-
isAskingOverwriteConfirmation
boolean isAskingOverwriteConfirmation()
-
-