org.jboss.aop.util
Class ReflectUtils

java.lang.Object
  extended by org.jboss.aop.util.ReflectUtils

public class ReflectUtils
extends Object

Version:
$Revision: 40295 $
Author:
Kabir Khan

Field Summary
static Class[] EMPTY_CLASS_ARRAY
           
 
Constructor Summary
ReflectUtils()
           
 
Method Summary
static Method[] getDeclaredMethodsWithName(Class clazz, String name)
           
static Method[] getMethodsWithName(Class clazz, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CLASS_ARRAY

public static Class[] EMPTY_CLASS_ARRAY
Constructor Detail

ReflectUtils

public ReflectUtils()
Method Detail

getMethodsWithName

public static Method[] getMethodsWithName(Class clazz,
                                          String name)

getDeclaredMethodsWithName

public static Method[] getDeclaredMethodsWithName(Class clazz,
                                                  String name)


Copyright © 2004 JBoss Inc. All Rights Reserved.