|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Shell | |
|---|---|
| org.lsst.ccs.shell | |
| org.lsst.ccs.shell.example | |
| Uses of Shell in org.lsst.ccs.shell |
|---|
| Methods in org.lsst.ccs.shell that return Shell | |
|---|---|
static Shell |
ShellFactory.createConsoleShell(String prompt,
String appName,
Object... handlers)
One of facade methods for operating the Shell. |
static Shell |
ShellFactory.createConsoleShell(String prompt,
String appName,
Object mainHandler)
Facade method for operating the Shell. |
static Shell |
ShellFactory.createConsoleShell(String prompt,
String appName,
Object mainHandler,
MultiMap<String,Object> auxHandlers)
Facade method for operating the Shell allowing specification of auxiliary handlers (i.e. |
static Shell |
ShellFactory.createSubshell(String pathElement,
Shell parent,
String appName,
Object mainHandler)
Facade method facilitating the creation of subshell. |
static Shell |
ShellFactory.createSubshell(String pathElement,
Shell parent,
String appName,
Object mainHandler,
MultiMap<String,Object> auxHandlers)
Facade method facilitating the creation of subshell. |
| Methods in org.lsst.ccs.shell with parameters of type Shell | |
|---|---|
void |
ShellDependent.cliSetShell(Shell theShell)
This method informs the object about the Shell operating it. |
void |
HelpCommandHandler.cliSetShell(Shell theShell)
|
static Shell |
ShellFactory.createSubshell(String pathElement,
Shell parent,
String appName,
Object mainHandler)
Facade method facilitating the creation of subshell. |
static Shell |
ShellFactory.createSubshell(String pathElement,
Shell parent,
String appName,
Object mainHandler,
MultiMap<String,Object> auxHandlers)
Facade method facilitating the creation of subshell. |
| Uses of Shell in org.lsst.ccs.shell.example |
|---|
| Methods in org.lsst.ccs.shell.example with parameters of type Shell | |
|---|---|
void |
Example.cliSetShell(Shell shell)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||