public static enum ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm extends Enum<ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm> implements ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForJava9CapableVm, ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
ByteBuddyAgent.AttachmentProvider.Accessor |
resolve(Class<?> virtualMachineType)
Resolves an accessor for the supplied virtual machine type.
|
String |
toString() |
static ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm INSTANCE
public static ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm[] values()
for (ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm c : ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm.values()) System.out.println(c);
public static ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm 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 resolve(Class<?> virtualMachineType)
ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher
resolve
in interface ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher
virtualMachineType
- The virtual machine type to attach to.public String toString()
toString
in class Enum<ByteBuddyAgent.AttachmentProvider.Accessor.Simple.Dispatcher.ForLegacyVm>
Copyright © 2014–2016. All rights reserved.