public static enum ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm extends Enum<ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm> implements ByteBuddyAgent.AttachmentProvider
ByteBuddyAgent.AttachmentProvider.Accessor, ByteBuddyAgent.AttachmentProvider.Compound, ByteBuddyAgent.AttachmentProvider.ForJ9Vm, ByteBuddyAgent.AttachmentProvider.ForModularizedVm, ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm, ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm, 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.ForUnixHotSpotVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm INSTANCE
public static ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm[] values()
for (ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm c : ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm.values()) System.out.println(c);
public static ByteBuddyAgent.AttachmentProvider.ForUnixHotSpotVm 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.AttachmentProviderCopyright © 2014–2018. All rights reserved.