public class ParamRefTools
extends java.lang.Object
| Constructor and Description |
|---|
ParamRefTools() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
replaceParams(java.lang.String rawString,
InputDataContext dataContext)
Replaces all parameter references in the designated string with the
corresponding input parameter values from the data context.
|
public static java.lang.String replaceParams(java.lang.String rawString,
InputDataContext dataContext)
throws ConfigurationException
rawString - The raw string containing parameter references to be
replaced.dataContext - The data context to retrieve the parameter values from.ConfigurationException - If a parameter in the raw string cannot be
replaced with the designated data context, a
ConfigurationException will be thrown.