Map
of variables with the content and returns the resulting String
without replacing the content. Variables are denoted in this string by the syntax ${variableName}
. The contents will be altered by replacing each variable of the form ${variableName}
with the value returned by variables.getValue("variableName")
.
@param variables the variables to interpolate
@return the result of the interpolation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|