Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.report.engine » [javadoc | source]
org.apache.jmeter.report.engine
public class: ValueReplacer [javadoc | source]
java.lang.Object
   org.apache.jmeter.report.engine.ValueReplacer
Field Summary
 Map variables     
Constructor:
 public ValueReplacer() 
 public ValueReplacer(ReportPlan tp) 
Method from org.apache.jmeter.report.engine.ValueReplacer Summary:
addVariable,   addVariables,   replaceValues,   reverseReplace,   reverseReplace,   setUserDefinedVariables,   undoReverseReplace
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.report.engine.ValueReplacer Detail:
 public  void addVariable(String name,
    String value) 
 public  void addVariables(Map vars) 
    Add all the given variables to this replacer's variables map.
 public  void replaceValues(TestElement el) throws InvalidVariableException 
 public  void reverseReplace(TestElement el) throws InvalidVariableException 
 public  void reverseReplace(TestElement el,
    boolean regexMatch) throws InvalidVariableException 
 public  void setUserDefinedVariables(Map variables) 
 public  void undoReverseReplace(TestElement el) throws InvalidVariableException