Package io.deephaven.server.plugin.js
package io.deephaven.server.plugin.js
-
ClassDescriptionRegisters the
JS plugins
sourced from themanifest
root located atConfigDir
/ "js-plugins" (if "manifest.json" exists).BindsJsPluginConfigDirRegistration
into the set ofRegistration
.Registers theJS plugins
sourced from themanifest
root configuration property "deephaven.jsPlugins.resourceBase".BindsJsPluginManifestRegistration
into the set ofRegistration
.Includes the modulesJsPluginManifestRegistration.Module
,JsPluginConfigDirRegistration.Module
, andJsPluginNpmPackageRegistration.Module
; these modules add various means of configuration support for producing and registeringJsPlugin
.Provides a no-opJsPluginRegistration
for servers that don't host JS content.Registers theJS plugins
sourced from the NPM package roots as specified via the configuration properties that start with "deephaven.jsPlugins.".BindsJsPluginNpmPackageRegistration
into the set ofRegistration
.