| Package | Description |
|---|---|
| com.videobug.agent.logging | |
| com.videobug.agent.logging.io | |
| com.videobug.agent.weaver | |
| com.videobug.agent.weaver.method |
| Modifier and Type | Method and Description |
|---|---|
void |
IEventLogger.recordWeaveInfo(byte[] byteArray,
com.insidious.common.weaver.ClassInfo classIdEntry,
WeaveLog log) |
static void |
Logging.recordWeaveInfo(byte[] byteArray,
com.insidious.common.weaver.ClassInfo classIdEntry,
WeaveLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventStreamAggregatedLogger.recordWeaveInfo(byte[] byteArray,
com.insidious.common.weaver.ClassInfo classIdEntry,
WeaveLog log) |
void |
DetailedEventStreamAggregatedLogger.recordWeaveInfo(byte[] byteArray,
com.insidious.common.weaver.ClassInfo classIdEntry,
WeaveLog log) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Weaver.finishClassProcess(com.insidious.common.weaver.ClassInfo classInfo,
WeaveLog result)
Write the weaving result to files.
|
| Constructor and Description |
|---|
ClassTransformer(WeaveLog weaver,
WeaveConfig config,
byte[] inputClass,
ClassLoader loader)
This constructor weaves the given class and provides the result.
|
ClassTransformer(WeaveLog weaver,
WeaveConfig config,
org.objectweb.asm.ClassReader reader,
ClassLoader loader)
This constructor weaves the given class and provides the result.
|
ClassTransformer(WeaveLog weaver,
WeaveConfig config,
org.objectweb.asm.ClassWriter cw)
Initializes the object as a ClassVisitor.
|
| Constructor and Description |
|---|
MethodTransformer(WeaveLog w,
WeaveConfig config,
String sourceFileName,
String className,
String outerClassName,
int access,
String methodName,
String methodDesc,
String signature,
String[] exceptions,
org.objectweb.asm.MethodVisitor mv)
Initialize the instance
|
Copyright © 2023. All rights reserved.