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
ConstructorDescriptionReplaceFunctionsWithStrings
(CompoundVariable masterFunction, Map<String, String> variables) ReplaceFunctionsWithStrings
(CompoundVariable masterFunction, Map<String, String> variables, boolean regexMatch) -
Method Summary
Modifier and TypeMethodDescriptionprotected CompoundVariable
void
setMasterFunction
(CompoundVariable variable) void
setVariables
(Map<String, String> map) default JMeterProperty
transform
(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:
transform
in interfaceorg.apache.jmeter.engine.util.PropertyTransformer
-