Package org.apache.jmeter.engine.util
Class ReplaceFunctionsWithStrings
java.lang.Object
org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings
- All Implemented Interfaces:
 org.apache.jmeter.engine.util.PropertyTransformer
Transforms strings into variable references (in spite of the name, which
 suggests the opposite!)
- 
Constructor Summary
ConstructorsConstructorDescriptionReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map<String, String> variables) ReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map<String, String> variables, boolean regexMatch)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected CompoundVariablevoidsetMasterFunction(CompoundVariable variable) voidsetVariables(Map<String, String> map) default JMeterPropertytransform(JMeterProperty input) Deprecated.transformValue(JMeterProperty prop)  
- 
Constructor Details
- 
ReplaceFunctionsWithStrings
 - 
ReplaceFunctionsWithStrings
public ReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map<String, String> variables, boolean regexMatch)  
 - 
 - 
Method Details
- 
transformValue
- Throws:
 InvalidVariableException
 - 
setMasterFunction
 - 
getMasterFunction
 - 
getVariables
 - 
setVariables
 - 
transform
Deprecated.- Specified by:
 transformin interfaceorg.apache.jmeter.engine.util.PropertyTransformer
 
 -