|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Chunk in org.crsh.command |
|---|
| Methods in org.crsh.command with parameters of type Chunk | |
|---|---|
void |
InvocationContextImpl.write(Chunk chunk)
|
| Uses of Chunk in org.crsh.command.pipeline |
|---|
| Classes in org.crsh.command.pipeline with type parameters of type Chunk | |
|---|---|
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>>
|
| Methods in org.crsh.command.pipeline that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
PipeLine.getProducedType()
|
Class<Chunk> |
ToChunkPipe.getProducedType()
|
| Methods in org.crsh.command.pipeline with parameters of type Chunk | |
|---|---|
void |
ConvertingPipe.write(Chunk chunk)
|
void |
PipeLineElement.write(Chunk chunk)
|
void |
ToChunkPipe.write(Chunk chunk)
|
| Method parameters in org.crsh.command.pipeline with type arguments of type Chunk | |
|---|---|
void |
PipeLine.open(CommandContext<? super Chunk> consumer)
|
| Uses of Chunk in org.crsh.lang.groovy.closure |
|---|
| Methods in org.crsh.lang.groovy.closure with parameters of type Chunk | |
|---|---|
void |
PipeLineInvocationContext.write(Chunk chunk)
|
| Uses of Chunk in org.crsh.lang.script |
|---|
| Methods in org.crsh.lang.script that return types with arguments of type Chunk | |
|---|---|
CommandInvoker<Void,Chunk> |
PipeLineFactory.create(REPLSession session)
|
| Uses of Chunk in org.crsh.processor.jline |
|---|
| Methods in org.crsh.processor.jline that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
JLineProcessContext.getConsumedType()
|
| Methods in org.crsh.processor.jline with parameters of type Chunk | |
|---|---|
void |
JLineProcessContext.provide(Chunk element)
|
void |
JLineProcessContext.write(Chunk chunk)
|
| Uses of Chunk in org.crsh.processor.term |
|---|
| Methods in org.crsh.processor.term that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
ProcessContext.getConsumedType()
|
Class<Chunk> |
Processor.getConsumedType()
|
| Methods in org.crsh.processor.term with parameters of type Chunk | |
|---|---|
void |
ProcessContext.provide(Chunk element)
|
void |
Processor.provide(Chunk element)
|
void |
ProcessContext.write(Chunk chunk)
|
| Uses of Chunk in org.crsh.shell |
|---|
| Methods in org.crsh.shell with parameters of type Chunk | |
|---|---|
void |
ScreenContext.write(Chunk chunk)
Write a chunk to the screen. |
| Uses of Chunk in org.crsh.shell.impl.command |
|---|
| Methods in org.crsh.shell.impl.command with parameters of type Chunk | |
|---|---|
void |
CRaSHProcessContext.write(Chunk chunk)
|
| Uses of Chunk in org.crsh.shell.impl.remoting |
|---|
| Fields in org.crsh.shell.impl.remoting declared as Chunk | |
|---|---|
Chunk |
ServerMessage.Chunk.payload
. |
| Fields in org.crsh.shell.impl.remoting with type parameters of type Chunk | |
|---|---|
(package private) ArrayList<Chunk> |
ClientProcessContext.buffer
. |
| Methods in org.crsh.shell.impl.remoting that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
ClientProcessContext.getConsumedType()
|
| Methods in org.crsh.shell.impl.remoting with parameters of type Chunk | |
|---|---|
void |
ClientProcessContext.provide(Chunk element)
|
void |
ClientProcessContext.write(Chunk chunk)
|
| Constructors in org.crsh.shell.impl.remoting with parameters of type Chunk | |
|---|---|
ServerMessage.Chunk(Chunk payload)
|
|
| Uses of Chunk in org.crsh.ssh.term.inline |
|---|
| Methods in org.crsh.ssh.term.inline with parameters of type Chunk | |
|---|---|
void |
SSHInlineShellProcessContext.write(Chunk element)
|
| Uses of Chunk in org.crsh.term.console |
|---|
| Methods in org.crsh.term.console that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
ConsoleTerm.getConsumedType()
|
| Methods in org.crsh.term.console with parameters of type Chunk | |
|---|---|
void |
ConsoleTerm.provide(Chunk element)
|
void |
ConsoleTerm.write(Chunk chunk)
|
| Uses of Chunk in org.crsh.text |
|---|
| Subclasses of Chunk in org.crsh.text | |
|---|---|
class |
CLS
|
class |
Style
|
static class |
Style.Composite
|
class |
Text
|
| Fields in org.crsh.text with type parameters of type Chunk | |
|---|---|
private LinkedList<Chunk> |
ChunkBuffer.chunks
. |
private Consumer<Chunk> |
ChunkBuffer.out
Where we flush. |
| Methods in org.crsh.text that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
ChunkBuffer.getConsumedType()
|
Class<Chunk> |
RenderAppendable.getConsumedType()
|
Class<Chunk> |
RenderWriter.getConsumedType()
|
Iterator<Chunk> |
ChunkBuffer.iterator()
|
| Methods in org.crsh.text with parameters of type Chunk | |
|---|---|
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 |
ChunkAdapter.write(Chunk chunk)
|
void |
ChunkBuffer.write(Chunk chunk)
|
void |
RenderAppendable.write(Chunk chunk)
|
void |
RenderWriter.write(Chunk chunk)
|
| Constructor parameters in org.crsh.text with type arguments of type Chunk | |
|---|---|
ChunkBuffer(Consumer<Chunk> out)
|
|
| Uses of Chunk in org.crsh.text.ui |
|---|
| Fields in org.crsh.text.ui with type parameters of type Chunk | |
|---|---|
(package private) Iterable<Chunk> |
TextElement.stream
. |
| Method parameters in org.crsh.text.ui with type arguments of type Chunk | |
|---|---|
private static int |
TextElement.width(int width,
Iterator<Chunk> stream,
Text current,
Integer from)
|
| Constructor parameters in org.crsh.text.ui with type arguments of type Chunk | |
|---|---|
TextElement(Iterable<Chunk> stream)
|
|
TextElement(Iterable<Chunk> stream,
int minWidth)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||