Uses of Interface
org.crsh.io.Filter

Packages that use Filter
org.crsh.command   
org.crsh.command.pipeline   
org.crsh.lang.groovy.closure   
 

Uses of Filter in org.crsh.command
 

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

Uses of Filter in org.crsh.command.pipeline
 

Classes in org.crsh.command.pipeline that implement Filter
 class PipeLine
           
(package private)  class PipeLineElement<C,P>
           
 

Fields in org.crsh.command.pipeline declared as Filter
(package private)  Filter<C,P,CommandContext<P>> PipeLineElement.command
          .
 

Constructors in org.crsh.command.pipeline with parameters of type Filter
PipeLineElement(Filter<C,P,CommandContext<P>> command)
           
 

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

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



Copyright © 2013 eXo Platform SAS. All Rights Reserved.