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 | Method and Description |
---|---|
Screenable |
ProcessHandler.append(char c) |
Screenable |
ProcessHandler.append(CharSequence s) |
Screenable |
ProcessHandler.append(CharSequence csq,
int start,
int end) |
Screenable |
ProcessHandler.append(Style style) |
Screenable |
ProcessHandler.cls() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PipeLineInvocationContext |
Modifier and Type | Method and Description |
---|---|
Screenable |
PipeLineInvocationContext.append(CharSequence s) |
Screenable |
PipeLineInvocationContext.append(Style style) |
Screenable |
PipeLineInvocationContext.cls() |
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 | Method and Description |
---|---|
Screenable |
CRaSHProcessContext.append(char c) |
Screenable |
InvocationContextImpl.append(char c) |
Screenable |
CRaSHProcessContext.append(CharSequence s) |
Screenable |
InvocationContextImpl.append(CharSequence s) |
Screenable |
CRaSHProcessContext.append(CharSequence csq,
int start,
int end) |
Screenable |
InvocationContextImpl.append(CharSequence csq,
int start,
int end) |
Screenable |
CRaSHProcessContext.append(Style style) |
Screenable |
InvocationContextImpl.append(Style style) |
Screenable |
CRaSHProcessContext.cls() |
Screenable |
InvocationContextImpl.cls() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>> |
Modifier and Type | Method and Description |
---|---|
Screenable |
CommandInvokerAdapter.append(Style style) |
Screenable |
CommandInvokerAdapter.cls() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ClientProcessContext |
Modifier and Type | Method and Description |
---|---|
Screenable |
ClientProcessContext.append(char c) |
Screenable |
ClientProcessContext.append(CharSequence s) |
Screenable |
ClientProcessContext.append(CharSequence csq,
int start,
int end) |
Screenable |
ClientProcessContext.append(Style style) |
Screenable |
ClientProcessContext.cls() |
Modifier and Type | Class and Description |
---|---|
class |
SSHInlineShellProcessContext
ShellProcessContext for SSH inline commands
|
Modifier and Type | Method and Description |
---|---|
Screenable |
SSHInlineShellProcessContext.append(Style style) |
Screenable |
SSHInlineShellProcessContext.cls() |
Modifier and Type | Interface and Description |
---|---|
interface |
Term |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleTerm
Implements the
interface . |
Modifier and Type | Method and Description |
---|---|
Screenable |
ConsoleTerm.append(CharSequence s) |
Screenable |
ConsoleTerm.append(Style style) |
Screenable |
ConsoleTerm.cls() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ProcessContext |
class |
Processor |
Modifier and Type | Method and Description |
---|---|
Screenable |
ProcessContext.append(Style style) |
Screenable |
Processor.append(Style style) |
Screenable |
ProcessContext.cls() |
Screenable |
Processor.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 |
RenderAppendable.append(char c) |
Screenable |
VirtualScreen.append(char c) |
Screenable |
VirtualScreen.append(CharSequence s) |
Screenable |
RenderAppendable.append(CharSequence csq,
int start,
int end) |
Screenable |
VirtualScreen.append(CharSequence csq,
int start,
int end) |
Screenable |
RenderAppendable.append(Style style) |
Screenable |
Screenable.append(Style style) |
Screenable |
VirtualScreen.append(Style style) |
Screenable |
RenderWriter.append(Style style) |
Screenable |
RenderAppendable.cls() |
Screenable |
Screenable.cls() |
Screenable |
VirtualScreen.cls() |
Screenable |
RenderWriter.cls() |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.