public static class ClassLoaderUtils.CoreAndModulesClassLoader extends ClassLoader
Relies solely on the parent class loader when loading core classes.
| Constructor and Description |
|---|
CoreAndModulesClassLoader(ClassLoader parent) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
loadClass(String name) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic CoreAndModulesClassLoader(ClassLoader parent)
parent - Parent class loader capable of loading core classes.public Class<?> loadClass(String name) throws ClassNotFoundException
loadClass in class ClassLoaderClassNotFoundExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.