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 |
---|---|
File |
resolve()
Provides an agent jar file for attachment.
|
File resolve() throws IOException
IOException
- If the agent cannot be written to disk.Copyright © 2014–2016. All rights reserved.