public static enum ClassReloadingStrategy.BootstrapInjection.Disabled extends Enum<ClassReloadingStrategy.BootstrapInjection.Disabled> implements ClassReloadingStrategy.BootstrapInjection
ClassReloadingStrategy.BootstrapInjection.Disabled, ClassReloadingStrategy.BootstrapInjection.Enabled| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassInjector | make(Instrumentation instrumentation)Creates a class injector to use. | 
| String | toString() | 
| static ClassReloadingStrategy.BootstrapInjection.Disabled | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ClassReloadingStrategy.BootstrapInjection.Disabled[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ClassReloadingStrategy.BootstrapInjection.Disabled INSTANCE
public static ClassReloadingStrategy.BootstrapInjection.Disabled[] values()
for (ClassReloadingStrategy.BootstrapInjection.Disabled c : ClassReloadingStrategy.BootstrapInjection.Disabled.values()) System.out.println(c);
public static ClassReloadingStrategy.BootstrapInjection.Disabled 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 ClassInjector make(Instrumentation instrumentation)
ClassReloadingStrategy.BootstrapInjectionmake in interface ClassReloadingStrategy.BootstrapInjectioninstrumentation - The instrumentation of this instance.public String toString()
toString in class Enum<ClassReloadingStrategy.BootstrapInjection.Disabled>Copyright © 2014–2016. All rights reserved.