All Known Implementing Classes:
DefaultProblemsHandler

public interface ProblemsHandler
Handler for the problems generated when loading an extension.

Being privileged], this is not intended to be used outside of the scope of crafted extension declarations.

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.