Interface AcceptsPluginOptions


public interface AcceptsPluginOptions
If a plugin (of type Registration, Plugin, JsPlugin or ObjectType) implements this interface, then after it is service loaded; the setPluginOptions(io.deephaven.plugin.options.PluginOptions) method is called to provide the PluginOptions derived from dagger.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Pass the dagger configured PluginOptions to this plugin.
  • Method Details

    • setPluginOptions

      void setPluginOptions(PluginOptions pluginOptions)
      Pass the dagger configured PluginOptions to this plugin.
      Parameters:
      pluginOptions - the dagger configured PluginOptions