org.specrunner.core.pipes.plugin
Class PipeShortDump
java.lang.Object
org.specrunner.core.pipes.PipeDump
org.specrunner.core.pipes.plugin.PipeShortDump
- All Implemented Interfaces:
- IPipe
public class PipeShortDump
- extends PipeDump
Perform a short version of reports.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipeShortDump
public PipeShortDump()
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.