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 SummaryConstructorsConstructorDescriptionReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map<String, String> variables) ReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map<String, String> variables, boolean regexMatch) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected CompoundVariablevoidsetMasterFunction(CompoundVariable variable) voidsetVariables(Map<String, String> map) default JMeterPropertytransform(JMeterProperty input) Deprecated.transformValue(JMeterProperty prop) 
- 
Constructor Details- 
ReplaceFunctionsWithStrings
- 
ReplaceFunctionsWithStringspublic ReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map<String, String> variables, boolean regexMatch) 
 
- 
- 
Method Details- 
transformValue- Throws:
- InvalidVariableException
 
- 
setMasterFunction
- 
getMasterFunction
- 
getVariables
- 
setVariables
- 
transformDeprecated.- Specified by:
- transformin interface- org.apache.jmeter.engine.util.PropertyTransformer
 
 
-