org.jboss.webbeans.integration.util
Class Reflections

java.lang.Object
  extended by org.jboss.webbeans.integration.util.Reflections

public class Reflections
extends Object


Constructor Summary
Reflections()
           
 
Method Summary
static Class<?> classForName(String name, ClassLoader classLoader)
          Creates an instance from a class name
static String getPropertyName(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflections

public Reflections()
Method Detail

classForName

public static Class<?> classForName(String name,
                                    ClassLoader classLoader)
                             throws ClassNotFoundException
Creates an instance from a class name

Parameters:
name - The class name
Returns:
The instance
Throws:
ClassNotFoundException - If the class if not found

getPropertyName

public static String getPropertyName(Method method)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.