public class XmlBasedDescriber extends Object implements org.mule.runtime.extension.api.declaration.spi.Describer
Describer which generates a ExtensionDeclarer by scanning an XML on from a file
provided in the constructor.| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONFIG_NAME |
static String |
XSD_SUFFIX |
| Constructor and Description |
|---|
XmlBasedDescriber(String modulePath) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.model.declaration.fluent.ExtensionDeclarer |
describe(org.mule.runtime.extension.api.declaration.DescribingContext context) |
protected static final String CONFIG_NAME
public static final String XSD_SUFFIX
public XmlBasedDescriber(String modulePath)
modulePath - relative path to a file that will be loaded from the current ClassLoader. Non null.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.