org.apache.openejb.util
Class Tee

java.lang.Object
  extended by org.apache.openejb.util.Tee
All Implemented Interfaces:
Runnable

public final class Tee
extends Object
implements Runnable

Version:
$Rev$ $Date$

Constructor Summary
Tee(InputStream in, OutputStream... out)
           
 
Method Summary
static void pipe(InputStream in, OutputStream out)
           
static InputStream read(Process process)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tee

public Tee(InputStream in,
           OutputStream... out)
Method Detail

read

public static InputStream read(Process process)

pipe

public static void pipe(InputStream in,
                        OutputStream out)

run

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


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.