Package | Description |
---|---|
net.bytebuddy.agent |
The Byte Buddy agent allows the redefinition of classes at runtime.
|
Modifier and Type | Class and Description |
---|---|
static class |
ByteBuddyAgent.AgentProvider.ForByteBuddyAgent
An agent provider for a temporary Byte Buddy agent.
|
static class |
ByteBuddyAgent.AgentProvider.ForExistingAgent
An agent provider that supplies an existing agent that is not deleted after attachment.
|
Modifier and Type | Method and Description |
---|---|
private static void |
ByteBuddyAgent.install(ByteBuddyAgent.AttachmentProvider attachmentProvider,
java.lang.String processId,
java.lang.String argument,
ByteBuddyAgent.AgentProvider agentProvider)
Installs a Java agent on a target VM.
|