org.apache.jmeter.engine.util
Class ValueReplacer
java.lang.Object
|
+--org.apache.jmeter.engine.util.ValueReplacer
- public class ValueReplacer
- extends Object
- Version:
- $Revision: 1.8 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueReplacer
public ValueReplacer()
ValueReplacer
public ValueReplacer(TestPlan tp)
setUserDefinedVariables
public void setUserDefinedVariables(Map variables)
replaceValues
public void replaceValues(TestElement el)
throws InvalidVariableException
InvalidVariableException
reverseReplace
public void reverseReplace(TestElement el)
throws InvalidVariableException
InvalidVariableException
undoReverseReplace
public void undoReverseReplace(TestElement el)
throws InvalidVariableException
InvalidVariableException
addVariable
public void addVariable(String name,
String value)
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.