Class SimpleOutputHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleOutputHandler​(java.io.OutputStream output, java.lang.String tag)
      Initializes the simple output handler.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Constructor Detail

      • SimpleOutputHandler

        public SimpleOutputHandler​(java.io.OutputStream output,
                                   java.lang.String tag)
        Initializes the simple output handler.
        Parameters:
        output - the output stream to which to write the output of the external process. May be null.
        tag - a tag for logging. May be null.