org.apache.jmeter.engine.util
public class ValueReplacer extends Object
Constructor and Description |
---|
ValueReplacer() |
ValueReplacer(TestPlan tp) |
Modifier and Type | Method and Description |
---|---|
void |
addVariable(String name,
String value) |
void |
addVariables(Map<String,String> vars)
Add all the given variables to this replacer's variables map.
|
void |
replaceValues(TestElement el) |
void |
reverseReplace(TestElement el) |
void |
reverseReplace(TestElement el,
boolean regexMatch) |
void |
setUserDefinedVariables(Map<String,String> variables) |
void |
undoReverseReplace(TestElement el) |
public ValueReplacer()
public ValueReplacer(TestPlan tp)
public void replaceValues(TestElement el) throws InvalidVariableException
InvalidVariableException
public void reverseReplace(TestElement el) throws InvalidVariableException
InvalidVariableException
public void reverseReplace(TestElement el, boolean regexMatch) throws InvalidVariableException
InvalidVariableException
public void undoReverseReplace(TestElement el) throws InvalidVariableException
InvalidVariableException
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.