static void |
ByteBuddyAgent.attach(File agentJar,
ByteBuddyAgent.ProcessProvider processProvider) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attach(File agentJar,
ByteBuddyAgent.ProcessProvider processProvider,
String argument) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attach(File agentJar,
ByteBuddyAgent.ProcessProvider processProvider,
String argument,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attach(File agentJar,
ByteBuddyAgent.ProcessProvider processProvider,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider,
String argument) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider,
String argument,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider,
ByteBuddyAgent.AttachmentProvider attachmentProvider) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static Instrumentation |
ByteBuddyAgent.install(ByteBuddyAgent.AttachmentProvider attachmentProvider,
ByteBuddyAgent.ProcessProvider processProvider) |
Installs an agent on the currently running Java virtual machine using the supplied
attachment provider and process provider.
|
static Instrumentation |
ByteBuddyAgent.install(ByteBuddyAgent.ProcessProvider processProvider) |
Installs an agent on the Java virtual machine resolved by the process provider.
|