public abstract class Ci_Help extends AbstractCommandInterpreter
| Modifier and Type | Field and Description |
|---|---|
static SkbShellCommand |
HELP
The command for help.
|
static SkbShellCommand |
HELP_H
The command for h.
|
static SkbShellCommand |
HELP_QM
The command for ?.
|
protected SkbShell |
skbShell
The calling shell, needed to parse lines.
|
| Constructor and Description |
|---|
Ci_Help(SkbShell skbShell)
Returns an new 'help' command interpreter for STG output.
|
| Modifier and Type | Method and Description |
|---|---|
int |
interpretCommand(String command,
LineParser lp,
MessageMgr mm)
Interprets the given command.
|
getCommands, getCommandStringspublic static final SkbShellCommand HELP
public static final SkbShellCommand HELP_H
public static final SkbShellCommand HELP_QM
protected final SkbShell skbShell
public Ci_Help(SkbShell skbShell)
skbShell - the calling shellpublic int interpretCommand(String command, LineParser lp, MessageMgr mm)
CommandInterpretercommand - command for interpretationlp - a parser with the whole command linemm - the message manager to use for reporting errors, warnings, and infosCopyright © 2010–2017. All rights reserved.