|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassUtils.ClassSet | |
---|---|
org.eclipse.gemini.blueprint.util.internal |
Uses of ClassUtils.ClassSet in org.eclipse.gemini.blueprint.util.internal |
---|
Methods in org.eclipse.gemini.blueprint.util.internal that return ClassUtils.ClassSet | |
---|---|
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. |
Methods in org.eclipse.gemini.blueprint.util.internal with parameters of type ClassUtils.ClassSet | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |