API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.instrument. ClassFileTransformer View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 ClassFileTransformer
Subinterfaces
Description
public interface ClassFileTransformer
  An agent provides an implementation of this interface in order to transform class files.
Methods
Hide/Show inherited methods
public byte transform (ClassLoader loader, String className, Class<Object> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
  The implementation of this method may transform the supplied class file and return a new replacement class file.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar