net.sf.cglib.transform
Class AbstractClassLoader
java.lang.Object
java.lang.ClassLoader
net.sf.cglib.transform.AbstractClassLoader
- Direct Known Subclasses:
- TransformingClassLoader
public abstract class AbstractClassLoader
- extends ClassLoader
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractClassLoader
protected AbstractClassLoader(ClassLoader parent,
ClassLoader classPath,
ClassFilter filter)
loadClass
public Class loadClass(String name)
throws ClassNotFoundException
- Overrides:
loadClass in class ClassLoader
- Throws:
ClassNotFoundException
getGenerator
protected ClassGenerator getGenerator(org.objectweb.asm.ClassReader r)
getFlags
protected int getFlags()
attributes
protected org.objectweb.asm.Attribute[] attributes()
postProcess
protected void postProcess(Class c)
Copyright © 2012 Oracle Corporation. All Rights Reserved.