@HashCodeAndEqualsPlugin.Enhance public static class ClassReloadingStrategy.BootstrapInjection.Enabled extends java.lang.Object implements ClassReloadingStrategy.BootstrapInjection
ClassReloadingStrategy.BootstrapInjection.Disabled, ClassReloadingStrategy.BootstrapInjection.Enabled
Modifier and Type | Field and Description |
---|---|
private java.io.File |
folder
The folder to save jar files in.
|
Modifier | Constructor and Description |
---|---|
protected |
Enabled(java.io.File folder)
Creates an enabled bootstrap class injection strategy.
|
Modifier and Type | Method and Description |
---|---|
ClassInjector |
make(java.lang.instrument.Instrumentation instrumentation)
Creates a class injector to use.
|
protected Enabled(java.io.File folder)
folder
- The folder to save jar files in.public ClassInjector make(java.lang.instrument.Instrumentation instrumentation)
make
in interface ClassReloadingStrategy.BootstrapInjection
instrumentation
- The instrumentation of this instance.