public static class ByteBuddyAgent.AttachmentTypeEvaluator.ForJava9CapableVm extends Object implements ByteBuddyAgent.AttachmentTypeEvaluator
ByteBuddyAgent.AttachmentTypeEvaluator.Disabled, ByteBuddyAgent.AttachmentTypeEvaluator.ForJava9CapableVm, ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction
Modifier | Constructor and Description |
---|---|
protected |
ForJava9CapableVm(Method current,
Method pid)
Creates a new attachment type evaluator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
requiresExternalAttachment(String processId)
Checks if the current VM requires external attachment for the supplied process id.
|
public boolean requiresExternalAttachment(String processId)
requiresExternalAttachment
in interface ByteBuddyAgent.AttachmentTypeEvaluator
processId
- The process id of the process to which to attach.true
if the current VM requires external attachment for the supplied process.Copyright © 2014–2022. All rights reserved.