public class SimpleClassLoadHelper extends Object implements IClassLoadHelper
ClassLoadHelper that simply calls
Class.forName(..).IClassLoadHelper,
ThreadContextClassLoadHelper,
CascadingClassLoadHelper,
LoadingLoaderClassLoadHelper| Constructor and Description |
|---|
SimpleClassLoadHelper() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Enable sharing of the class-loader with 3rd party.
|
void |
initialize()
Called to give the ClassLoadHelper a chance to initialize itself, including
the opportunity to "steal" the class loader off of the calling thread,
which is the thread that is initializing Quartz.
|
Class<?> |
loadClass(String name)
Return the class with the given name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, getResourceAsStream, loadClasspublic void initialize()
initialize in interface IClassLoadHelperpublic Class<?> loadClass(String name) throws ClassNotFoundException
loadClass in interface IClassLoadHelpername - the fqcn of the class to load.ClassNotFoundException - if the class can be found in the classpath.public ClassLoader getClassLoader()
getClassLoader in interface IClassLoadHelperCopyright © 2016–2021 Philip Helger. All rights reserved.