org.eclipse.actf.validation.javapp.agent
Class AspectJTransformer
java.lang.Object
org.eclipse.actf.validation.javapp.agent.AspectJTransformer
- All Implemented Interfaces:
- ClassFileTransformer
public class AspectJTransformer
- extends Object
- implements ClassFileTransformer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectJTransformer
public AspectJTransformer()
transform
public byte[] transform(ClassLoader loader,
String className,
Class classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] bytes)
throws IllegalClassFormatException
- Specified by:
transform
in interface ClassFileTransformer
- Throws:
IllegalClassFormatException