public class RegexReplace extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
regex |
protected Pattern |
regexPattern |
protected String |
replace |
protected String |
serviceClass |
protected String |
serviceName |
| Modifier | Constructor and Description |
|---|---|
protected |
RegexReplace() |
|
RegexReplace(String serviceClass,
String serviceName,
String regex,
String replace) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegex() |
Pattern |
getRegexPattern() |
String |
getReplace() |
String |
getServiceClass() |
String |
getServiceName() |
protected void |
setRegex(String regex) |
Copyright © 2018. All Rights Reserved.