|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cruisecontrol.util.DiscardConsumer
A StreamConsumer that discards the stream's content.
Constructor Summary | |
DiscardConsumer()
Creates a StreamConsumer instance that discards all line. |
Method Summary | |
void |
consumeLine(java.lang.String line)
Called when the StreamPumper pumps a line from the Stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiscardConsumer()
StreamConsumer
instance that discards all line.
Method Detail |
public void consumeLine(java.lang.String line)
consumeLine
in interface StreamConsumer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |