public interface VersionUpgrade
Modifier and Type | Interface and Description |
---|---|
static class |
VersionUpgrade.UpgradeType |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getMatchXPath()
Return the map of xml element to match
|
String |
getReplacementElementName()
Return the replacement element name
|
String |
getReplacementElementValue()
Return the replacement element value
|
VersionUpgrade.UpgradeType |
getUpgradeType()
Return the kind of processing to do
|
void |
init()
Initialize
|
boolean |
isValid()
Return whether the matched items are valid.
|
VersionUpgrade.UpgradeType getUpgradeType()
void init()
Map<String,String> getMatchXPath()
String getReplacementElementName()
String getReplacementElementValue()
boolean isValid()
Copyright © 2020. All rights reserved.