jcaas.util
Class AnnotationClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by org.apache.bcel.util.ClassLoader
          extended by jcaas.util.AnnotationClassLoader

public class AnnotationClassLoader
extends org.apache.bcel.util.ClassLoader

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
AnnotationClassLoader(AnnotationScript script, java.lang.String[] ignored_packages)
           
 
Method Summary
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationClassLoader

public AnnotationClassLoader(AnnotationScript script,
                             java.lang.String[] ignored_packages)