|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.save.TestElementSaver
Field Summary |
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 TestElementTraverser
el
- public void setConfigName(org.apache.avalon.framework.configuration.DefaultConfiguration config)
public void endTestElement(TestElement el)
TestElementTraverser
endTestElement
in interface TestElementTraverser
el
- public void simplePropertyValue(JMeterProperty value)
public void startMap(MapProperty map)
public void startCollection(CollectionProperty col)
public void endProperty(JMeterProperty key)
TestElementTraverser
endProperty
in interface TestElementTraverser
key
- public void startProperty(JMeterProperty key)
TestElementTraverser
startProperty
in interface TestElementTraverser
key
-
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |