Interface ClassInjector.UsingInstrumentation.Dispatcher

    • Method Detail

      • isAlive

        boolean isAlive()
        Returns true if this dispatcher is alive.
        Returns:
        true if this dispatcher is alive.
      • appendToBootstrapClassLoaderSearch

        void appendToBootstrapClassLoaderSearch​(java.lang.instrument.Instrumentation instrumentation,
                                                java.util.jar.JarFile jarFile)
        Appends a jar file to the bootstrap class loader.
        Parameters:
        instrumentation - The instrumentation instance to interact with.
        jarFile - The jar file to append.
      • appendToSystemClassLoaderSearch

        void appendToSystemClassLoaderSearch​(java.lang.instrument.Instrumentation instrumentation,
                                             java.util.jar.JarFile jarFile)
        Appends a jar file to the system class loader.
        Parameters:
        instrumentation - The instrumentation instance to interact with.
        jarFile - The jar file to append.