The Meta-Environment API

toolbus.commandline
Class CommandLine.ToolBusInputStreamHandler

java.lang.Object
  extended by toolbus.commandline.CommandLine.ToolBusInputStreamHandler
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CommandLine

public static class CommandLine.ToolBusInputStreamHandler
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  boolean closeStreamWhenDone
           
private  java.io.BufferedReader reader
           
private  ToolBus toolbus
           
 
Constructor Summary
CommandLine.ToolBusInputStreamHandler(ToolBus toolbus, java.io.InputStream inputStream, boolean closeStreamWhenDone)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toolbus

private final ToolBus toolbus

reader

private final java.io.BufferedReader reader

closeStreamWhenDone

private final boolean closeStreamWhenDone
Constructor Detail

CommandLine.ToolBusInputStreamHandler

public CommandLine.ToolBusInputStreamHandler(ToolBus toolbus,
                                             java.io.InputStream inputStream,
                                             boolean closeStreamWhenDone)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

The Meta-Environment API