Example usage for Java java.lang.instrument Instrumentation fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addTransformer(ClassFileTransformer transformer) Registers the supplied transformer. |
void | addTransformer(ClassFileTransformer transformer, boolean canRetransform) Registers the supplied transformer. |
Class[] | getAllLoadedClasses() Returns an array of all classes currently loaded by the JVM. |