Package org.codehaus.mojo.exec
Class BlockExitTransformer
java.lang.Object
org.codehaus.mojo.exec.BlockExitTransformer
- All Implemented Interfaces:
ClassFileTransformer
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()byte[]transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
-
Method Details
-
transform
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException - Specified by:
transformin interfaceClassFileTransformer- Throws:
IllegalClassFormatException
-
close
- Throws:
IOException
-