Uses of Interface
org.crsh.io.Producer

Packages that use Producer
org.crsh.command   
org.crsh.command.pipeline   
org.crsh.io   
org.crsh.lang.groovy.closure   
 

Uses of Producer in org.crsh.command
 

Classes in org.crsh.command that implement Producer
 class CommandInvoker<C,P>
          A command invoker is a filter for a CommandContext kind of consumer.
 

Uses of Producer in org.crsh.command.pipeline
 

Classes in org.crsh.command.pipeline that implement Producer
 class AbstractPipe<C,P,CONS extends CommandContext<? super P>>
           
 class ConvertingPipe<C,P,CONS extends CommandContext<? super P>>
           
 class PipeLine
           
(package private)  class PipeLineElement<C,P>
           
 class ToChunkPipe<C,CONS extends CommandContext<? super Chunk>>
           
 

Uses of Producer in org.crsh.io
 

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

Uses of Producer in org.crsh.lang.groovy.closure
 

Classes in org.crsh.lang.groovy.closure that implement Producer
 class ClosureInvoker
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.