| java.lang.Object org.codehaus.aspectwerkz.hook.ClassLoaderPatcher
ClassLoaderPatcher | public class ClassLoaderPatcher (Code) | | Utility methods to manipulate class redefinition of java.lang.ClassLoader in xxxStarter
author: Alexandre Vasseur |
getPatchedClassLoader | static byte[] getPatchedClassLoader(String preProcessorName)(Code) | | Gets the bytecode of the modified java.lang.ClassLoader using given ClassLoaderPreProcessor class name
|
hotswapClassLoader | public static VirtualMachine hotswapClassLoader(String preProcessorName, String transport, String address)(Code) | | Patch java.lang.ClassLoader with preProcessorName instance and hotswap in target VM using a JDWP attaching
connector Don't wait before connecting
|
hotswapClassLoader | public static VirtualMachine hotswapClassLoader(String preProcessorName, String transport, String address, int secondsToWait)(Code) | | Patch java.lang.ClassLoader with preProcessorName instance and hotswap in target VM using a JDWP attaching
connector
|
inputStreamToByteArray | public static byte[] inputStreamToByteArray(InputStream is) throws IOException(Code) | | Converts an input stream to a byte[]
|
patchClassLoader | public static void patchClassLoader(String preProcessorName, String dir)(Code) | | Patch java.lang.ClassLoader with preProcessorName instance and dump class bytecode in dir
|
|
|