org.specrunner.listeners.core
Class TagPluginListener

java.lang.Object
  extended by org.specrunner.listeners.core.AbstractPluginListener
      extended by org.specrunner.listeners.core.TagPluginListener
All Implemented Interfaces:
IPluginListener, ISpecRunnerListener

public class TagPluginListener
extends AbstractPluginListener

Tag executed plugins with ignore.

Author:
Thiago Santos.

Constructor Summary
TagPluginListener()
           
 
Method Summary
 String getName()
          The listener name.
 void onAfterEnd(IPlugin plugin, IContext context, IResultSet result)
          Perform some action after plugin ending.
 void reset()
          Reset listener state.
 
Methods inherited from class org.specrunner.listeners.core.AbstractPluginListener
onAfterInit, onAfterStart, onBeforeEnd, onBeforeInit, onBeforeStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagPluginListener

public TagPluginListener()
Method Detail

getName

public String getName()
Description copied from interface: ISpecRunnerListener
The listener name. Used to distinguish between different listeners.

Returns:
The listener name.

reset

public void reset()
Description copied from interface: ISpecRunnerListener
Reset listener state.


onAfterEnd

public void onAfterEnd(IPlugin plugin,
                       IContext context,
                       IResultSet result)
Description copied from interface: IPluginListener
Perform some action after plugin ending.

Specified by:
onAfterEnd in interface IPluginListener
Overrides:
onAfterEnd in class AbstractPluginListener
Parameters:
plugin - The plugin instance.
context - The context.
result - The result.


Copyright © 2014. All rights reserved.