Interface ProblemsHandler
- All Known Implementing Classes:
DefaultProblemsHandler
public interface ProblemsHandler
Handler for the
problems generated when loading an extension.- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleProblems(ProblemsReporter problemsReporter) Receives aProblemsReporterwith the current status of errors and warnings and executes to be able to execute the correspondent handling.
-
Method Details
-
handleProblems
Receives aProblemsReporterwith 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.
-