Class SubtypesModelValidator
java.lang.Object
org.mule.runtime.extension.internal.loader.validator.SubtypesModelValidator
- All Implemented Interfaces:
ExtensionModelValidator
ExtensionModelValidator which applies to ExtensionModels.
This validator checks that all Extension global elements declarations like Subtypes or Imported types are valid.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(org.mule.runtime.api.meta.model.ExtensionModel model, ProblemsReporter problemsReporter) Validates the givenmodelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.extension.api.loader.ExtensionModelValidator
validate
-
Constructor Details
-
SubtypesModelValidator
public SubtypesModelValidator()
-
-
Method Details
-
validate
public void validate(org.mule.runtime.api.meta.model.ExtensionModel model, ProblemsReporter problemsReporter) Description copied from interface:ExtensionModelValidatorValidates the givenmodel- Specified by:
validatein interfaceExtensionModelValidator- Parameters:
model- aExtensionModel
-