public abstract class PatternProcessor extends Object
| Constructor and Description |
|---|
PatternProcessor(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
process(String string) |
String |
process(String string,
boolean recursive) |
protected abstract String |
resolve(Matcher matcher) |
Copyright © 2021. All rights reserved.