@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class CatcherClassLoader extends ClassLoader
Constructor and Description |
---|
CatcherClassLoader(ClassLoader parent) |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
findClass(String name)
Usually, the
ClassLoader calls its parent and finally this method. |
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, setSigners
public CatcherClassLoader(ClassLoader parent)
protected Class<?> findClass(String name) throws ClassNotFoundException
ClassLoader
calls its parent and finally this method. So if we are here, it's the last
element of the chain. It doesn't happen in AntClassLoader
so it has an special management
on ClassicPluginStrategy
findClass
in class ClassLoader
ClassNotFoundException
Copyright © 2004–2019. All rights reserved.