public interface RegexVariables
Modifier and Type | Field and Description |
---|---|
static String |
VARIABLE_REGEX_BEGIN |
static String |
VARIABLE_REGEX_END |
static Pattern |
VARIABLE_REGEX_PATTERN |
static String |
VARIABLE_START |
Modifier and Type | Method and Description |
---|---|
void |
addVariable(String varName,
String varValue)
Adds a variable to the Variables object.
|
String |
getVariableValue(String varName)
returns the value of the specified variable or
null if the
variable does not exist |
static final String VARIABLE_START
static final String VARIABLE_REGEX_BEGIN
static final String VARIABLE_REGEX_END
static final Pattern VARIABLE_REGEX_PATTERN
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.