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