public static enum ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction extends java.lang.Enum<ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction> implements java.security.PrivilegedAction<ByteBuddyAgent.AttachmentTypeEvaluator>
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
JDK_ALLOW_SELF_ATTACH
The OpenJDK's property for specifying the legality of self-attachment.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddyAgent.AttachmentTypeEvaluator |
run() |
static ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction INSTANCE
private static final java.lang.String JDK_ALLOW_SELF_ATTACH
public static ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction[] values()
for (ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction c : ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction.values()) System.out.println(c);
public static ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ByteBuddyAgent.AttachmentTypeEvaluator run()
run
in interface java.security.PrivilegedAction<ByteBuddyAgent.AttachmentTypeEvaluator>