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 from
JMeterVariables
if any
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UndoVariableReplacement
public UndoVariableReplacement(CompoundVariable masterFunction,
Map<String,String> variables)
transformValue
public JMeterProperty transformValue(JMeterProperty prop)
throws InvalidVariableException
- Throws:
InvalidVariableException
setMasterFunction
public void setMasterFunction(CompoundVariable variable)
- Set the master function for the value transformer. This handles
converting strings to functions.
- Parameters:
variable
- Function to be used for the transformation
getMasterFunction
protected CompoundVariable getMasterFunction()
getVariables
public Map<String,String> getVariables()
setVariables
public void setVariables(Map<String,String> map)
- Set the variable names and values used to reverse replace functions with
strings, and undo functions to raw values.
- Parameters:
map
- Map of names and values to be used for the transformation
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.