public class TestConnectionValidator extends Object implements org.mule.runtime.extension.api.loader.ExtensionModelValidator
ExtensionModelValidator which applies to ExtensionModels which are XML based. It validates global element names
are properly written, and there's no name clashing between them.| Modifier and Type | Field and Description |
|---|---|
static String |
TEST_CONNECTION_SELECTED_ELEMENT_INVALID |
| Constructor and Description |
|---|
TestConnectionValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.extension.api.loader.ProblemsReporter problemsReporter) |
public static final String TEST_CONNECTION_SELECTED_ELEMENT_INVALID
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.