Class ConfigurationModelValidator
java.lang.Object
org.mule.runtime.extension.internal.loader.validator.ConfigurationModelValidator
- All Implemented Interfaces:
ExtensionModelValidator
ExtensionModelValidator which applies to ExtensionModels which contains ConfigurationModels and
OperationModels .
This validator makes sure that:
- No parameter of any
ConfigurationModelis defined as a configuration override - No parameter of any
ConfigurationModelcan be named 'name' if it is added not added by the runtime
- Since:
- 1.5
-
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
-
ConfigurationModelValidator
public ConfigurationModelValidator()
-
-
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
-