| Apache JMeter | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.jmeter.report.engine.ValueReplacerpublic class ValueReplacerextends ObjectConstructor Summary | |
Method Summary | |
void |
|
void |
|
void | |
void | |
void |
|
void |
|
void | |
public void addVariable(String name,
String value)public void addVariables(Map vars)
Add all the given variables to this replacer's variables map.
- Parameters:
vars- A map of variable name-value pairs (String-to-String).
public void replaceValues(TestElement el) throws InvalidVariableException
- Throws:
InvalidVariableException- not thrown currently
public void reverseReplace(TestElement el) throws InvalidVariableException
- Throws:
InvalidVariableException- not thrown currently
public void reverseReplace(TestElement el, boolean regexMatch) throws InvalidVariableException
- Throws:
InvalidVariableException- not thrown currently
public void setUserDefinedVariables(Map variables)
public void undoReverseReplace(TestElement el) throws InvalidVariableException
- Throws:
InvalidVariableException- not thrown currently