public interface ClassLoaderFinder
Modifier and Type | Interface and Description |
---|---|
static class |
ClassLoaderFinder.Default
Singleton default implementation of ClassLoaderFinder suitable for use
in simple/flat classloading environments
|
static class |
ClassLoaderFinder.LoadClass
Singleton default implementation of ClassLoaderFinder suitable for use
in complex classloading environments.
|
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getLoaderForClass(ClassLoader initiating,
String name)
Gets the correct classloader to use to find a class
|
ClassLoader getLoaderForClass(ClassLoader initiating, String name)
initiating
- the initiating classloadername
- the name of the classCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.