| Package | Description |
|---|---|
| org.crsh.command | |
| org.crsh.command.pipeline | |
| org.crsh.lang.script | |
| org.crsh.processor.term | |
| org.crsh.shell | |
| org.crsh.shell.impl.remoting | |
| org.crsh.term.console | |
| org.crsh.text | |
| org.crsh.text.ui |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
java.lang.Class<Chunk> |
ToChunkPipe.getProducedType() |
java.lang.Class<Chunk> |
PipeLine.getProducedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToChunkPipe.write(Chunk chunk) |
void |
ConvertingPipe.write(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeLine.open(CommandContext<? super Chunk> consumer) |
| Modifier and Type | Method and Description |
|---|---|
CommandInvoker<java.lang.Void,Chunk> |
PipeLineFactory.create(REPLSession session) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<Chunk> |
Processor.getConsumedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.provide(Chunk element) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenContext.write(Chunk chunk)
Write a chunk to the screen.
|
| Modifier and Type | Field and Description |
|---|---|
Chunk |
ServerMessage.Chunk.payload
.
|
| Constructor and Description |
|---|
ServerMessage.Chunk(Chunk payload) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<Chunk> |
ConsoleTerm.getConsumedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleTerm.provide(Chunk element) |
void |
ConsoleTerm.write(Chunk chunk) |
| Modifier and Type | Class and Description |
|---|---|
class |
CLS |
class |
Style |
static class |
Style.Composite |
class |
Text |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<Chunk> |
RenderWriter.getConsumedType() |
java.lang.Class<Chunk> |
RenderAppendable.getConsumedType() |
java.lang.Class<Chunk> |
ChunkBuffer.getConsumedType() |
java.util.Iterator<Chunk> |
ChunkBuffer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Format.append(Chunk chunk,
java.lang.Appendable to) |
void |
RenderWriter.provide(Chunk element) |
void |
ChunkBuffer.provide(Chunk element) |
void |
RenderWriter.write(Chunk chunk) |
void |
RenderAppendable.write(Chunk chunk) |
void |
ChunkBuffer.write(Chunk chunk) |
void |
ChunkAdapter.write(Chunk chunk) |
| Constructor and Description |
|---|
ChunkBuffer(Consumer<Chunk> out) |
| Constructor and Description |
|---|
TextElement(java.lang.Iterable<Chunk> stream) |
TextElement(java.lang.Iterable<Chunk> stream,
int minWidth) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.