Uses of Interface
org.crsh.io.Filter

Packages that use Filter
org.crsh.shell.impl.command   
 

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

Classes in org.crsh.shell.impl.command that implement Filter
(package private)  class InvokerPipeFilter<C,P>
          A pipe filter that invokes a command through a CommandInvoker.
(package private)  class SinkPipeFilter<P>
           
(package private)  class ToChunkPipeFilter
           
 

Fields in org.crsh.shell.impl.command declared as Filter
private  Filter<P,?> SinkPipeFilter.context
          .
private  Filter<Chunk,?> ToChunkPipeFilter.context
          .
private  Filter[] PipeLine.pipes
          .
 

Constructors in org.crsh.shell.impl.command with parameters of type Filter
PipeLine(Filter[] pipes)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.