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

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

public interface CommandInvoker<C,P>
extends Consumer<C>, Producer<P>

A command invoker.


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



Copyright © 2012 eXo Platform SAS. All Rights Reserved.