Class ValidatorModelValidator
java.lang.Object
org.mule.runtime.extension.internal.loader.validator.ValidatorModelValidator
- All Implemented Interfaces:
ExtensionModelValidator
Makes sure that operations with the
VALIDATOR stereotype comply with its restrictions, as defined in Validator- 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
-
ValidatorModelValidator
public ValidatorModelValidator()
-
-
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
-