public class ClassLoaderIClassLoader extends IClassLoader
Constructor and Description |
---|
ClassLoaderIClassLoader()
Equivalent to
|
ClassLoaderIClassLoader(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
protected IClass |
findIClass(String descriptor)
Find a new
IClass by descriptor. |
ClassLoader |
getClassLoader() |
createJavacLikePathIClassLoader, defineIClass, loadIClass, postConstruct
public ClassLoaderIClassLoader(ClassLoader classLoader)
classLoader
- The delegate that loads the classes.public ClassLoaderIClassLoader()
ClassLoaderIClassLoader(Thread.currentThread().getContextClassLoader())
public ClassLoader getClassLoader()
protected IClass findIClass(String descriptor) throws ClassNotFoundException
IClass
by descriptor.findIClass
in class IClassLoader
null
if a class with that descriptor could not be foundClassNotFoundException
- if an exception was raised while loading the classCopyright © 2001-2014. All Rights Reserved.