org.finra.jtaf.core.plugins.parsing
Class PostAllParserPluginContext
java.lang.Object
org.finra.jtaf.core.plugins.parsing.PostAllParserPluginContext
public class PostAllParserPluginContext
- extends Object
Exposes the data that can be used and/or modified by a IPostParseTestPlugin.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostAllParserPluginContext
public PostAllParserPluginContext(TestAgenda testAgenda,
CommandRegistry commandRegistry)
getTestAgenda
public TestAgenda getTestAgenda()
- Returns the Test Agenda associated with the test run, so plugins can read and modify the data
- Returns:
- testAgenda
getCommandRegistry
public CommandRegistry getCommandRegistry()
- Returns the Command Library model, so plugins can use the data
- Returns:
- commandModel
Copyright © 2014. All rights reserved.