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.ProcessProvider
A process provider is responsible for providing the process id of the current VM.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ByteBuddyAgent.ProcessProvider.ForCurrentVm
Supplies the current VM's process id.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
resolve()
Resolves a process id for the current JVM.
-