org.finra.jtaf.core.plugins.parsing
Class PostAllParserPluginContext

java.lang.Object
  extended by 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.


Constructor Summary
PostAllParserPluginContext(TestAgenda testAgenda, CommandRegistry commandRegistry)
           
 
Method Summary
 CommandRegistry getCommandRegistry()
          Returns the Command Library model, so plugins can use the data
 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
 

Constructor Detail

PostAllParserPluginContext

public PostAllParserPluginContext(TestAgenda testAgenda,
                                  CommandRegistry commandRegistry)
Method Detail

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.