public interface ApplicationModelContribution extends MigrationStep<org.jdom2.Element>
| Modifier and Type | Method and Description |
|---|---|
ApplicationModel |
getApplicationModel()
Retrieves the application model that this contribution step is working over.
|
org.jdom2.xpath.XPathExpression |
getAppliedTo()
Returns the
XPathExpression that matches all elements on which this contribution should be applied to. |
List<org.jdom2.Namespace> |
getNamespacesContributions()
Retrieves the list of namespaces that this contribution step is providing.
|
void |
setApplicationModel(ApplicationModel appModel)
Sets the application model on which this contribution step should work over.
|
void |
setAppliedTo(String xpathExpression)
Sets the xpath expression that matches all elements on which this contribution should be applied to.
|
void |
setNamespacesContributions(List<org.jdom2.Namespace> namespaces)
Sets the namespaces that this contribution step is providing.
|
getDescriptionexecuteorg.jdom2.xpath.XPathExpression getAppliedTo()
XPathExpression that matches all elements on which this contribution should be applied to.XPathExpressionvoid setAppliedTo(String xpathExpression)
xpathExpression - ApplicationModel getApplicationModel()
ApplicationModelvoid setApplicationModel(ApplicationModel appModel)
List<org.jdom2.Namespace> getNamespacesContributions()
Listvoid setNamespacesContributions(List<org.jdom2.Namespace> namespaces)
Copyright © 2018 MuleSoft Inc. All rights reserved.