Uses of Interface
org.crsh.io.Consumer

Packages that use Consumer
org.crsh.command   
org.crsh.io   
org.crsh.shell.impl.command   
 

Uses of Consumer in org.crsh.command
 

Subinterfaces of Consumer in org.crsh.command
 interface CommandInvoker<C,P>
          A command invoker.
 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
          .
 

Constructors in org.crsh.command with parameters of type Consumer
InnerInvocationContext(InvocationContext<?> outter, Consumer<P> consumer)
           
 

Uses of Consumer in org.crsh.io
 

Subinterfaces of Consumer in org.crsh.io
 interface Filter<C,P>
           
 interface ProducerConsumer<C,P>
           
 interface ProducerContext<P>
           
 

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

Classes in org.crsh.shell.impl.command that implement Consumer
(package private)  class InvokerPipeFilter<C,P>
          A pipe filter that invokes a command through a CommandInvoker.
(package private)  class PipeLine
           
(package private)  class ProcessInvocationContext
           
(package private)  class SinkPipeFilter<P>
           
(package private)  class ToChunkPipeFilter
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.