A simple shell for invoking commands from a command-line.
| Type | Name and description | 
|---|---|
| IO | io | 
| CommandRegistry | registry | 
| Type Params | Return 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-2021 The Apache Software Foundation. All rights reserved.