Interface RepositoryImportFeedbackInterface

All Known Subinterfaces:
IRepositoryImporter
All Known Implementing Classes:
RepositoryImporter

public interface RepositoryImportFeedbackInterface
  • Method Details

    • 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()