public static enum ByteBuddyAgent.AttachmentProvider.ForModularizedVm extends Enum<ByteBuddyAgent.AttachmentProvider.ForModularizedVm> implements ByteBuddyAgent.AttachmentProvider
jdk.attach
module.ByteBuddyAgent.AttachmentProvider.Accessor, ByteBuddyAgent.AttachmentProvider.Compound, ByteBuddyAgent.AttachmentProvider.ForEmulatedAttachment, ByteBuddyAgent.AttachmentProvider.ForJ9Vm, ByteBuddyAgent.AttachmentProvider.ForModularizedVm, ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm, ByteBuddyAgent.AttachmentProvider.ForUserDefinedToolsJar
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
DEFAULT
Modifier and Type | Method and Description |
---|---|
ByteBuddyAgent.AttachmentProvider.Accessor |
attempt()
Attempts the creation of an accessor for a specific JVM's attachment API.
|
static ByteBuddyAgent.AttachmentProvider.ForModularizedVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteBuddyAgent.AttachmentProvider.ForModularizedVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ByteBuddyAgent.AttachmentProvider.ForModularizedVm INSTANCE
public static ByteBuddyAgent.AttachmentProvider.ForModularizedVm[] values()
for (ByteBuddyAgent.AttachmentProvider.ForModularizedVm c : ByteBuddyAgent.AttachmentProvider.ForModularizedVm.values()) System.out.println(c);
public static ByteBuddyAgent.AttachmentProvider.ForModularizedVm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic ByteBuddyAgent.AttachmentProvider.Accessor attempt()
attempt
in interface ByteBuddyAgent.AttachmentProvider
Copyright © 2014–2021. All rights reserved.