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, newInstance
defineClass, defineClass
clearAssertionStatus, 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, setSigners
public void addClass(String fqcn, byte[] byteCodes)
public Class<?> findClass(String className) throws ClassNotFoundException
findClass
in class URLClassLoader
ClassNotFoundException
Copyright © 1970 The Apache Software Foundation. All rights reserved.