static void |
ByteBuddyAgent.attach(java.io.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(java.io.File agentJar,
ByteBuddyAgent.ProcessProvider processProvider,
java.lang.String argument) |
Attaches the given agent Jar on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attach(java.io.File agentJar,
ByteBuddyAgent.ProcessProvider processProvider,
java.lang.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(java.io.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(java.io.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(java.io.File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider,
java.lang.String argument) |
Attaches the given agent library on the target process which must be a virtual machine process.
|
static void |
ByteBuddyAgent.attachNative(java.io.File agentLibrary,
ByteBuddyAgent.ProcessProvider processProvider,
java.lang.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(java.io.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 java.lang.instrument.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 java.lang.instrument.Instrumentation |
ByteBuddyAgent.install(ByteBuddyAgent.ProcessProvider processProvider) |
Installs an agent on the Java virtual machine resolved by the process provider.
|