public class PipeLineClosure
extends groovy.lang.Closure
| Constructor and Description |
|---|
PipeLineClosure(InvocationContext<java.lang.Object> context,
org.crsh.lang.groovy.closure.PipeLineElement[] elements) |
PipeLineClosure(InvocationContext<java.lang.Object> context,
java.lang.String name,
ShellCommand command) |
| Modifier and Type | Method and Description |
|---|---|
PipeLineClosure |
bind(InvocationContext<java.lang.Object> context) |
PipeLineInvoker |
bind(java.lang.Object args) |
PipeLineInvoker |
bind(java.lang.Object[] args) |
java.lang.Object |
call(java.lang.Object... args) |
java.lang.Object |
find() |
java.lang.Object |
find(groovy.lang.Closure closure) |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object args) |
java.lang.Object |
or(java.lang.Object t) |
java.lang.String |
toString() |
asWritable, call, call, clone, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampolinepublic PipeLineClosure(InvocationContext<java.lang.Object> context, java.lang.String name, ShellCommand command)
public PipeLineClosure(InvocationContext<java.lang.Object> context, org.crsh.lang.groovy.closure.PipeLineElement[] elements)
public java.lang.Object find()
public java.lang.Object find(groovy.lang.Closure closure)
public java.lang.Object or(java.lang.Object t)
public java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class groovy.lang.Closurepublic java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class groovy.lang.GroovyObjectSupportpublic java.lang.Object call(java.lang.Object... args)
call in class groovy.lang.Closurepublic PipeLineClosure bind(InvocationContext<java.lang.Object> context)
public PipeLineInvoker bind(java.lang.Object args)
public PipeLineInvoker bind(java.lang.Object[] args)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 eXo Platform SAS. All Rights Reserved.