public class ServletApiOnlyClassLoader extends ClassLoader
This is because the classloader that loads this plugin brings in a whole lot of baggage, such as Maven, Xalan, commons libraries, and etc., which can interfere with what's in Jenkins and plugins.
| Constructor and Description |
|---|
ServletApiOnlyClassLoader(ClassLoader parent,
ClassLoader jettyClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name) |
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 ServletApiOnlyClassLoader(ClassLoader parent, ClassLoader jettyClassLoader)
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionCopyright © 2004-2013. All Rights Reserved.