CommandLineInputCapturer inputCapturer = getInputCapturer();
commandState.setInputCapturer(inputCapturer);
System.out.println("--------------------");
commandState.capture(command);
command.execute(commandState);
}
protected Map<String, Command> getCommandMap() {
Map<String, Command> commands = new HashMap<String, Command>();