| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHandler.write(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeLineInvocationContext.write(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
CommandInvoker<Void,Chunk> |
PipeLineFactory.create(ReplSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenContext.write(Chunk chunk)
Write a chunk to the screen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CRaSHProcessContext.write(Chunk chunk) |
void |
InvocationContextImpl.write(Chunk chunk) |
| Modifier and Type | Class and Description |
|---|---|
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>> |
| Modifier and Type | Method and Description |
|---|---|
Class<Chunk> |
PipeLine.getProducedType() |
Class<Chunk> |
ToChunkPipe.getProducedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvertingPipe.write(Chunk chunk) |
void |
PipeLineElement.write(Chunk chunk) |
void |
ToChunkPipe.write(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeLine.open(CommandContext<? super Chunk> consumer) |
| Modifier and Type | Field and Description |
|---|---|
Chunk |
ServerMessage.Chunk.payload
.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ArrayList<Chunk> |
ClientProcessContext.buffer
.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Chunk> |
ClientProcessContext.getConsumedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientProcessContext.provide(Chunk element) |
void |
ClientProcessContext.write(Chunk chunk) |
| Constructor and Description |
|---|
ServerMessage.Chunk(Chunk payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSHInlineShellProcessContext.write(Chunk element) |
| Modifier and Type | Method and Description |
|---|---|
Class<Chunk> |
ConsoleTerm.getConsumedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleTerm.provide(Chunk element) |
void |
ConsoleTerm.write(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
Class<Chunk> |
ProcessContext.getConsumedType() |
Class<Chunk> |
Processor.getConsumedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessContext.provide(Chunk element) |
void |
Processor.provide(Chunk element) |
void |
ProcessContext.write(Chunk chunk) |
| Modifier and Type | Class and Description |
|---|---|
class |
CLS
Clears the screen.
|
class |
Style
A control for the text stylistric attributes:
background color
foreground color
underline
bold
blink
A style is either a composite style or the
Style.reset style. |
static class |
Style.Composite |
class |
Text
A textual chunk.
|
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<Chunk> |
ChunkBuffer.chunks
.
|
private Consumer<Chunk> |
ChunkBuffer.out
Where we flush.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Chunk> |
ChunkBuffer.getConsumedType() |
Class<Chunk> |
RenderAppendable.getConsumedType() |
Class<Chunk> |
RenderWriter.getConsumedType() |
Iterator<Chunk> |
ChunkBuffer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Format.append(Chunk chunk,
Appendable to) |
void |
ChunkBuffer.provide(Chunk element) |
void |
RenderWriter.provide(Chunk element) |
private void |
RenderAppendable.safeAppend(Chunk chunk) |
void |
ChunkBuffer.write(Chunk chunk) |
void |
RenderAppendable.write(Chunk chunk) |
void |
RenderWriter.write(Chunk chunk) |
| Constructor and Description |
|---|
ChunkBuffer(Consumer<Chunk> out) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Iterable<Chunk> |
TextElement.stream
.
|
| Modifier and Type | Method and Description |
|---|---|
private static int |
TextElement.width(int width,
Iterator<Chunk> stream,
Text current,
Integer from) |
| Constructor and Description |
|---|
TextElement(Iterable<Chunk> stream) |
TextElement(Iterable<Chunk> stream,
int minWidth) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.