Class CommandExecutorStreamProcessor


  • public class CommandExecutorStreamProcessor
    extends java.lang.Object
    CommandExecutorStreamProcessor
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Streams processStreams​(java.io.BufferedReader stderrReader, java.io.BufferedReader stdoutReader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandExecutorStreamProcessor

        private CommandExecutorStreamProcessor()
    • Method Detail

      • processStreams

        public static Streams processStreams​(java.io.BufferedReader stderrReader,
                                             java.io.BufferedReader stdoutReader)
                                      throws java.io.IOException
        Throws:
        java.io.IOException