public interface ModelValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(org.mule.runtime.api.meta.model.ExtensionModel model)
Validates the given
model |
void validate(org.mule.runtime.api.meta.model.ExtensionModel model)
throws org.mule.runtime.extension.api.exception.IllegalModelDefinitionException
modelmodel - a ExtensionModelorg.mule.runtime.extension.api.exception.IllegalModelDefinitionException - if the model is illegalCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.