Class DefaultProblemsHandler

java.lang.Object
org.mule.runtime.extension.internal.loader.DefaultProblemsHandler
All Implemented Interfaces:
ProblemsHandler

public final class DefaultProblemsHandler extends Object implements ProblemsHandler
Since:
1.1
  • Method Details

    • handleProblems

      public 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.
      Specified by:
      handleProblems in interface ProblemsHandler
      Parameters:
      problemsReporter - reporter containing the extension loading errors and warnings.