Package io.deephaven.server.plugin.js
Class JsPluginConfigDirRegistration
java.lang.Object
io.deephaven.server.plugin.js.JsPluginConfigDirRegistration
- All Implemented Interfaces:
Registration
Registers the
JS plugins sourced from the manifest root located at
ConfigDir / "js-plugins" (if "manifest.json"
exists).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBindsJsPluginConfigDirRegistrationinto 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_PLUGINS
- 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.
-