Uses of Interface
net.bytebuddy.agent.VirtualMachine
-
Packages that use VirtualMachine Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of VirtualMachine in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement VirtualMachine Modifier and Type Class Description static class
VirtualMachine.ForHotSpot
A virtual machine implementation for a HotSpot VM or any compatible VM.static class
VirtualMachine.ForHotSpot.OnUnix
A virtual machine implementation for a HotSpot VM running on Unix.Methods in net.bytebuddy.agent that return VirtualMachine Modifier and Type Method Description static VirtualMachine
VirtualMachine.ForHotSpot.OnUnix. attach(java.lang.String processId)
Attaches to the supplied VM process.
-