bb.util
Class CommandLineInterface.StdinReader

java.lang.Object
  extended by bb.util.CommandLineInterface.StdinReader
All Implemented Interfaces:
Runnable
Enclosing class:
CommandLineInterface

private static class CommandLineInterface.StdinReader
extends Object
implements Runnable


Field Summary
private  CommandLineInterface.Commands commands
           
private  Map<String,Method> textToMethod
           
 
Constructor Summary
private CommandLineInterface.StdinReader()
           
 
Method Summary
private  void executeCommand(String commandText)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commands

private final CommandLineInterface.Commands commands

textToMethod

private final Map<String,Method> textToMethod
Constructor Detail

CommandLineInterface.StdinReader

private CommandLineInterface.StdinReader()
Method Detail

run

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

executeCommand

private void executeCommand(String commandText)