Package com.intergral.deep
Class ShippedToolsJarProvider
- java.lang.Object
-
- com.intergral.deep.ShippedToolsJarProvider
-
- All Implemented Interfaces:
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider
public class ShippedToolsJarProvider extends Object implements net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider
This is an implementation of theByteBuddyAgent.AttachmentProvider
that uses the tools jar that we ship with the agent.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor, net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Compound, net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForEmulatedAttachment, net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForJ9Vm, net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForModularizedVm, net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm, net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForUserDefinedToolsJar
-
-
Constructor Summary
Constructors Constructor Description ShippedToolsJarProvider(File tools)
Create a new provider.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor
attempt()
-
-
-
Constructor Detail
-
ShippedToolsJarProvider
public ShippedToolsJarProvider(File tools)
Create a new provider.- Parameters:
tools
- the file object for the tools jar to use
-
-