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 voidaddLog(String line)booleanaskContinueOnErrorQuestion(String title, String message)booleanisAskingOverwriteConfirmation()booleanjobOverwritePrompt(JobMeta jobMeta)voidsetLabel(String labelText)voidshowError(String title, String message, Exception e)booleantransOverwritePrompt(TransMeta transMeta)voidupdateDisplay()
-
-
-
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()
-
-