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 classVirtualMachine.ForHotSpotA virtual machine implementation for a HotSpot VM or any compatible VM.static classVirtualMachine.ForHotSpot.OnUnixA virtual machine implementation for a HotSpot VM running on Unix.Methods in net.bytebuddy.agent that return VirtualMachine Modifier and Type Method Description static VirtualMachineVirtualMachine.ForHotSpot.OnUnix. attach(java.lang.String processId)Attaches to the supplied VM process.
-