|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.testelement.property.AbstractProperty
org.apache.jmeter.testelement.property.MultiProperty
public abstract class MultiProperty
For JMeterProperties that hold multiple properties within, provides a simple interface for retrieving a property iterator for the sub values.
| Field Summary |
|---|
| Fields inherited from class org.apache.jmeter.testelement.property.AbstractProperty |
|---|
log |
| Constructor Summary | |
|---|---|
MultiProperty()
|
|
MultiProperty(String name)
|
|
| Method Summary | |
|---|---|
abstract void |
addProperty(JMeterProperty prop)
Add a property to the collection. |
abstract void |
clear()
Clear away all values in the property. |
abstract PropertyIterator |
iterator()
Get the property iterator to iterate through the sub-values of this JMeterProperty. |
void |
mergeIn(JMeterProperty prop)
Take the given property object and merge it's value with the current property object. |
protected void |
recoverRunningVersionOfSubElements(TestElement owner)
|
void |
setRunningVersion(boolean running)
Make the property a running version or turn it off as the running version. |
| Methods inherited from class org.apache.jmeter.testelement.property.AbstractProperty |
|---|
clone, compareTo, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, normalizeList, normalizeMap, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.jmeter.testelement.property.JMeterProperty |
|---|
getObjectValue, getStringValue, recoverRunningVersion, setObjectValue |
| Constructor Detail |
|---|
public MultiProperty()
public MultiProperty(String name)
| Method Detail |
|---|
public abstract PropertyIterator iterator()
public abstract void addProperty(JMeterProperty prop)
prop - the JMeterProperty to addpublic abstract void clear()
public void setRunningVersion(boolean running)
AbstractProperty
setRunningVersion in interface JMeterPropertysetRunningVersion in class AbstractPropertyrunning - flag whether this property is a running versionprotected void recoverRunningVersionOfSubElements(TestElement owner)
public void mergeIn(JMeterProperty prop)
AbstractProperty
mergeIn in interface JMeterPropertymergeIn in class AbstractPropertyprop - the property object to merge into this property
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||