org.finra.jtaf.core.plugins.parsing
Interface IPostParseStrategyElementPlugin

All Known Implementing Classes:
AutomationValuePlugin, MaxThreadsPlugin

public interface IPostParseStrategyElementPlugin

Interface for Parser Plugins which get executed after the test strategy is parsed


Method Summary
 void execute(PostStrategyElementParserPluginContext ctx)
          This method executes after all the test strategy is parsed
 

Method Detail

execute

void execute(PostStrategyElementParserPluginContext ctx)
             throws ParserPluginException
This method executes after all the test strategy is parsed

Parameters:
ctx -
Throws:
ParserPluginException


Copyright © 2014. All rights reserved.