Class DefaultProblemsHandler
java.lang.Object
org.mule.runtime.extension.internal.loader.DefaultProblemsHandler
- All Implemented Interfaces:
ProblemsHandler
Default
ProblemsHandler.- 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.- Specified by:
handleProblemsin interfaceProblemsHandler- Parameters:
problemsReporter- reporter containing the extension loading errors and warnings.
-