Classes | |
| class | Command |
| class | CommandAction |
| class | CommandLine |
| class | ShellContext |
| class | ShellException |
| class | ShellFactory |
| class | ShellUtil |
Packages | |
| package | Actions |
| package | Interfaces |
Enumerations | |
| enum | ActionResponseType { Complete = 0, Error = 1, Abort = 2, Continue = 3 } |
| enum | CommandType { Unknown = 0, ShellInstruction = 1, FrameworkInstruction = 2, Data = 3, QuotedString = 4, Argument = 5, Parameter = 6, Pipe = 7, Redirection = 8, Invalidated = 9 } |