org.finra.jtaf.core.parsing
Class AutomationValuePlugin

java.lang.Object
  extended by org.finra.jtaf.core.parsing.AutomationValuePlugin
All Implemented Interfaces:
IPostParseStrategyElementPlugin

public class AutomationValuePlugin
extends Object
implements IPostParseStrategyElementPlugin

Plugin that runs post parse of the strategy. Takes care of parsing the automation value in the agenda.


Constructor Summary
AutomationValuePlugin()
           
 
Method Summary
 void execute(PostStrategyElementParserPluginContext ctx)
          This method executes after all the test strategy is parsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomationValuePlugin

public AutomationValuePlugin()
Method Detail

execute

public void execute(PostStrategyElementParserPluginContext ctx)
             throws ParserPluginException
Description copied from interface: IPostParseStrategyElementPlugin
This method executes after all the test strategy is parsed

Specified by:
execute in interface IPostParseStrategyElementPlugin
Throws:
ParserPluginException


Copyright © 2014. All rights reserved.