Package org.apache.jmeter.engine.util
Class UndoVariableReplacement
- java.lang.Object
-
- org.apache.jmeter.engine.util.UndoVariableReplacement
-
public class UndoVariableReplacement extends Object
Replaces ${key} by value extracted fromJMeterVariables
if any
-
-
Constructor Summary
Constructors Constructor Description UndoVariableReplacement(CompoundVariable masterFunction, Map<String,String> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CompoundVariable
getMasterFunction()
Map<String,String>
getVariables()
void
setMasterFunction(CompoundVariable variable)
void
setVariables(Map<String,String> map)
JMeterProperty
transformValue(JMeterProperty prop)
-
-
-
Constructor Detail
-
UndoVariableReplacement
public UndoVariableReplacement(CompoundVariable masterFunction, Map<String,String> variables)
-
-
Method Detail
-
transformValue
public JMeterProperty transformValue(JMeterProperty prop) throws InvalidVariableException
- Throws:
InvalidVariableException
-
setMasterFunction
public void setMasterFunction(CompoundVariable variable)
-
getMasterFunction
protected CompoundVariable getMasterFunction()
-
-