|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.hook.GeneratePluggableInstrumentedClassLoader
public class GeneratePluggableInstrumentedClassLoader
Generate the instrumented version of the classloader and store it in the filesystem.
Constructor Summary | |
---|---|
GeneratePluggableInstrumentedClassLoader()
|
Method Summary | |
---|---|
static byte[] |
getInstrumentedClassLoader()
Get the instrumented version of the class loader. |
static void |
main(String[] args)
Store the instrumented classloader in the filesystem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneratePluggableInstrumentedClassLoader()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |