Uses of Class
org.crsh.text.Chunk

Packages that use Chunk
org.crsh.processor.jline   
org.crsh.processor.term   
org.crsh.shell.impl.command   
org.crsh.shell.impl.remoting   
org.crsh.ssh.term.inline   
org.crsh.term.console   
org.crsh.text   
org.crsh.text.ui   
 

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)
           
 

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)
           
 

Uses of Chunk in org.crsh.shell.impl.command
 

Methods in org.crsh.shell.impl.command that return types with arguments of type Chunk
 CommandInvoker<Void,Chunk> PipeLineFactory.create(CRaSHSession session)
           
 Class<Chunk> CRaSHProcessContext.getConsumedType()
           
 Class<Chunk> PipeFilter.Chunkizer.getProducedType()
           
 Class<Chunk> PipeLine.getProducedType()
           
 

Methods in org.crsh.shell.impl.command with parameters of type Chunk
 void CRaSHProcessContext.provide(Chunk element)
           
 

Method parameters in org.crsh.shell.impl.command with type arguments of type Chunk
 void PipeFilter.Chunkizer.open(CommandContext<Chunk> consumer)
           
 void PipeLine.open(CommandContext<Chunk> consumer)
           
 

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)
           
 

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 that return types with arguments of type Chunk
 Class<Chunk> SSHInlineShellProcessContext.getConsumedType()
           
 

Methods in org.crsh.ssh.term.inline with parameters of type Chunk
 void SSHInlineShellProcessContext.provide(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)
           
 

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  ScreenContext<Chunk> RenderAppendable.context
          .
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
 void ChunkBuffer.provide(Chunk element)
           
 void RenderAppendable.provide(Chunk element)
           
 void RenderWriter.provide(Chunk element)
           
private  void RenderAppendable.safeAppend(Chunk chunk)
           
 void ChunkBuffer.write(Chunk chunk)
           
 

Method parameters in org.crsh.text with type arguments of type Chunk
 void ChunkBuffer.writeTo(Consumer<Chunk> writer)
           
 

Constructor parameters in org.crsh.text with type arguments of type Chunk
ChunkAdapter(ScreenContext<Chunk> out)
           
ChunkBuffer(Consumer<Chunk> out)
           
RenderAppendable(ScreenContext<Chunk> context)
           
 

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)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.