public class LiveClassFileTransformer extends Object implements ClassFileTransformer
| Constructor and Description |
|---|
LiveClassFileTransformer(LiveInfo liveInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLiveLocation(String jarPath) |
byte[] |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
public LiveClassFileTransformer(LiveInfo liveInfo)
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
transform in interface ClassFileTransformerIllegalClassFormatExceptionCopyright © 2015 United Internet. All rights reserved.