Uses of Interface
org.apache.maven.surefire.booter.output.OutputConsumer

Packages that use OutputConsumer
org.apache.maven.surefire.booter.output   
 

Uses of OutputConsumer in org.apache.maven.surefire.booter.output
 

Classes in org.apache.maven.surefire.booter.output that implement OutputConsumer
 class FileOutputConsumerProxy
          Surefire output consumer proxy that writes test output to a File for each test suite.
 class OutputConsumerProxy
          Surefire output consumer that will delegate to another OutputConsumer
 class PrintWriterOutputConsumer
          Surefire output consumer that writes everything to a Writer
 class StandardOutputConsumer
          Surefire output consumer that writes everything to System.out
 class SupressFooterOutputConsumerProxy
          Surefire output consumer that will take out the surefire footer
 class SupressHeaderOutputConsumerProxy
          Surefire output consumer that will take out the surefire header
 

Methods in org.apache.maven.surefire.booter.output that return OutputConsumer
 OutputConsumer ForkingStreamConsumer.getOutputConsumer()
          Get the underlying output consumer.
 OutputConsumer OutputConsumerProxy.getOutputConsumer()
          OutputConsumer that calls will be delegated to
 

Methods in org.apache.maven.surefire.booter.output with parameters of type OutputConsumer
 void OutputConsumerProxy.setOutputConsumer(OutputConsumer outputConsumer)
          OutputConsumer that calls will be delegated to
 

Constructors in org.apache.maven.surefire.booter.output with parameters of type OutputConsumer
FileOutputConsumerProxy(OutputConsumer outputConsumer)
          Create a consumer that will write to a File for each test.
FileOutputConsumerProxy(OutputConsumer outputConsumer, File reportsDirectory)
          Create a consumer that will write to a File for each test
ForkingStreamConsumer(OutputConsumer outputConsumer)
           
OutputConsumerProxy(OutputConsumer outputConsumer)
          Create a output consumer that will delegate all calls to the proxied output consumer
SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
          Create a consumer that will delegate all calls to the next filter but SupressFooterOutputConsumerProxy.consumeFooterLine(String)
SupressHeaderOutputConsumerProxy(OutputConsumer nextFilter)
          Create a consumer that will delegate all calls to the next filter but SupressHeaderOutputConsumerProxy.consumeHeaderLine(String)
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.