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

All Known Implementing Classes:
SuiteDependenciesPlugin, SuiteExclusionsPlugin

public interface IPostParseSuitePlugin

Interface for Parser Plugins which get executed after each applicable suite is parsed


Method Summary
 void execute(PostSuiteParserPluginContext ctx)
          This method executes after each suite is parsed which has the tag name returned by getTagName()
 String getTagName()
          This will return the tag name the ScriptParser will be looking for in the suite.
 

Method Detail

execute

void execute(PostSuiteParserPluginContext ctx)
             throws ParserPluginException
This method executes after each suite is parsed which has the tag name returned by getTagName()

Parameters:
ctx -
Throws:
ParserPluginException

getTagName

String getTagName()
This will return the tag name the ScriptParser will be looking for in the suite. If not found, the execute method will not be run.



Copyright © 2014. All rights reserved.