org.crsh.lang.impl.groovy.closure
Class PipeLineInvoker

java.lang.Object
  extended by org.crsh.lang.impl.groovy.closure.PipeLineInvoker

public class PipeLineInvoker
extends Object

Author:
Julien Viet

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

closure

private final PipeLineClosure closure
.


args

private final Object[] args
.

Constructor Detail

PipeLineInvoker

public PipeLineInvoker(PipeLineClosure closure,
                       Object[] args)
Method Detail

invoke

public void invoke(InvocationContext<Object> context)
            throws IOException,
                   CommandException
Throws:
IOException
CommandException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 eXo Platform SAS. All Rights Reserved.