Package org.codehaus.mojo.exec
Class BlockExitTransformer
java.lang.Object
org.codehaus.mojo.exec.BlockExitTransformer
- All Implemented Interfaces:
ClassFileTransformer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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:
transform
in interfaceClassFileTransformer
- Throws:
IllegalClassFormatException
-
close
- Throws:
IOException
-