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
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBindsJsPluginManifestRegistrationinto the set ofRegistration.Nested classes/interfaces inherited from interface io.deephaven.plugin.Registration
Registration.Callback -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterInto(Registration.Callback callback) The registration entrypoint.
-
Field Details
-
JS_PLUGIN_RESOURCE_BASE
- See Also:
-
-
Method Details
-
registerInto
Description copied from interface:RegistrationThe registration entrypoint.May be called multiple times.
- Specified by:
registerIntoin interfaceRegistration- Parameters:
callback- the callback.
-