public abstract class AbstractApplicationModelMigrationStep extends Object implements ApplicationModelContribution
| Modifier and Type | Field and Description |
|---|---|
List<org.jdom2.Namespace> |
namespacesContribution |
| Constructor and Description |
|---|
AbstractApplicationModelMigrationStep() |
| 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. |
String |
getDescription() |
List<org.jdom2.Namespace> |
getNamespacesContributions()
Retrieves the list of namespaces that this contribution step is providing.
|
void |
setApplicationModel(ApplicationModel applicationModel)
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic List<org.jdom2.Namespace> namespacesContribution
public AbstractApplicationModelMigrationStep()
public org.jdom2.xpath.XPathExpression getAppliedTo()
ApplicationModelContributionXPathExpression that matches all elements on which this contribution should be applied to.getAppliedTo in interface ApplicationModelContributionXPathExpressionpublic void setAppliedTo(String xpathExpression)
ApplicationModelContributionsetAppliedTo in interface ApplicationModelContributionpublic ApplicationModel getApplicationModel()
ApplicationModelContributiongetApplicationModel in interface ApplicationModelContributionApplicationModelpublic void setApplicationModel(ApplicationModel applicationModel)
ApplicationModelContributionsetApplicationModel in interface ApplicationModelContributionpublic String getDescription()
getDescription in interface MigrationStep<org.jdom2.Element>public List<org.jdom2.Namespace> getNamespacesContributions()
ApplicationModelContributiongetNamespacesContributions in interface ApplicationModelContributionListpublic void setNamespacesContributions(List<org.jdom2.Namespace> namespaces)
ApplicationModelContributionsetNamespacesContributions in interface ApplicationModelContributionCopyright © 2018 MuleSoft Inc. All rights reserved.