Class CommandExecutorStreamProcessor


  • public class CommandExecutorStreamProcessor
    extends java.lang.Object
    CommandExecutorStreamProcessor
    Author:
    Joakim Erdfelt
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.maven.wagon.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
    • Method Detail

      • processStreams

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