org.pentaho.di.repository
Interface RepositoryImportFeedbackInterface

All Known Subinterfaces:
IRepositoryImporter
All Known Implementing Classes:
RepositoryImporter, RepositoryImportProgressDialog

public interface RepositoryImportFeedbackInterface


Method Summary
 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)

showError

void showError(String title,
               String message,
               Exception e)

askContinueOnErrorQuestion

boolean askContinueOnErrorQuestion(String title,
                                   String message)

isAskingOverwriteConfirmation

boolean isAskingOverwriteConfirmation()