Uses of Interface
net.bytebuddy.agent.VirtualMachine
Packages that use VirtualMachine
Package
Description
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 VirtualMachineModifier and TypeClassDescriptionstatic classAn abstract base implementation for a virtual machine.static classA virtual machine attachment implementation for a HotSpot VM or any compatible JVM.Methods in net.bytebuddy.agent that return VirtualMachineModifier and TypeMethodDescriptionstatic VirtualMachineVirtualMachine.ForHotSpot.attach(String processId, VirtualMachine.ForHotSpot.Connection.Factory connectionFactory) Attaches to the supplied process id using the supplied connection factory.Methods in net.bytebuddy.agent that return types with arguments of type VirtualMachine