org.apache.jmeter.testelement.property
Class MapProperty
- Cloneable, Comparable, JMeterProperty, Serializable
clone , compareTo , convertObject , createProperty , equals , getBlankProperty , getBlankProperty , getBooleanValue , getDoubleValue , getFloatValue , getIntValue , getIterator , getLongValue , getName , getPropertyType , hashCode , isEqualType , isRunningVersion , makeProperty , mergeIn , normalizeList , normalizeMap , setName , setRunningVersion , toString |
MapProperty
public MapProperty()
MapProperty
public MapProperty(String name,
Map value)
clear
public void clear()
Clear away all values in the property.
- clear in interface MultiProperty
getPropertyType
protected Class getPropertyType()
Figures out what kind of properties this collection is holding and
returns the class type.
- getPropertyType in interface AbstractProperty
iterator
public PropertyIterator iterator()
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
- iterator in interface MultiProperty
- an iterator for the sub-values of this property
setMap
public void setMap(Map newMap)
setRunningVersion
public void setRunningVersion(boolean running)
Make the property a running version or turn it off as the running
version. A property that is made a running version will preserve the
current state in such a way that it is retrievable by a future call to
'recoverRunningVersion()'. Additionally, a property that is a running
version will resolve all functions prior to returning it's property
value. A non-running version property will return functions as their
uncompiled string representation.
- setRunningVersion in interface JMeterProperty
- setRunningVersion in interface MultiProperty
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.