net.sf.cglib.transform.hook
Class AsmClassLoaderPreProcessor

java.lang.Object
  extended bynet.sf.cglib.transform.hook.AsmClassLoaderPreProcessor
All Implemented Interfaces:
org.codehaus.aspectwerkz.hook.ClassLoaderPreProcessor

public class AsmClassLoaderPreProcessor
extends java.lang.Object
implements org.codehaus.aspectwerkz.hook.ClassLoaderPreProcessor

Instruments the java.lang.ClassLoader to plug in the ClassPreProcessor mechanism using ASM.

Author:
Chris Nokleberg

Constructor Summary
AsmClassLoaderPreProcessor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 byte[] preProcess(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsmClassLoaderPreProcessor

public AsmClassLoaderPreProcessor()
Method Detail

preProcess

public byte[] preProcess(byte[] b)
Specified by:
preProcess in interface org.codehaus.aspectwerkz.hook.ClassLoaderPreProcessor

main

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


Copyright © 2002-2003 cglib. All Rights Reserved.