public abstract class SubstitutionPreprocessor extends Object implements Preprocessor
| Constructor and Description |
|---|
SubstitutionPreprocessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRule(String findString,
String replaceString) |
String |
applyRules(String regex) |
abstract String[][] |
getRuleStrings() |
protected void |
removeRule(String findString) |
public abstract String[][] getRuleStrings()
public String applyRules(String regex)
applyRules in interface Preprocessorprotected void removeRule(String findString)
Copyright © 2021. All rights reserved.