public class Ci_Wait extends AbstractCommandInterpreter
| Modifier and Type | Field and Description |
|---|---|
static SkbShellArgument |
ARG_TIME
The argument for wait time.
|
static SkbShellCommand |
WAIT
The command for wait.
|
| Constructor and Description |
|---|
Ci_Wait()
Returns an new 'wait' command interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
interpretCommand(String command,
LineParser lp,
MessageMgr mm)
Interprets the given command.
|
getCommands, getCommandStringspublic static final SkbShellArgument ARG_TIME
public static final SkbShellCommand WAIT
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.