The Meta-Environment API

toolbus.commandline
Class CommandLine

java.lang.Object
  extended by toolbus.commandline.CommandLine

public class CommandLine
extends java.lang.Object


Nested Class Summary
static class CommandLine.ToolBusInputStreamHandler
           
 
Field Summary
private  CommandLine.ToolBusInputStreamHandler toolBusInputStreamHandler
           
 
Constructor Summary
private CommandLine(ToolBus toolbus, java.io.InputStream is, boolean closeStreamWhenDone)
           
 
Method Summary
static CommandLine createCommandLine(ToolBus toolbus, java.io.InputStream is, boolean closeStreamWhenDone)
           
private  void startHandling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toolBusInputStreamHandler

private final CommandLine.ToolBusInputStreamHandler toolBusInputStreamHandler
Constructor Detail

CommandLine

private CommandLine(ToolBus toolbus,
                    java.io.InputStream is,
                    boolean closeStreamWhenDone)
Method Detail

startHandling

private void startHandling()

createCommandLine

public static CommandLine createCommandLine(ToolBus toolbus,
                                            java.io.InputStream is,
                                            boolean closeStreamWhenDone)

The Meta-Environment API