public class Ci_HelpStg extends Ci_Help
| Constructor and Description |
|---|
Ci_HelpStg(SkbShell skbShell)
Returns an new 'help' command interpreter for STG output.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
generalHelp(IsInfoSetFT info)
Processes general help with no specific command requested.
|
int |
interpretCommand(String command,
LineParser lp,
MessageMgr mm)
Interprets the given command.
|
protected void |
specificHelp(IsInfoSetFT info,
String toHelp)
Processes general help with no specific command requested.
|
getCommands, getCommandStringspublic Ci_HelpStg(SkbShell skbShell)
skbShell - the calling shellpublic int interpretCommand(String command, LineParser lp, MessageMgr mm)
CommandInterpreterinterpretCommand in interface CommandInterpreterinterpretCommand in class Ci_Helpcommand - command for interpretationlp - a parser with the whole command linemm - the message manager to use for reporting errors, warnings, and infosprotected void specificHelp(IsInfoSetFT info,
String toHelp)
info - the info object to add help totoHelp - the command to help withprotected void generalHelp(IsInfoSetFT info)
info - the info object to add help toCopyright © 2010–2017. All rights reserved.