Uses of Interface
org.crsh.io.Consumer

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

Uses of Consumer in org.crsh.command
 

Subinterfaces of Consumer in org.crsh.command
 interface CommandContext<P>
          The command context provides the services for invoking a command.
 interface CommandInvoker<C,P>
          A command invoker is a filter for a CommandContext kind of consumer.
 interface InvocationContext<P>
           
 

Classes in org.crsh.command that implement Consumer
 class GroovyScriptCommand
           
(package private)  class InnerInvocationContext<P>
           
(package private)  class InvocationContextImpl<P>
           
(package private)  class PipeCommandProxy<C,P>
           
 

Fields in org.crsh.command declared as Consumer
(package private)  Consumer<P> InnerInvocationContext.consumer
          .
private  Consumer<C> PipeCommandProxy.next
          .
 

Constructors in org.crsh.command with parameters of type Consumer
InnerInvocationContext(InvocationContext<?> outter, Consumer<P> consumer, boolean piped)
           
PipeCommandProxy(CommandContext<P> innerContext, CommandInvoker<C,P> delegate, Consumer<C> next)
           
 

Uses of Consumer in org.crsh.io
 

Classes in org.crsh.io with type parameters of type Consumer
 interface Filter<C,P,CONS extends Consumer<P>>
          A filter is the combination of a producer and a consumer.
 interface Producer<P,C extends Consumer<P>>
          A producer that produces elements in a specific consumer.
 

Subinterfaces of Consumer in org.crsh.io
 interface Filter<C,P,CONS extends Consumer<P>>
          A filter is the combination of a producer and a consumer.
 

Uses of Consumer in org.crsh.processor.jline
 

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

Uses of Consumer in org.crsh.processor.term
 

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

Uses of Consumer in org.crsh.shell
 

Subinterfaces of Consumer in org.crsh.shell
 interface InteractionContext<E>
          The interaction context extends the screen context and provides interaction with the client.
 interface ScreenContext<E>
          The screen context extends the consumer and add information about the screen.
 interface ShellProcessContext
          The context provided when a ShellProcess is executed.
 

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

Classes in org.crsh.shell.impl.command that implement Consumer
(package private)  class CRaSHProcessContext
           
(package private)  class Pipe<C,P>
           
(package private)  class PipeFilter<C,P>
           
(package private) static class PipeFilter.Chunkizer
           
(package private) static class PipeFilter.Noop<P>
           
(package private) static class PipeFilter.Sink<P>
           
(package private)  class PipeLine
           
 

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

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

Uses of Consumer in org.crsh.ssh.term.inline
 

Classes in org.crsh.ssh.term.inline that implement Consumer
 class SSHInlineShellProcessContext
          ShellProcessContext for SSH inline commands
 

Uses of Consumer in org.crsh.term
 

Subinterfaces of Consumer in org.crsh.term
 interface Term
           
 

Uses of Consumer in org.crsh.term.console
 

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

Uses of Consumer in org.crsh.text
 

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

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

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

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



Copyright © 2014 eXo Platform SAS. All Rights Reserved.