org.codehaus.aspectwerkz.hook.impl
Class WeavingClassLoader

java.lang.Object
  extended byjava.lang.ClassLoader
      extended byjava.security.SecureClassLoader
          extended byjava.net.URLClassLoader
              extended byorg.codehaus.aspectwerkz.hook.impl.WeavingClassLoader

public class WeavingClassLoader
extends java.net.URLClassLoader

Very basic classloader that do online weaving. This classloader can be used thru several means

It can also be used for debugging step by step in any IDE

Author:
Alexandre Vasseur

Constructor Summary
WeavingClassLoader(java.net.URL[] urls, java.lang.ClassLoader parent)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.net.URLClassLoader
findResource, findResources, getURLs, newInstance, newInstance
 
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

WeavingClassLoader

public WeavingClassLoader(java.net.URL[] urls,
                          java.lang.ClassLoader parent)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.