protected static interface ByteBuddyAgent.AgentProvider
Modifier and Type | Interface 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 |
---|---|
java.io.File |
resolve()
Provides an agent jar file for attachment.
|