org.crsh.io
Interface Filter<C,P>

All Superinterfaces:
Closeable, Consumer<C>, Flushable, InteractionContext<C>, Pipe<C>, Producer<P>, ProducerConsumer<C,P>, ProducerContext<C>, ScreenContext<C>
All Known Implementing Classes:
InvokerPipeFilter, SinkPipeFilter, ToChunkPipeFilter

public interface Filter<C,P>
extends ProducerConsumer<C,P>, ProducerContext<C>


Method Summary
 
Methods inherited from interface org.crsh.io.Producer
close, getProducedType, open, setPiped
 
Methods inherited from interface org.crsh.io.InteractionContext
getProperty, readLine, releaseAlternateBuffer, takeAlternateBuffer
 
Methods inherited from interface org.crsh.io.ScreenContext
getHeight, getWidth
 
Methods inherited from interface org.crsh.io.Pipe
provide
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface org.crsh.io.Consumer
getConsumedType
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.