Class OutputPump

java.lang.Object
com.google.appengine.tools.admin.OutputPump
All Implemented Interfaces:
Runnable

public class OutputPump extends Object implements Runnable
Pumps lines from one stream onto another, used specifically for getting the stdout/stderr of a child process onto the parent's.
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable