org.specrunner.core.pipes.plugin
Class PipeShortDump

java.lang.Object
  extended by org.specrunner.core.pipes.PipeDump
      extended by org.specrunner.core.pipes.plugin.PipeShortDump
All Implemented Interfaces:
IPipe

public class PipeShortDump
extends PipeDump

Perform a short version of reports.

Author:
Thiago Santos

Constructor Summary
PipeShortDump()
           
 
Method Summary
 IChannel process(IChannel channel)
          Perform some transformation over the channel.
 
Methods inherited from class org.specrunner.core.pipes.PipeDump
check, getNome, messageAfter, messageBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeShortDump

public PipeShortDump()
Method Detail

process

public IChannel process(IChannel channel)
                 throws PipelineException
Description copied from interface: IPipe
Perform some transformation over the channel.

Specified by:
process in interface IPipe
Overrides:
process in class PipeDump
Parameters:
channel - The channel.
Returns:
The pipe itself.
Throws:
PipelineException - On processing errors.


Copyright © 2014. All rights reserved.