org.almendra.commons.reflect
Class ReflectionUtility

java.lang.Object
  extended by org.almendra.commons.reflect.ReflectionUtility

public class ReflectionUtility
extends java.lang.Object

Author:
Oliver Plohmann

Constructor Summary
ReflectionUtility()
          Creates a new ReflectionUtility object.
 
Method Summary
static Result invoke(java.lang.Object object, java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtility

public ReflectionUtility()
Creates a new ReflectionUtility object.

Method Detail

invoke

public static Result invoke(java.lang.Object object,
                            java.lang.String methodName)