Package io.deephaven.server.plugin.js
Class JsPluginManifestEntry
java.lang.Object
io.deephaven.server.plugin.js.JsPluginManifestEntry
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsPluginManifestEntry
abstract String
main()
The main js file.abstract String
name()
The name of the plugin.static JsPluginManifestEntry
abstract String
version()
The version of the plugin.
-
Field Details
-
NAME
- See Also:
-
VERSION
- See Also:
-
MAIN
- See Also:
-
-
Constructor Details
-
JsPluginManifestEntry
public JsPluginManifestEntry()
-
-
Method Details
-
of
-
from
-
name
The name of the plugin. -
version
The version of the plugin. -
main
The main js file.
-