org.crsh.lang.impl.groovy
Class Helper

java.lang.Object
  extended by org.crsh.lang.impl.groovy.Helper

public class Helper
extends Object

Author:
Julien Viet

Constructor Summary
Helper()
           
 
Method Summary
static Object invokeMethod(RuntimeContext context, String name, Object args, groovy.lang.MissingMethodException ex)
           
static SafeCallable resolveMethodInvocation(InvocationContext context, String name, Object args)
           
static PipeLineClosure resolveProperty(InvocationContext context, String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper()
Method Detail

invokeMethod

public static Object invokeMethod(RuntimeContext context,
                                  String name,
                                  Object args,
                                  groovy.lang.MissingMethodException ex)

resolveProperty

public static PipeLineClosure resolveProperty(InvocationContext context,
                                              String property)

resolveMethodInvocation

public static SafeCallable resolveMethodInvocation(InvocationContext context,
                                                   String name,
                                                   Object args)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.