public class ReplaceMarkers
extends java.lang.Object
| Constructor and Description |
|---|
ReplaceMarkers() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
removeUnusedMarkers(java.lang.String text,
java.lang.Object missingReplacementValue)
This will remove unset markers within the text.
|
static java.lang.String |
replace(java.lang.String text,
java.util.Map<java.lang.String,java.lang.Object> map)
This will firstly replace any markers within the text with values found in the map and secondly
remove any unset markers within the text.
|
static java.lang.String |
replace(java.lang.String text,
java.util.Map<java.lang.String,java.lang.Object> map,
java.lang.Object missingReplacementValue)
This will firstly replace any markers within the text with values found in the map and secondly
remove any unset markers within the text.
|
public static java.lang.String replace(java.lang.String text,
java.util.Map<java.lang.String,java.lang.Object> map)
text - public static java.lang.String replace(java.lang.String text,
java.util.Map<java.lang.String,java.lang.Object> map,
java.lang.Object missingReplacementValue)
text - public static java.lang.String removeUnusedMarkers(java.lang.String text,
java.lang.Object missingReplacementValue)
text -