| Package | Description |
|---|---|
| de.vandermeer.skb.base.shell |
A shell with an abstract implementation, commands and arguments, and standard commands and arguments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShell
An abstract shell implementation with all basic features, use the
SkbShellFactory or a sub-class to create a new object. |
| Modifier and Type | Field and Description |
|---|---|
protected SkbShell |
Ci_History.skbsh
Link to the calling shell to retrieve history from.
|
protected SkbShell |
Ci_ScRun.skbShell
The calling shell, needed to parse lines.
|
protected SkbShell |
Ci_Help.skbShell
The calling shell, needed to parse lines.
|
| Modifier and Type | Method and Description |
|---|---|
static SkbShell |
SkbShellFactory.newShell()
Returns a new shell with the default identifier and the default STG and console activated.
|
static SkbShell |
SkbShellFactory.newShell(MessageRenderer renderer)
Returns a new shell with the default identifier and the given STG and console activated.
|
static SkbShell |
SkbShellFactory.newShell(MessageRenderer renderer,
boolean useConsole)
Returns a new shell with given STG and console flag.
|
static SkbShell |
SkbShellFactory.newShell(String id)
Returns a new shell with a given identifier, standard STGroup and console activated.
|
static SkbShell |
SkbShellFactory.newShell(String id,
boolean useConsole)
Returns a new shell with given identifier and console flag with standard STGroup.
|
static SkbShell |
SkbShellFactory.newShell(String id,
MessageRenderer renderer)
Returns a new shell with a given identifier and STGroup plus console activated.
|
static SkbShell |
SkbShellFactory.newShell(String id,
MessageRenderer renderer,
boolean useConsole)
Returns a new shell with given identifier and console flag.
|
| Constructor and Description |
|---|
Ci_Help(SkbShell skbShell)
Returns an new 'help' command interpreter for STG output.
|
Ci_HelpStg(SkbShell skbShell)
Returns an new 'help' command interpreter for STG output.
|
Ci_HelpTable(SkbShell skbShell)
Returns an new 'help' command interpreter for table output with default grid and columns set to width of 15 and 70.
|
Ci_HelpTable(SkbShell skbShell,
TA_Grid grid)
Returns an new 'help' command interpreter for table output.
|
Ci_History(SkbShell skbsh)
Returns an new 'history' command interpreter.
|
Ci_ScRun(boolean printProgress,
SkbShell skbShell)
Returns an new 'run' command interpreter.
|
Ci_ScRun(SkbShell skbShell)
Returns an new 'run' command interpreter which will print progress information.
|
Copyright © 2010–2017. All rights reserved.