A simple shell for invoking commands from a command-line.
Type | Name and description |
---|---|
IO |
io |
CommandRegistry |
registry |
Type | Name and description |
---|---|
Object |
execute(String line) |
Command |
findCommand(String line, List<String> parsedArgs = null) @param line the line to parse |
boolean |
isExecutable(String line) |
def |
leftShift(String line) this should probably be deprecated |
Command |
leftShift(Command command) |
Command |
register(Command command) |
Copyright © 2003-2014 The Codehaus. All rights reserved.