Class PlatformInstantiatorExecutor.StreamGobbler

java.lang.Object
java.lang.Thread
de.iip_ecosphere.platform.configuration.PlatformInstantiatorExecutor.StreamGobbler
All Implemented Interfaces:
Runnable
Enclosing class:
PlatformInstantiatorExecutor

private class PlatformInstantiatorExecutor.StreamGobbler extends Thread
Simple process stream gobbler.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • StreamGobbler

      private StreamGobbler(InputStream in, PrintStream out)
      Creates a stream gobbler.
      Parameters:
      in - the process stream
      out - the output stream
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread