Uses of Interface
org.apache.maven.plugin.surefire.booterclient.output.OutputConsumer

Packages that use OutputConsumer
org.apache.maven.plugin.surefire.booterclient   
org.apache.maven.plugin.surefire.booterclient.output   
 

Uses of OutputConsumer in org.apache.maven.plugin.surefire.booterclient
 

Methods in org.apache.maven.plugin.surefire.booterclient that return OutputConsumer
 OutputConsumer ForkingStreamConsumer.getOutputConsumer()
          Get the underlying output consumer.
 

Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type OutputConsumer
ForkingStreamConsumer(OutputConsumer outputConsumer)
           
 

Uses of OutputConsumer in org.apache.maven.plugin.surefire.booterclient.output
 

Classes in org.apache.maven.plugin.surefire.booterclient.output that implement OutputConsumer
 class FileOutputConsumerProxy
          Surefire output consumer proxy that writes test output to a File for each test suite.
 class NullOutputConsumer
           
 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
 class SynchronizedOutputConsumer
          Imposes synchronization on a non-thredsafe OutputConsumer
 

Methods in org.apache.maven.plugin.surefire.booterclient.output that return OutputConsumer
 OutputConsumer OutputConsumerProxy.getOutputConsumer()
          OutputConsumer that calls will be delegated to
 

Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type OutputConsumer
FileOutputConsumerProxy(OutputConsumer outputConsumer, File reportsDirectory)
          Create a consumer that will write to a File for each test
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)
SynchronizedOutputConsumer(OutputConsumer target)
           
 



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