public class GeneratePluggableInstrumentedClassLoader extends Object
Constructor and Description |
---|
GeneratePluggableInstrumentedClassLoader() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getInstrumentedClassLoader()
Get the instrumented version of the class loader.
|
static void |
main(String[] args)
Store the instrumented classloader in the filesystem.
|
public GeneratePluggableInstrumentedClassLoader()
public static byte[] getInstrumentedClassLoader() throws javassist.NotFoundException, IOException, javassist.CannotCompileException
javassist.NotFoundException
- if the class loader cannot be found.javassist.CannotCompileException
- if the class cannot be compiled.IOException
- If the class bytecodes cannot be obtained.public static void main(String[] args)
args
- The filename as the first argument.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.