Package io.deephaven.server.plugin.js
Class JsPluginManifestRegistration
java.lang.Object
io.deephaven.server.plugin.js.JsPluginManifestRegistration
- All Implemented Interfaces:
io.deephaven.plugin.Registration
public final class JsPluginManifestRegistration
extends Object
implements io.deephaven.plugin.Registration
Registers the
JS plugins sourced from the manifest root configuration
property "deephaven.jsPlugins.resourceBase".-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBindsJsPluginManifestRegistrationinto the set ofRegistration.Nested classes/interfaces inherited from interface io.deephaven.plugin.Registration
io.deephaven.plugin.Registration.Callback -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterInto(io.deephaven.plugin.Registration.Callback callback)
-
Field Details
-
JS_PLUGIN_RESOURCE_BASE
- See Also:
-
-
Method Details
-
registerInto
public void registerInto(io.deephaven.plugin.Registration.Callback callback) - Specified by:
registerIntoin interfaceio.deephaven.plugin.Registration
-