Package io.deephaven.server.plugin.js
Class JsPluginManifestEntry
java.lang.Object
io.deephaven.server.plugin.js.JsPluginManifestEntry
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsPluginManifestEntryabstract Stringmain()The main js file.abstract Stringname()The name of the plugin.static JsPluginManifestEntryabstract Stringversion()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.
-