Package io.deephaven.server.plugin.js
package io.deephaven.server.plugin.js
-
ClassDescriptionRegisters the
JS pluginssourced from themanifestroot located atConfigDir/ "js-plugins" (if "manifest.json" exists).BindsJsPluginConfigDirRegistrationinto the set ofRegistration.Registers theJS pluginssourced from themanifestroot configuration property "deephaven.jsPlugins.resourceBase".BindsJsPluginManifestRegistrationinto 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-opJsPluginRegistrationfor servers that don't host JS content.Registers theJS pluginssourced from the NPM package roots as specified via the configuration properties that start with "deephaven.jsPlugins.".BindsJsPluginNpmPackageRegistrationinto the set ofRegistration.