org.finra.jtaf.core.plugins.parsing
Class PostStrategyElementParserPluginContext
java.lang.Object
org.finra.jtaf.core.plugins.parsing.PostStrategyElementParserPluginContext
public class PostStrategyElementParserPluginContext
- extends Object
Exposes the data that can be used and/or modified by a IPostParseStrategyElementPlugin.
Method Summary |
Element |
getElement()
Returns the parsed Element object so that the relevant xml data can be used
in the plugin |
TestAgenda |
getTestAgenda()
Returns the Test Agenda associated with the test run, so plugins can read and modify the data |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostStrategyElementParserPluginContext
public PostStrategyElementParserPluginContext(TestAgenda testAgenda,
Element element)
getTestAgenda
public TestAgenda getTestAgenda()
- Returns the Test Agenda associated with the test run, so plugins can read and modify the data
- Returns:
- testAgenda
getElement
public Element getElement()
- Returns the parsed Element object so that the relevant xml data can be used
in the plugin
- Returns:
- element
Copyright © 2014. All rights reserved.