|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Shell | |
|---|---|
| org.crsh.processor.jline | |
| org.crsh.processor.term | |
| org.crsh.shell | |
| org.crsh.shell.impl.async | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.remoting | |
| Uses of Shell in org.crsh.processor.jline |
|---|
| Fields in org.crsh.processor.jline declared as Shell | |
|---|---|
private Shell |
JLineProcessor.shell
. |
| Constructors in org.crsh.processor.jline with parameters of type Shell | |
|---|---|
JLineProcessor(Shell shell,
jline.console.ConsoleReader reader,
PrintWriter writer)
|
|
| Uses of Shell in org.crsh.processor.term |
|---|
| Fields in org.crsh.processor.term declared as Shell | |
|---|---|
(package private) Shell |
Processor.shell
. |
| Constructors in org.crsh.processor.term with parameters of type Shell | |
|---|---|
Processor(Term term,
Shell shell)
|
|
| Uses of Shell in org.crsh.shell |
|---|
| Methods in org.crsh.shell that return Shell | |
|---|---|
Shell |
ShellFactory.create(Principal principal)
Create a shell object ready to be used. |
| Uses of Shell in org.crsh.shell.impl.async |
|---|
| Classes in org.crsh.shell.impl.async that implement Shell | |
|---|---|
class |
AsyncShell
|
| Fields in org.crsh.shell.impl.async declared as Shell | |
|---|---|
(package private) Shell |
AsyncShell.shell
. |
| Constructors in org.crsh.shell.impl.async with parameters of type Shell | |
|---|---|
AsyncShell(ExecutorService executor,
Shell shell)
|
|
| Uses of Shell in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement Shell | |
|---|---|
class |
CRaSHSession
|
| Methods in org.crsh.shell.impl.command that return Shell | |
|---|---|
Shell |
CRaSHShellFactory.create(Principal principal)
|
Shell |
CRaSHShellFactory.create(Principal principal,
boolean async)
|
| Uses of Shell in org.crsh.shell.impl.remoting |
|---|
| Classes in org.crsh.shell.impl.remoting that implement Shell | |
|---|---|
class |
ServerAutomaton
|
| Fields in org.crsh.shell.impl.remoting declared as Shell | |
|---|---|
(package private) Shell |
ClientAutomaton.shell
. |
private Shell |
RemoteClient.shell
. |
| Methods in org.crsh.shell.impl.remoting that return Shell | |
|---|---|
Shell |
RemoteServer.getShell()
|
| Constructors in org.crsh.shell.impl.remoting with parameters of type Shell | |
|---|---|
ClientAutomaton(InputStream in,
OutputStream out,
Shell shell)
|
|
ClientAutomaton(ObjectOutputStream out,
ObjectInputStream in,
Shell shell)
|
|
RemoteClient(int port,
Shell shell)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||