Package io.deephaven.server.plugin.js
Class JsPluginManifestRegistration
java.lang.Object
io.deephaven.server.plugin.js.JsPluginManifestRegistration
- All Implemented Interfaces:
Registration
Registers the
JS plugins
sourced from the manifest
root configuration
property "deephaven.jsPlugins.resourceBase".-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
BindsJsPluginManifestRegistration
into the set ofRegistration
.Nested classes/interfaces inherited from interface io.deephaven.plugin.Registration
Registration.Callback
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerInto
(Registration.Callback callback) The registration entrypoint.
-
Field Details
-
JS_PLUGIN_RESOURCE_BASE
- See Also:
-
-
Method Details
-
registerInto
Description copied from interface:Registration
The registration entrypoint.May be called multiple times.
- Specified by:
registerInto
in interfaceRegistration
- Parameters:
callback
- the callback.
-