See: Description
Interface | Description |
---|---|
ByteBuddyAgent.AgentProvider |
An agent provider is responsible for handling and providing the jar file of an agent that is being attached.
|
ByteBuddyAgent.AttachmentProvider |
An attachment provider is responsible for making the Java attachment API available.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
An accessor for a JVM's attachment API.
|
ByteBuddyAgent.ProcessProvider |
A process provider is responsible for providing the process id of the current VM.
|
Class | Description |
---|---|
ByteBuddyAgent |
The Byte Buddy agent provides a JVM
Instrumentation in order to allow Byte Buddy the
redefinition of already loaded classes. |
ByteBuddyAgent.AgentProvider.ForExistingAgent |
An agent provider that supplies an existing agent that is not deleted after attachment.
|
ByteBuddyAgent.AttachmentProvider.Accessor.Simple |
A simple implementation of an accessible accessor.
|
ByteBuddyAgent.AttachmentProvider.Compound |
A compound attachment provider that attempts the attachment by delegation to other providers.
|
ByteBuddyAgent.ProcessProvider.ForCurrentVm.ForJava9CapableVm |
A process provider for a Java 9 capable VM with access to the introduced process API.
|
Installer |
An installer class which defined the hook-in methods that are required by the Java agent specification.
|
Enum | Description |
---|---|
ByteBuddyAgent.AgentProvider.ForByteBuddyAgent |
An agent provider for a temporary Byte Buddy agent.
|
ByteBuddyAgent.AttachmentProvider.Accessor.Unavailable |
A canonical implementation of an unavailable accessor.
|
ByteBuddyAgent.AttachmentProvider.ForJ9Vm |
An attachment provider that locates the attach API directly from the system class loader expecting
an IBM J9 VM.
|
ByteBuddyAgent.AttachmentProvider.ForJigsawVm |
An attachment provider that locates the attach API directly from the system class loader.
|
ByteBuddyAgent.AttachmentProvider.ForToolsJarVm |
An attachment provider that is dependant on the existence of a tools.jar file on the local
file system.
|
ByteBuddyAgent.ProcessProvider.ForCurrentVm |
Supplies the current VM's process id.
|
ByteBuddyAgent.ProcessProvider.ForCurrentVm.ForLegacyVm |
A process provider for a legacy VM that reads the process id from its JMX properties.
|
Copyright © 2014–2016. All rights reserved.