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.AttachmentProvider.Accessor.Simple
A simple implementation of an accessible accessor.
|
protected static class |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithDirectAttachment
A simple implementation of an accessible accessor that attaches using a virtual machine emulation that does not require external attachment.
|
protected static class |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithExternalAttachment
A simple implementation of an accessible accessor that allows for external attachment.
|
static class |
ByteBuddyAgent.AttachmentProvider.Accessor.Unavailable
A canonical implementation of an unavailable accessor.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.ForModularizedVm.attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.ForJ9Vm.attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm.attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.ForUserDefinedToolsJar.attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.ForEmulatedAttachment.attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.Compound.attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
static ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.of(ClassLoader classLoader,
File... classPath)
Creates an accessor by reading the process id from the JMX runtime bean and by attempting
to load the
com.sun.tools.attach.VirtualMachine class from the provided class loader. |
static ByteBuddyAgent.AttachmentProvider.Accessor |
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.ofJ9()
Creates an accessor by reading the process id from the JMX runtime bean and by attempting
to load the
com.ibm.tools.attach.VirtualMachine class from the provided class loader. |
Copyright © 2014–2022. All rights reserved.