| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.shell | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.command.spi | |
| org.crsh.text |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandContext<P>
The command context provides the services for invoking a command.
|
interface |
InvocationContext<P> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InteractionContext
The interaction context extends the screen context and provides interaction with the client.
|
interface |
ShellProcessContext
The context provided when a
ShellProcess is executed. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvocationContext<P> |
class |
InvocationContextImpl<P> |
| Modifier and Type | Method and Description |
|---|---|
ScreenContext |
CommandInvoker.getScreenContext()
Provide an opportunity for the command to implement screen context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RenderAppendable |
class |
VirtualScreen
A virtual screen that can be scrolled.
|
| Constructor and Description |
|---|
RenderAppendable(ScreenContext context) |
RenderPrintWriter(ScreenContext out) |
RenderPrintWriter(ScreenContext out,
Closeable closeable) |
RenderWriter(ScreenContext out) |
RenderWriter(ScreenContext out,
Closeable closeable) |
ScreenBuffer(ScreenContext out) |
ScreenContextConsumer(ScreenContext out) |
VirtualScreen(ScreenContext out) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.