|
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
public class 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. |
Configuration |
getConfiguration()
|
void |
setConfigName(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 Configuration getConfiguration()
public void startTestElement(TestElement el)
TestElementTraverser
startTestElement
in interface TestElementTraverser
public void setConfigName(DefaultConfiguration config)
public void endTestElement(TestElement el)
TestElementTraverser
endTestElement
in interface TestElementTraverser
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
public void startProperty(JMeterProperty key)
TestElementTraverser
startProperty
in interface TestElementTraverser
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |