Class ClassReloadingStrategy.BootstrapInjection.Enabled

    • Field Detail

      • folder

        private final java.io.File folder
        The folder to save jar files in.
    • Constructor Detail

      • Enabled

        protected Enabled​(java.io.File folder)
        Creates an enabled bootstrap class injection strategy.
        Parameters:
        folder - The folder to save jar files in.
    • Method Detail

      • make

        public ClassInjector make​(java.lang.instrument.Instrumentation instrumentation)
        Creates a class injector to use.
        Specified by:
        make in interface ClassReloadingStrategy.BootstrapInjection
        Parameters:
        instrumentation - The instrumentation of this instance.
        Returns:
        A class injector for the bootstrap class loader.