public class XmlExtensionModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty to indicate if the current ExtensionModel containing it should be expanded in
the Mule application.
It also works to determine that the ComponentBuildingDefinitionProvider must NOT be registered (as it's templating, it doesn't make sense to register a definition provider)
| Constructor and Description |
|---|
XmlExtensionModelProperty(Set<String> namespacesDependencies) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Set<String> |
getNamespacesDependencies() |
boolean |
isPublic() |
public static final String NAME
public Set<String> getNamespacesDependencies()
public String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertyCopyright © 2017 MuleSoft, Inc.. All rights reserved.