Package io.deephaven.plugin.options
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 TypeMethodDescriptionvoidsetPluginOptions(PluginOptions pluginOptions) Pass the dagger configured PluginOptions to this plugin.
-
Method Details
-
setPluginOptions
Pass the dagger configured PluginOptions to this plugin.- Parameters:
pluginOptions- the dagger configured PluginOptions
-