public static class ClassLoaderFinder.Default extends Object implements ClassLoaderFinder
ClassLoaderFinder.Default, ClassLoaderFinder.LoadClass| Modifier and Type | Field and Description |
|---|---|
static ClassLoaderFinder.Default |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getLoaderForClass(ClassLoader initiating,
String name)
Gets the correct classloader to use to find a class
|
public static ClassLoaderFinder.Default INSTANCE
public ClassLoader getLoaderForClass(ClassLoader initiating, String name)
ClassLoaderFindergetLoaderForClass in interface ClassLoaderFinderinitiating - the initiating classloadername - the name of the classCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.