public abstract class ExtendableClassLoader extends ClassLoader
Constructor and Description |
---|
ExtendableClassLoader() |
ExtendableClassLoader(ClassLoader parent) |
Modifier and Type | Method and Description |
---|---|
abstract Class<?> |
loadClass(String name,
byte[] barr)
allow to define a new Class with help of the bytecode passed to the method
|
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
public ExtendableClassLoader()
public ExtendableClassLoader(ClassLoader parent)
Copyright © 2015 Lucee