|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implement to be the java.lang.ClassLoader pre processor.
ProcessStarter calls once the no-arg constructor of the class implementing this interface and specified with the-Daspectwerkz.classloader.clpreprocessor
option. It uses org.codehaus.aspectwerkz.hook.impl.ClassLoaderPreProcessorImpl by default, which is a Javassist
implementation (since 2004 01 23).
ProcessStarter,
ClassLoaderPreProcessorImpl| Method Summary | |
byte[] |
preProcess(byte[] b)
instruments the java.lang.ClassLoader bytecode |
| Method Detail |
public byte[] preProcess(byte[] b)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||