protected static enum AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption extends Enum<AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption> implements PrivilegedAction<AgentBuilder.Default.ExecutingTransformer.Factory>
AgentBuilder.Default.ExecutingTransformer that support Java 9 modules.| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder.Default.ExecutingTransformer.Factory |
run() |
String |
toString() |
static AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption INSTANCE
public static AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption[] values()
for (AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption c : AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption.values()) System.out.println(c);
public static AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption 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 AgentBuilder.Default.ExecutingTransformer.Factory run()
run in interface PrivilegedAction<AgentBuilder.Default.ExecutingTransformer.Factory>public String toString()
toString in class Enum<AgentBuilder.Default.ExecutingTransformer.FactoryCreationOption>Copyright © 2014–2016. All rights reserved.