Interface ExtensiblePlugin


  • public interface ExtensiblePlugin
    An extension point for Plugin implementations to be themselves extensible. This class provides a callback for extensible plugins to be informed of other plugins which extend them.
    • Method Summary

      Modifier and Type Method Description
      default void reloadSPI​(java.lang.ClassLoader loader)
      Reload any SPI implementations from the given classloader.
    • Method Detail

      • reloadSPI

        default void reloadSPI​(java.lang.ClassLoader loader)
        Reload any SPI implementations from the given classloader.