public class CachedClassLoader extends URLClassLoader
| Constructor and Description |
|---|
CachedClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClass(String fqcn,
byte[] byteCodes) |
void |
addClasses(Map<String,byte[]> results) |
Class<?> |
findClass(String className) |
addURL, close, definePackage, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstancedefineClass, defineClassclearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic void addClass(String fqcn, byte[] byteCodes)
public Class<?> findClass(String className) throws ClassNotFoundException
findClass in class URLClassLoaderClassNotFoundExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.