org.crsh.command
Interface CommandInvoker<C,P>

Type Parameters:
C - the consumed element generic type
P - the produced element generic type
All Superinterfaces:
Closeable, Consumer<C>, Filter<C,P,CommandContext<P>>, Flushable, Producer<P,CommandContext<P>>
All Known Implementing Classes:
GroovyScriptCommand, PipeCommandProxy, PipeLine

public interface CommandInvoker<C,P>
extends Filter<C,P,CommandContext<P>>

A command invoker is a filter for a CommandContext kind of consumer.


Method Summary
 
Methods inherited from interface org.crsh.io.Consumer
getConsumedType, provide
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface org.crsh.io.Producer
close, getProducedType, open
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.