Uses of Interface
org.crsh.stream.Producer

Packages that use Producer
org.crsh.command   
org.crsh.lang.impl.groovy.closure   
org.crsh.lang.impl.java   
org.crsh.shell.impl.command.pipeline   
org.crsh.shell.impl.command.spi   
org.crsh.stream   
 

Uses of Producer in org.crsh.command
 

Classes in org.crsh.command that implement Producer
 class Pipe<C,P>
          A command pipe.
 

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

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

Uses of Producer in org.crsh.lang.impl.java
 

Classes in org.crsh.lang.impl.java that implement Producer
(package private)  class BaseCommandMatch.BaseInvoker
           
 

Uses of Producer in org.crsh.shell.impl.command.pipeline
 

Classes in org.crsh.shell.impl.command.pipeline that implement Producer
(package private)  class CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>>
           
 class PipeLine
           
 

Uses of Producer in org.crsh.shell.impl.command.spi
 

Classes in org.crsh.shell.impl.command.spi 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.stream
 

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



Copyright © 2015 eXo Platform SAS. All Rights Reserved.