org.mmbase.util.externalprocess
Class CommandExecutor.Copier

java.lang.Object
  extended by org.mmbase.util.externalprocess.CommandExecutor.Copier
All Implemented Interfaces:
Runnable
Enclosing class:
CommandExecutor

public static class CommandExecutor.Copier
extends Object
implements Runnable


Field Summary
 boolean debug
           
 
Constructor Summary
CommandExecutor.Copier(InputStream i, OutputStream o, String n)
           
 
Method Summary
 boolean ready()
           
 void run()
           
 String toString()
           
 void waitFor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

debug

public boolean debug
Constructor Detail

CommandExecutor.Copier

public CommandExecutor.Copier(InputStream i,
                              OutputStream o,
                              String n)
Method Detail

run

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

ready

public boolean ready()

waitFor

public void waitFor()
             throws InterruptedException
Throws:
InterruptedException

toString

public String toString()
Overrides:
toString in class Object


MMBase 2.0-SNAPSHOT - null