public class Ci_Exit extends AbstractCommandInterpreter
| Modifier and Type | Field and Description |
|---|---|
static SkbShellCommand |
BYE
The command for bye.
|
static SkbShellCommand |
EXIT
The command for exit.
|
static SkbShellCommand |
QUIT
The command for quit.
|
| Constructor and Description |
|---|
Ci_Exit()
Returns an new 'exit' command interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
interpretCommand(String command,
LineParser lp,
MessageMgr mm)
Interprets the given command.
|
getCommands, getCommandStringspublic static final SkbShellCommand EXIT
public static final SkbShellCommand QUIT
public static final SkbShellCommand BYE
public 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.