Uses of Interface
org.crsh.io.Producer

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

Uses of Producer in org.crsh.command
 

Subinterfaces of Producer in org.crsh.command
 interface CommandInvoker<C,P>
          A command invoker is a filter for a CommandContext kind of consumer.
 

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

Uses of Producer in org.crsh.io
 

Subinterfaces of Producer 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 Producer in org.crsh.shell.impl.command
 

Classes in org.crsh.shell.impl.command that implement Producer
(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
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.