|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy
org.apache.maven.plugin.surefire.booterclient.output.SupressFooterOutputConsumerProxy
public class SupressFooterOutputConsumerProxy
Surefire output consumer that will take out the surefire footer
Constructor Summary | |
---|---|
SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
Create a consumer that will delegate all calls to the next filter but consumeFooterLine(String) |
Method Summary | |
---|---|
void |
consumeFooterLine(java.lang.String line)
Do nothing |
Methods inherited from class org.apache.maven.plugin.surefire.booterclient.output.OutputConsumerProxy |
---|
consumeHeaderLine, consumeMessageLine, consumeOutputLine, getOutputConsumer, testSetCompleted, testSetStarting |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
consumeFooterLine(String)
nextFilter
- filter to delegate toMethod Detail |
---|
public void consumeFooterLine(java.lang.String line)
consumeFooterLine
in interface OutputConsumer
consumeFooterLine
in class OutputConsumerProxy
line
- the line to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |