org.apache.jmeter.protocol.http.util
Class HTTPArgument
java.lang.Object
|
+--org.apache.jmeter.testelement.AbstractTestElement
|
+--org.apache.jmeter.config.Argument
|
+--org.apache.jmeter.protocol.http.util.HTTPArgument
- All Implemented Interfaces:
- Cloneable, Serializable, TestElement
- public class HTTPArgument
- extends Argument
- implements Serializable
- Author:
- Administrator
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, clear, clone, equals, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
HTTPArgument
public HTTPArgument(String name,
String value,
String metadata)
- Constructor for the Argument object
- Parameters:
name
- Description of Parametervalue
- Description of Parametermetadata
- Description of Parameter
HTTPArgument
public HTTPArgument(String name,
String value)
- Constructor for the Argument object
- Parameters:
name
- Description of Parametervalue
- Description of Parameter
HTTPArgument
public HTTPArgument(String name,
String value,
boolean alreadyEncoded)
HTTPArgument
public HTTPArgument(String name,
String value,
String metaData,
boolean alreadyEncoded)
HTTPArgument
public HTTPArgument(Argument arg)
HTTPArgument
public HTTPArgument()
- Constructor for the Argument object
setUseEquals
public void setUseEquals(boolean ue)
isUseEquals
public boolean isUseEquals()
setAlwaysEncoded
public void setAlwaysEncoded(boolean ae)
isAlwaysEncoded
public boolean isAlwaysEncoded()
setName
public void setName(String newName)
- Sets the Name attribute of the Argument object
- Overrides:
setName
in class Argument
- Parameters:
newName
- The new Name value
getEncodedValue
public String getEncodedValue()
getEncodedName
public String getEncodedName()
convertArgumentsToHTTP
public static void convertArgumentsToHTTP(Arguments args)
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.