public static class ClassReloadingStrategy.BootstrapInjection.Enabled extends Object implements ClassReloadingStrategy.BootstrapInjection
ClassReloadingStrategy.BootstrapInjection.Disabled, ClassReloadingStrategy.BootstrapInjection.Enabled
Modifier | Constructor and Description |
---|---|
protected |
Enabled(File folder)
Creates an enabled bootstrap class injection strategy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
ClassInjector |
make(Instrumentation instrumentation)
Creates a class injector to use.
|
String |
toString() |
protected Enabled(File folder)
folder
- The folder to save jar files in.public ClassInjector make(Instrumentation instrumentation)
ClassReloadingStrategy.BootstrapInjection
make
in interface ClassReloadingStrategy.BootstrapInjection
instrumentation
- The instrumentation of this instance.Copyright © 2014–2017. All rights reserved.