public class RegexVariables_impl extends java.lang.Object implements RegexVariables
VARIABLE_REGEX_BEGIN, VARIABLE_REGEX_END, VARIABLE_REGEX_PATTERN, VARIABLE_START| Constructor and Description |
|---|
RegexVariables_impl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(java.lang.String varName,
java.lang.String varValue)
Adds a variable to the Variables object.
|
java.lang.String |
getVariableValue(java.lang.String varName)
returns the value of the specified variable or
null if the
variable does not exist |
public void addVariable(java.lang.String varName,
java.lang.String varValue)
RegexVariablesaddVariable in interface RegexVariablesvarName - variable namevarValue - variable valuepublic java.lang.String getVariableValue(java.lang.String varName)
RegexVariablesnull if the
variable does not existgetVariableValue in interface RegexVariablesvarName - variable namenull if the variable
does not existCopyright © 2013. All Rights Reserved.