Package org.aspectj.weaver.loadtime
Class ClassPreProcessorAgentAdapter
- java.lang.Object
-
- org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter
-
- All Implemented Interfaces:
ClassFileTransformer
public class ClassPreProcessorAgentAdapter extends Object implements ClassFileTransformer
-
-
Constructor Summary
Constructors Constructor Description ClassPreProcessorAgentAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] bytes)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.instrument.ClassFileTransformer
transform
-
-
-
-
Method Detail
-
transform
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] bytes) throws IllegalClassFormatException
- Specified by:
transformin interfaceClassFileTransformer- Throws:
IllegalClassFormatException
-
-