Package net.bytebuddy.agent
Interface ByteBuddyAgent.ProcessProvider
-
- All Known Implementing Classes:
ByteBuddyAgent.ProcessProvider.ForCurrentVm,ByteBuddyAgent.ProcessProvider.ForCurrentVm.ForJava9CapableVm,ByteBuddyAgent.ProcessProvider.ForCurrentVm.ForLegacyVm
- Enclosing class:
- ByteBuddyAgent
public static interface ByteBuddyAgent.ProcessProviderA process provider is responsible for providing the process id of the current VM.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classByteBuddyAgent.ProcessProvider.ForCurrentVmSupplies the current VM's process id.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringresolve()Resolves a process id for the current JVM.
-