All Known Implementing Classes:
DefaultProblemsHandler

public interface ProblemsHandler
Handler for the problems generated when loading an extension.
Since:
1.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleProblems(ProblemsReporter problemsReporter)
    Receives a ProblemsReporter with the current status of errors and warnings and executes to be able to execute the correspondent handling.
  • Method Details

    • handleProblems

      void handleProblems(ProblemsReporter problemsReporter)
      Receives a ProblemsReporter with the current status of errors and warnings and executes to be able to execute the correspondent handling.
      Parameters:
      problemsReporter - reporter containing the extension loading errors and warnings.