| Package | Description |
|---|---|
| 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 |
| Constructor and Description |
|---|
JLineProcessor(Shell shell,
java.io.InputStream in,
java.io.PrintStream out,
java.io.PrintStream err,
jline.Terminal term) |
| Constructor and Description |
|---|
Processor(Term term,
Shell shell) |
| Modifier and Type | Method and Description |
|---|---|
Shell |
ShellFactory.create(java.security.Principal principal)
Create a shell object ready to be used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncShell |
| Constructor and Description |
|---|
AsyncShell(java.util.concurrent.ExecutorService executor,
Shell shell) |
| Modifier and Type | Class and Description |
|---|---|
class |
CRaSHSession |
| Modifier and Type | Method and Description |
|---|---|
Shell |
CRaSHShellFactory.create(java.security.Principal principal) |
Shell |
CRaSHShellFactory.create(java.security.Principal principal,
boolean async) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerAutomaton |
| Modifier and Type | Method and Description |
|---|---|
Shell |
RemoteServer.getShell() |
| Constructor and Description |
|---|
ClientAutomaton(java.io.InputStream in,
java.io.OutputStream out,
Shell shell) |
ClientAutomaton(java.io.ObjectOutputStream out,
java.io.ObjectInputStream in,
Shell shell) |
RemoteClient(int port,
Shell shell) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.