Searched refs:handleInput (Results 1 – 5 of 5) sorted by relevance
25 public final Result handleInput(List<String> input) { in handleInput() method in SingleArgCommand
31 public Result handleInput(List<String> args) { in handleInput() method in HelloWorldCommand
36 public Result handleInput(List<String> input) { in handleInput() method in LogoutCommand
29 Result handleInput(List<String> input); in handleInput() method
54 Result result = command.handleInput(args); in route()