Package | Description |
---|---|
org.eclipse.gemini.blueprint.util.internal |
Modifier and Type | Method and Description |
---|---|
static ClassUtils.ClassSet |
ClassUtils.ClassSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassUtils.ClassSet[] |
ClassUtils.ClassSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Class<?>[] |
ClassUtils.getClassHierarchy(Class<?> clazz,
ClassUtils.ClassSet inclusion)
Returns an array of parent classes for the given class.
|
static Class<?>[] |
ClassUtils.getVisibleClassHierarchy(Class<?> clazz,
ClassUtils.ClassSet inclusion,
org.osgi.framework.Bundle bundle)
'Sugar' method that determines the class hierarchy of the given class, returning only the classes visible to the
given bundle.
|
static Class<?>[] |
ClassUtils.getVisibleClassHierarchy(Class<?> clazz,
ClassUtils.ClassSet inclusion,
ClassLoader loader)
Sugar method that determines the class hierarchy of a given class and then filtering based on the given
classloader.
|
Copyright © 2006-2013. All Rights Reserved.