Class ConnectionProviderNameModelValidator
java.lang.Object
org.mule.runtime.extension.internal.loader.validator.ConnectionProviderNameModelValidator
- All Implemented Interfaces:
ExtensionModelValidator
Validates that there's no name clashing among the extension's connection providers
- 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
-
ConnectionProviderNameModelValidator
public ConnectionProviderNameModelValidator()
-
-
Method Details
-
validate
public void validate(org.mule.runtime.api.meta.model.ExtensionModel model, ProblemsReporter problemsReporter) throws IllegalModelDefinitionException Description copied from interface:ExtensionModelValidatorValidates the givenmodel- Specified by:
validatein interfaceExtensionModelValidator- Parameters:
model- aExtensionModel- Throws:
IllegalModelDefinitionException- if the model is illegal
-