See: Description
| Interface | Description |
|---|---|
| CommandInterpreter |
An interpreter for a shell command.
|
| SkbShell |
A shell with flexible adding of commands and auto-generation of help and other commands.
|
| SkbShellArgument |
An argument for a command for the
SkbShell. |
| SkbShellCommand |
A command for the
SkbShell. |
| SkbShellCommandCategory |
Category of a shell command.
|
| Class | Description |
|---|---|
| AbstractCategory |
Abstract category implementation, use the
SkbShellFactory to create a new object. |
| AbstractCommandInterpreter |
An abstract command interpreter implementation with all basic features.
|
| AbstractShell |
An abstract shell implementation with all basic features, use the
SkbShellFactory or a sub-class to create a new object. |
| AbstractShellArgument |
An abstract, default implementation of a shell argument, use the
SkbShellFactory to create a new object. |
| AbstractShellCommand |
An abstract, default implementation of a shell command, use the
SkbShellFactory to create a new object. |
| Ci_Exit |
An interpreter for the 'exit' shell command.
|
| Ci_Help |
An abstract help command interpreter.
|
| Ci_HelpStg |
An interpreter for the 'help' shell command using an STG for output.
|
| Ci_HelpTable |
An interpreter for the 'help' shell command using an ASCII table for output.
|
| Ci_History |
An interpreter for the 'history' shell command.
|
| Ci_ScRun |
An interpreter for the 'run' shell command.
|
| Ci_Wait |
An interpreter for the 'wait' shell command.
|
| LineParser |
A line parser for the
SkbShell. |
| SkbShellFactory |
Factory for Skb Shell artifacts.
|
| Enum | Description |
|---|---|
| SkbShellArgumentType |
An argument type for the
SkbShell. |
Copyright © 2010–2017. All rights reserved.