Interface Plugin

    • Method Detail

      • getClassLoader

        default ClassLoader getClassLoader()
        Helper method to get the class loader used to load the plugin. This may be needed for some plugins that use dynamic class loading afterwards the plugin was loaded.
        Returns:
        the class loader used to load the plugin.
      • configure

        default void configure​(Configuration config)
        Optional method for plugins to pick up settings from the configuration.
        Parameters:
        config - The configuration to apply to the plugin.