bb.util
Class CommandLineInterface.StdinReader
java.lang.Object
bb.util.CommandLineInterface.StdinReader
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- CommandLineInterface
private static class CommandLineInterface.StdinReader
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commands
private final CommandLineInterface.Commands commands
textToMethod
private final Map<String,Method> textToMethod
CommandLineInterface.StdinReader
private CommandLineInterface.StdinReader()
run
public void run()
- Specified by:
run
in interface Runnable
executeCommand
private void executeCommand(String commandText)