public class PlaintextParameterReplacer extends Object
| Constructor and Description |
|---|
PlaintextParameterReplacer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertParametersSuffice(Collection<String> params,
CharSequence template,
String msg) |
static String |
replacePlainTextParameters(String template,
Map<String,String> parameters)
Replaces variables such as ${XYZ} in the template.
|
static String |
replacePlainTextParametersWithBlanks(String template) |
public static String replacePlainTextParameters(String template, Map<String,String> parameters)
public static String replacePlainTextParametersWithBlanks(String template)
public static void assertParametersSuffice(Collection<String> params, CharSequence template, String msg) throws ConfigurationException
ConfigurationExceptionCopyright © 2003–2018. All rights reserved.