|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.lang.impl.groovy.closure.PipeLineInvoker
public class PipeLineInvoker
Field Summary | |
---|---|
private Object[] |
args . |
private PipeLineClosure |
closure . |
Constructor Summary | |
---|---|
PipeLineInvoker(PipeLineClosure closure, Object[] args) |
Method Summary | |
---|---|
void |
invoke(InvocationContext<Object> context) |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final PipeLineClosure closure
private final Object[] args
Constructor Detail |
---|
public PipeLineInvoker(PipeLineClosure closure, Object[] args)
Method Detail |
---|
public void invoke(InvocationContext<Object> context) throws IOException, CommandException
IOException
CommandException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |