public final class VariableReplacer extends Object
| Constructor and Description |
|---|
VariableReplacer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
replaceVariables(Properties properties,
String value)
This does a replacement of variable references in the given value
where references should be in the form ${propertyname}.
|
public static final String replaceVariables(Properties properties, String value)
properties - The properties used for replacementvalue - The value to replaceCopyright © 2015. All rights reserved.