| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.shell | |
| org.crsh.shell.impl.command | |
| 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 |
|---|---|
Screenable |
InvocationContextImpl.append(char c) |
Screenable |
InvocationContextImpl.append(CharSequence s) |
Screenable |
InvocationContextImpl.append(CharSequence csq,
int start,
int end) |
Screenable |
InvocationContextImpl.append(Style style) |
Screenable |
InvocationContextImpl.cls() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScreenContext
The screen context extends the
Screenable and add information about the screen. |
| Modifier and Type | Class and Description |
|---|---|
class |
RenderAppendable |
class |
RenderWriter |
class |
ScreenBuffer |
class |
VirtualScreen
A virtual screen that can be scrolled.
|
| Modifier and Type | Method and Description |
|---|---|
Screenable |
VirtualScreen.append(char c) |
Screenable |
RenderAppendable.append(char c) |
Screenable |
VirtualScreen.append(CharSequence s) |
Screenable |
VirtualScreen.append(CharSequence csq,
int start,
int end) |
Screenable |
RenderAppendable.append(CharSequence csq,
int start,
int end) |
Screenable |
RenderWriter.append(Style style) |
Screenable |
Screenable.append(Style style) |
Screenable |
VirtualScreen.append(Style style) |
Screenable |
RenderAppendable.append(Style style) |
Screenable |
RenderWriter.cls() |
Screenable |
Screenable.cls() |
Screenable |
VirtualScreen.cls() |
Screenable |
RenderAppendable.cls() |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.