public static class ConfigUpgradeChangeDefinition.RegexReplace extends ConfigUpgradeChangeDefinition.Masked
Modifier and Type | Field and Description |
---|---|
String |
find
The string to find
|
String |
key
The key name
|
boolean |
matchAll
Find as many matching groups as possible and create replacements for each
one.
|
String |
replaceWith
The string to replace
|
mask
ifKey, ifKeyState, ifType, ifValue, ifValueMatchType, ifValueNotMatched
Constructor and Description |
---|
RegexReplace() |
Modifier and Type | Method and Description |
---|---|
ConfigUpgradeChangeDefinition.Replace |
copyToReplaceObject()
Copies a RegexReplace type object to Replace object.
|
String |
toString() |
public String key
public String find
public String replaceWith
public boolean matchAll
false
.public ConfigUpgradeChangeDefinition.Replace copyToReplaceObject()
Copyright © 2022 Apache Software Foundation. All rights reserved.