Package | Description |
---|---|
org.crsh.console | |
org.crsh.shell | |
org.crsh.shell.impl.async | |
org.crsh.shell.impl.command | |
org.crsh.shell.impl.remoting | |
org.crsh.telnet.term.processor |
Modifier and Type | Field and Description |
---|---|
(package private) Shell |
Console.shell
.
|
Constructor and Description |
---|
Console(Shell shell,
ConsoleDriver driver) |
Modifier and Type | Method and Description |
---|---|
Shell |
ShellFactory.create(Principal principal)
Create a shell object ready to be used.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncShell |
Modifier and Type | Field and Description |
---|---|
(package private) Shell |
AsyncShell.shell
.
|
Constructor and Description |
---|
AsyncShell(ExecutorService executor,
Shell shell) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CRaSHSession |
Modifier and Type | Method and Description |
---|---|
Shell |
CRaSHShellFactory.create(Principal principal) |
Shell |
CRaSHShellFactory.create(Principal principal,
boolean async) |
Modifier and Type | Class and Description |
---|---|
class |
ServerAutomaton |
Modifier and Type | Field and Description |
---|---|
private Shell |
RemoteClient.shell
.
|
(package private) Shell |
ClientAutomaton.shell
.
|
Modifier and Type | Method and Description |
---|---|
Shell |
RemoteServer.getShell() |
Constructor and Description |
---|
ClientAutomaton(InputStream in,
OutputStream out,
Shell shell) |
ClientAutomaton(ObjectOutputStream out,
ObjectInputStream in,
Shell shell) |
RemoteClient(int port,
Shell shell) |
Modifier and Type | Field and Description |
---|---|
(package private) Shell |
Processor.shell
.
|
Constructor and Description |
---|
Processor(Term term,
Shell shell) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.