Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Bug #31460 - Weaving class loader (Re: Adding and testing a new batch script)

Hi,

I have three classes:
1. ExtensibleURLClassLoader:  Partial re-implementation of URLClassLoader
to facilitate interception of "defineClass()" call.
2. WeavingClassLoader:        Subclass of ExtensibleURLClassLoader that
instantiates and calls a WeavingAdaptor
3. WeavingAdaptor:            Wrapper for BcelWorld and BcelWeaver to make
LTW simpler.

Are they already in the cvs of the AspectJ project? Can I find them somewhere to take a look at it?

Best regards,
Martin



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top