public static class ByteBuddyAgent.AgentProvider.ForExistingAgent extends java.lang.Object implements ByteBuddyAgent.AgentProvider
ByteBuddyAgent.AgentProvider.ForByteBuddyAgent, ByteBuddyAgent.AgentProvider.ForExistingAgent
Modifier and Type | Field and Description |
---|---|
private java.io.File |
agent
The supplied agent.
|
Modifier | Constructor and Description |
---|---|
protected |
ForExistingAgent(java.io.File agent)
Creates an agent provider for an existing agent.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
resolve()
Provides an agent jar file for attachment.
|
protected ForExistingAgent(java.io.File agent)
agent
- The supplied agent.public java.io.File resolve()
resolve
in interface ByteBuddyAgent.AgentProvider