com.lewisd.maven.lint.util
Class ReflectionUtil

java.lang.Object
  extended by com.lewisd.maven.lint.util.ReflectionUtil

public class ReflectionUtil
extends Object


Constructor Summary
ReflectionUtil()
           
 
Method Summary
 Object callMethod(Object modelObject, String methodName, Class[] argTypes, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil

public ReflectionUtil()
Method Detail

callMethod

public Object callMethod(Object modelObject,
                         String methodName,
                         Class[] argTypes,
                         Object[] args)


Copyright © 2012. All Rights Reserved.