See: Description
Interface | Description |
---|---|
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.AttachmentProvider.Accessor.Simple.Dispatcher |
A dispatcher for reading a process id of the current process.
|
Class | Description |
---|---|
ByteBuddyAgent |
The Byte Buddy agent provides a JVM
Instrumentation in order to allow Byte Buddy the
redefinition of already loaded classes. |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple |
A simple implementation of an accessible accessor.
|
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForJava9CapableVm |
A dispatcher for reading a process id of the current process via a process handle.
|
ByteBuddyAgent.AttachmentProvider.Compound |
A compound attachment provider that attempts the attachment by delegation to other providers.
|
ByteBuddyAgent.AttachmentProvider.ForToolsJarVm.ClassLoaderCreationAction |
The action creates a class loader that is capable of reading form the provided tools.jar.
|
Installer |
An installer class which defined the hook-in methods that are required by the Java agent specification.
|
Enum | Description |
---|---|
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm |
A dispatcher for a legacy VM that cannot read the current process's id via a process handle.
|
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.
|
Copyright © 2014–2016. All rights reserved.