public class TokenReplacer
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
TokenReplacer(ReplacementProvider provider,
java.lang.String input) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanCache()
Cleanes the cached replacedOutput.
|
java.lang.String |
replace() |
public TokenReplacer(ReplacementProvider provider, java.lang.String input)