|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.core.pipes.PipeDump
public class PipeDump
Make dumpers dump. :)
| Constructor Summary | |
|---|---|
PipeDump()
|
|
| Method Summary | |
|---|---|
boolean |
check(IChannel channel)
Check if a pipe must perform something on channel. |
protected String |
getNome()
Thread normalized name. |
protected void |
messageAfter(Map<String,Object> info,
IResultSet result)
Message after execution. |
protected void |
messageBefore(String input)
Print message before execution. |
IChannel |
process(IChannel channel)
Perform some transformation over the channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PipeDump()
| Method Detail |
|---|
public boolean check(IChannel channel)
throws AbortException
IPipe
check in interface IPipechannel - The information channel.
AbortException - If the channel is corrupted.
public IChannel process(IChannel channel)
throws PipelineException
IPipe
process in interface IPipechannel - The channel.
PipelineException - On processing errors.protected void messageBefore(String input)
input - The input.protected String getNome()
protected void messageAfter(Map<String,Object> info,
IResultSet result)
info - The model information.result - The result set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||