|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.save.TestElementSaver
Helper class for OldSaveService
| Constructor Summary | |
TestElementSaver(String name)
|
|
| Method Summary | |
void |
endProperty(JMeterProperty key)
Notification that a property is ending. |
void |
endTestElement(TestElement el)
Notification that the test element is now done. |
org.apache.avalon.framework.configuration.Configuration |
getConfiguration()
|
void |
setConfigName(org.apache.avalon.framework.configuration.DefaultConfiguration config)
|
void |
simplePropertyValue(JMeterProperty value)
|
void |
startCollection(CollectionProperty col)
|
void |
startMap(MapProperty map)
|
void |
startProperty(JMeterProperty key)
Notification that a property is starting. |
void |
startTestElement(TestElement el)
Notification that a new test element is about to be traversed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestElementSaver(String name)
| Method Detail |
public org.apache.avalon.framework.configuration.Configuration getConfiguration()
public void startTestElement(TestElement el)
TestElementTraverser
startTestElement in interface TestElementTraverserel - public void setConfigName(org.apache.avalon.framework.configuration.DefaultConfiguration config)
public void endTestElement(TestElement el)
TestElementTraverser
endTestElement in interface TestElementTraverserel - public void simplePropertyValue(JMeterProperty value)
public void startMap(MapProperty map)
public void startCollection(CollectionProperty col)
public void endProperty(JMeterProperty key)
TestElementTraverser
endProperty in interface TestElementTraverserkey - public void startProperty(JMeterProperty key)
TestElementTraverser
startProperty in interface TestElementTraverserkey -
|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||