Uses of Interface
org.crsh.stream.Consumer

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

Uses of Consumer in org.crsh.command
 

Subinterfaces of Consumer in org.crsh.command
 interface CommandContext<P>
          The command context provides the services for invoking a command.
 interface InvocationContext<P>
           
 

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

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

Classes in org.crsh.lang.impl.groovy.closure that implement Consumer
 class ClosureInvoker
           
(package private)  class PipeLineInvocationContext
           
 

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

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

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

Classes in org.crsh.shell.impl.command that implement Consumer
 class AbstractInvocationContext<P>
           
(package private)  class CRaSHProcessContext
           
 class InvocationContextImpl<P>
           
 

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

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

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

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

Uses of Consumer in org.crsh.stream
 

Classes in org.crsh.stream with type parameters of type Consumer
 interface Filter<C,P,CONS extends Consumer<? super P>>
          A filter is the combination of a producer and a consumer.
 interface Producer<P,C extends Consumer<? super P>>
          A producer that produces elements in a specific consumer.
 

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

Uses of Consumer in org.crsh.text
 

Classes in org.crsh.text that implement Consumer
 class ScreenContextConsumer
          A Consumer<Object> that renders the object stream to a ScreenContext.
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.