org.apache.jmeter.testelement.property
Class ObjectProperty
- Cloneable, Comparable, JMeterProperty, Serializable
public class ObjectProperty
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 |
ObjectProperty
public ObjectProperty()
ObjectProperty
public ObjectProperty(String name)
ObjectProperty
public ObjectProperty(String name,
Object p)
setRunningVersion
public void setRunningVersion(boolean runningVersion)
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 AbstractProperty
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.