Uses of Interface
net.bytebuddy.agent.ByteBuddyAgent.AgentProvider
Packages that use ByteBuddyAgent.AgentProvider
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of ByteBuddyAgent.AgentProvider in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement ByteBuddyAgent.AgentProviderModifier and TypeClassDescriptionstatic enumAn agent provider for a temporary Byte Buddy agent.static classAn agent provider that supplies an existing agent that is not deleted after attachment.Methods in net.bytebuddy.agent with parameters of type ByteBuddyAgent.AgentProviderModifier and TypeMethodDescriptionprivate static voidByteBuddyAgent.install(ByteBuddyAgent.AttachmentProvider attachmentProvider, String processId, String argument, ByteBuddyAgent.AgentProvider agentProvider, boolean isNative) Installs a Java agent on a target VM.