Interface ProblemsHandler
- 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 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.
-