org.codehaus.aspectwerkz.compiler
Class VerifierClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.codehaus.aspectwerkz.compiler.VerifierClassLoader
- public class VerifierClassLoader
- extends URLClassLoader
VerifierClassLoader does not follow parent delegation model.
It allow to run the -verify option of offline mode
on aspectwerkz itself.
- Author:
- Alexandre Vasseur
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, 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 |
VerifierClassLoader
public VerifierClassLoader(URL[] urls,
ClassLoader parent)
loadClass
protected Class loadClass(String name,
boolean resolve)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.