|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.engine.util.AbstractTransformer
org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings
Transforms strings into variable references (in spite of the name, which suggests the opposite!)
Field Summary | |
protected CompoundVariable |
masterFunction
|
protected Map |
variables
|
Constructor Summary | |
ReplaceFunctionsWithStrings(CompoundVariable masterFunction,
Map variables)
|
|
ReplaceFunctionsWithStrings(CompoundVariable masterFunction,
Map variables,
boolean regexMatch)
|
Method Summary | |
protected CompoundVariable |
getMasterFunction()
|
Map |
getVariables()
|
void |
setMasterFunction(CompoundVariable variable)
Set the master function for the value transformer. |
void |
setVariables(Map map)
Set the variable names and values used to reverse replace functions with strings, and undo functions to raw values. |
JMeterProperty |
transformValue(JMeterProperty prop)
Transform the given property and return the new version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected CompoundVariable masterFunction
protected Map variables
Constructor Detail |
public ReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map variables)
public ReplaceFunctionsWithStrings(CompoundVariable masterFunction, Map variables, boolean regexMatch)
Method Detail |
public JMeterProperty transformValue(JMeterProperty prop) throws InvalidVariableException
org.apache.jmeter.engine.util.ValueTransformer
prop
-
InvalidVariableException
public void setMasterFunction(CompoundVariable variable)
org.apache.jmeter.engine.util.ValueTransformer
setMasterFunction
in interface org.apache.jmeter.engine.util.ValueTransformer
variable
- protected CompoundVariable getMasterFunction()
public Map getVariables()
public void setVariables(Map map)
org.apache.jmeter.engine.util.ValueTransformer
setVariables
in interface org.apache.jmeter.engine.util.ValueTransformer
map
-
|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |