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 an InteractionContext 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,C2 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) static class Pipe.Chunkizer
           
(package private) static class Pipe.Invoker<C,P>
          A pipe filter that invokes a command through a CommandInvoker.
(package private) static class Pipe.Sink<P>
           
(package private)  class PipeLine
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.