public interface MetaClassAwareClassLoader
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
loadMetaClass(java.lang.String className,
boolean triggerTopMost)
Load the class identified by the given name.
|
java.lang.Class loadMetaClass(java.lang.String className,
boolean triggerTopMost)
throws java.lang.ClassNotFoundException
triggerTopmost is true
classloader to be initialized, will be the classloader be the topmost
classloader.className - the FQN of the class that needs to be loadedtriggerTopMost - whether the topmost classloader is to be initializedjava.lang.ClassNotFoundException