org.finra.jtaf.core.plugins.execution
Interface ICommandRunnerPlugin


public interface ICommandRunnerPlugin

This is the interface to be used for Command Execution plugins


Method Summary
 void handleCommandAfter(CommandRunnerPluginContext ctx)
          Called after every command is finished running
 void handleCommandBefore(CommandRunnerPluginContext ctx)
          Called before every command is run
 

Method Detail

handleCommandBefore

void handleCommandBefore(CommandRunnerPluginContext ctx)
                         throws RunnerPluginException
Called before every command is run

Parameters:
ctx -
Throws:
RunnerPluginException

handleCommandAfter

void handleCommandAfter(CommandRunnerPluginContext ctx)
                        throws RunnerPluginException
Called after every command is finished running

Parameters:
ctx -
Throws:
RunnerPluginException


Copyright © 2014. All rights reserved.