org.apache.maven.shared.invoker
Class SystemOutHandler

java.lang.Object
  extended by org.apache.maven.shared.invoker.PrintStreamHandler
      extended by org.apache.maven.shared.invoker.SystemOutHandler
All Implemented Interfaces:
InvocationOutputHandler, StreamConsumer

public class SystemOutHandler
extends PrintStreamHandler

Offers an output handler that writes to System.out.

Version:
$Id: SystemOutHandler.java 661996 2008-05-31 10:50:38Z bentmann $

Constructor Summary
SystemOutHandler()
          Creates a new output handler.
SystemOutHandler(boolean alwaysFlush)
          Creates a new output handler.
 
Method Summary
 
Methods inherited from class org.apache.maven.shared.invoker.PrintStreamHandler
consumeLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemOutHandler

public SystemOutHandler()
Creates a new output handler.


SystemOutHandler

public SystemOutHandler(boolean alwaysFlush)
Creates a new output handler.

Parameters:
alwaysFlush - A flag whether the print stream should be flushed after each line.


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.