public class ReplaceResourcePropertyValuesRegex extends ReplaceResourcePropertyValues
| Constructor and Description |
|---|
ReplaceResourcePropertyValuesRegex(String searchRegex,
String replacement,
List<String> propertyNames)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getNewValue(String propertyValue)
Returns the new property value.
|
protected boolean |
valueMatches(String value)
Checks if the value matches the searched value.
|
doActionprotected boolean valueMatches(String value)
ReplaceResourcePropertyValuesvalueMatches in class ReplaceResourcePropertyValuesvalue - content property valueprotected String getNewValue(String propertyValue)
ReplaceResourcePropertyValuesgetNewValue in class ReplaceResourcePropertyValuespropertyValue - old property valueCopyright © 2019. All rights reserved.