org.slim3.commons.util
Class MethodUtil

java.lang.Object
  extended by org.slim3.commons.util.MethodUtil

public final class MethodUtil
extends Object

A utility class for Method.

Author:
higa

Method Summary
static Object invoke(Method method, Object obj, String... args)
          Invokes the method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invoke

public static Object invoke(Method method,
                            Object obj,
                            String... args)
Invokes the method.

Parameters:
method - the method
obj - the target object
args - the arguments
Returns:
the result


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.