org.apache.jmeter.save

Class TestElementSaver

Implemented Interfaces:
TestElementTraverser

public class TestElementSaver
extends Object
implements TestElementTraverser

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.

Constructor Details

TestElementSaver

public TestElementSaver(String name)

Method Details

endProperty

public void endProperty(JMeterProperty key)
Notification that a property is ending. Again, this could be a test element or a Map property, dependig on the context.
Specified by:
endProperty in interface TestElementTraverser
Parameters:
key -

endTestElement

public void endTestElement(TestElement el)
Notification that the test element is now done.
Specified by:
endTestElement in interface TestElementTraverser
Parameters:
el -

getConfiguration

public Configuration getConfiguration()

setConfigName

public void setConfigName(DefaultConfiguration config)

simplePropertyValue

public void simplePropertyValue(JMeterProperty value)

startCollection

public void startCollection(CollectionProperty col)

startMap

public void startMap(MapProperty map)

startProperty

public void startProperty(JMeterProperty key)
Notification that a property is starting. This could be a test element property or a Map property - depends on the context.
Specified by:
startProperty in interface TestElementTraverser
Parameters:
key -

startTestElement

public void startTestElement(TestElement el)
Notification that a new test element is about to be traversed.
Specified by:
startTestElement in interface TestElementTraverser
Parameters:
el -

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.