Uses of Interface
org.crsh.Pipe

Packages that use Pipe
org.crsh   
org.crsh.command   
org.crsh.processor.jline   
org.crsh.processor.term   
org.crsh.shell   
org.crsh.shell.impl.command   
org.crsh.shell.impl.remoting   
org.crsh.term   
org.crsh.term.console   
org.crsh.text   
 

Uses of Pipe in org.crsh
 

Subinterfaces of Pipe in org.crsh
 interface InteractionContext<E>
           
 

Uses of Pipe in org.crsh.command
 

Subinterfaces of Pipe in org.crsh.command
 interface InvocationContext<P>
           
 

Classes in org.crsh.command that implement Pipe
(package private)  class InnerInvocationContext<P>
           
 class PipeCommand<E>
          A pipe command.
(package private)  class PipeCommandProxy<E>
           
 

Fields in org.crsh.command declared as Pipe
private  Pipe<E> PipeCommandProxy.next
          .
(package private)  Pipe<Object> InnerInvocationContext.producer
          .
 

Constructors in org.crsh.command with parameters of type Pipe
InnerInvocationContext(InvocationContext<?> outter, Pipe<Object> producer)
           
PipeCommandProxy(PipeCommand<E> delegate, Pipe<E> next)
           
 

Uses of Pipe in org.crsh.processor.jline
 

Classes in org.crsh.processor.jline that implement Pipe
(package private)  class JLineProcessContext
           
 

Uses of Pipe in org.crsh.processor.term
 

Classes in org.crsh.processor.term that implement Pipe
(package private)  class ProcessContext
           
 class Processor
           
 

Uses of Pipe in org.crsh.shell
 

Subinterfaces of Pipe in org.crsh.shell
 interface ShellProcessContext
           
 

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

Classes in org.crsh.shell.impl.command that implement Pipe
 class CRaSHInvocationContext<P>
           
private static class PipeLine.PipeProxy
           
 

Fields in org.crsh.shell.impl.command declared as Pipe
private  Pipe PipeLine.PipeProxy.next
          .
protected  Pipe<Object> CRaSHInvocationContext.producer
          .
 

Constructors in org.crsh.shell.impl.command with parameters of type Pipe
CRaSHInvocationContext(ShellProcessContext processContext, Map<String,Object> session, Map<String,Object> attributes, Pipe<Object> producer)
           
 

Uses of Pipe in org.crsh.shell.impl.remoting
 

Classes in org.crsh.shell.impl.remoting that implement Pipe
(package private)  class ClientProcessContext
           
 

Uses of Pipe in org.crsh.term
 

Subinterfaces of Pipe in org.crsh.term
 interface Term
           
 

Uses of Pipe in org.crsh.term.console
 

Classes in org.crsh.term.console that implement Pipe
 class ConsoleTerm
          Implements the interface.
 

Uses of Pipe in org.crsh.text
 

Subinterfaces of Pipe in org.crsh.text
 interface RenderingContext
          The rendering context is a pipe of chunk providing a defined width.
 

Classes in org.crsh.text that implement Pipe
 class ChunkAdapter
           
 class ChunkBuffer
           
 class RenderAppendable
           
 class RenderWriter
           
 

Fields in org.crsh.text declared as Pipe
private  Pipe<Chunk> ChunkBuffer.out
          Where we flush.
 

Methods in org.crsh.text with parameters of type Pipe
 void ChunkBuffer.writeTo(Pipe<Chunk> writer)
           
 

Constructors in org.crsh.text with parameters of type Pipe
ChunkBuffer(Pipe<Chunk> out)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.