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 | Class and Description |
---|---|
(package private) class |
ProcessHandler
A process execution state machine.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PipeLineInvocationContext |
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> |
(package private) class |
CRaSHProcessContext |
class |
InvocationContextImpl<P> |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>> |
Modifier and Type | Field and Description |
---|---|
private ScreenContext |
CommandInvokerAdapter.screenContext
.
|
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 |
---|---|
(package private) class |
ClientProcessContext |
Modifier and Type | Class and Description |
---|---|
class |
SSHInlineShellProcessContext
ShellProcessContext for SSH inline commands
|
Modifier and Type | Interface and Description |
---|---|
interface |
Term |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleTerm
Implements the
interface . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ProcessContext |
class |
Processor |
Modifier and Type | Class and Description |
---|---|
class |
RenderAppendable |
class |
VirtualScreen
A virtual screen that can be scrolled.
|
Modifier and Type | Field and Description |
---|---|
private ScreenContext |
RenderAppendable.context
.
|
private ScreenContext |
ScreenBuffer.out
Where we flush.
|
private ScreenContext |
VirtualScreen.out
.
|
(package private) ScreenContext |
RenderWriter.out
.
|
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.