| Package | Description |
|---|---|
| de.vandermeer.skb.base.shell |
A shell with an abstract implementation, commands and arguments, and standard commands and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
LineParser |
LineParser.setTokenPosition(int pos)
Sets the parsers position in the token stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
Ci_ScRun.getFileName(LineParser lp)
Returns a file name taken as argument from the line parser with fixed extension
|
int |
CommandInterpreter.interpretCommand(String command,
LineParser lp,
MessageMgr mm)
Interprets the given command.
|
int |
Ci_Wait.interpretCommand(String command,
LineParser lp,
MessageMgr mm) |
int |
Ci_ScRun.interpretCommand(String command,
LineParser lp,
MessageMgr mm) |
int |
Ci_History.interpretCommand(String command,
LineParser lp,
MessageMgr mm) |
int |
Ci_HelpTable.interpretCommand(String command,
LineParser lp,
MessageMgr mm) |
int |
Ci_HelpStg.interpretCommand(String command,
LineParser lp,
MessageMgr mm) |
int |
Ci_Help.interpretCommand(String command,
LineParser lp,
MessageMgr mm) |
int |
Ci_Exit.interpretCommand(String command,
LineParser lp,
MessageMgr mm) |
protected int |
Ci_ScRun.interpretInfo(LineParser lp,
MessageMgr mm)
Interprets the actual info command
|
protected int |
Ci_ScRun.interpretLs(LineParser lp,
MessageMgr mm)
Interprets the actual ls command
|
protected int |
Ci_ScRun.interpretRun(LineParser lp,
MessageMgr mm)
Interprets the actual run command
|
Copyright © 2010–2017. All rights reserved.