|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.booter.output.OutputConsumerProxy
org.apache.maven.surefire.booter.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.surefire.booter.output.OutputConsumerProxy |
|---|
consumeHeaderLine, consumeMessageLine, consumeOutputLine, getOutputConsumer, setOutputConsumer, 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 to| Method Detail |
|---|
public void consumeFooterLine(java.lang.String line)
consumeFooterLine in interface OutputConsumerconsumeFooterLine in class OutputConsumerProxyline - the line to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||