class LoadingClassLoader extends SecureClassLoader
Modifier and Type | Field and Description |
---|---|
private HashMap<String,Class<?>> |
classes
.
|
private Map<String,byte[]> |
definitions
.
|
Constructor and Description |
---|
LoadingClassLoader(ClassLoader parent,
Iterable<JavaClassFileObject> files) |
LoadingClassLoader(Map<String,byte[]> definitions) |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
findClass(String name) |
defineClass, defineClass, getPermissions
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
private final Map<String,byte[]> definitions
LoadingClassLoader(ClassLoader parent, Iterable<JavaClassFileObject> files)
LoadingClassLoader(Map<String,byte[]> definitions)
protected Class<?> findClass(String name) throws ClassNotFoundException
findClass
in class ClassLoader
ClassNotFoundException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.