public class ReplaceStringWithFunctions extends Object
Constructor and Description |
---|
ReplaceStringWithFunctions(CompoundVariable masterFunction,
Map<String,String> variables) |
Modifier and Type | Method and Description |
---|---|
protected CompoundVariable |
getMasterFunction() |
Map<String,String> |
getVariables() |
void |
setMasterFunction(CompoundVariable variable)
Set the master function for the value transformer.
|
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.
|
JMeterProperty |
transformValue(JMeterProperty prop) |
public ReplaceStringWithFunctions(CompoundVariable masterFunction, Map<String,String> variables)
public JMeterProperty transformValue(JMeterProperty prop) throws InvalidVariableException
InvalidVariableException
public void setMasterFunction(CompoundVariable variable)
variable
- Function to be used for the transformationprotected CompoundVariable getMasterFunction()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.