Class SystemOutHandler

  • All Implemented Interfaces:
    InvocationOutputHandler, org.apache.maven.shared.utils.cli.StreamConsumer

    public class SystemOutHandler
    extends PrintStreamHandler
    Offers an output handler that writes to System.out.
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemOutHandler()
      Creates a new output handler.
      SystemOutHandler​(boolean alwaysFlush)
      Creates a new output handler.
    • Method Summary

      • 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.