class PluginClassLoader extends ClassLoader
| Constructor and Description |
|---|
PluginClassLoader()
Create a new class loader for loading plugins
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name)
Overrides findClass to first look in the parent class loader,
then try loading the class from the plugin file system.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic PluginClassLoader()
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundException