The following table contains all bundles included in the Config Tree module.
Bundle Symbolic Name |
Description |
|---|---|
com.prosyst.mbs.configtree.api |
The ConfigTree API bundle provides the API for definition of Config Trees as well as supports import/export of such trees from/to external files. It manages the data types used in configurations as data-tree structures in XML and binary format. The components of a ConfigTree are ConfigNodes. Each ConfigNode from the tree is described through its properties and children configuration nodes. |
com.prosyst.mbs.configtree.cm |
The ConfigTree CM bundle provides the functionality of loading the runtime configuration properties, managed by the OSGi Configuration Admin Service (via registered Managed Services and Factory Managed Services), in the Config Tree Module under the configurable type ConfigurationAdmin. |
com.prosyst.mbs.configtree.commands |
The ConfigTree Commands bundle provides the console commands for managing the Config Tree configurations. |
com.prosyst.mbs.configtree.core |
Provides the Core functionality of the ConfigTree module. |
com.prosyst.mbs.configtree.resman |
The ConfigTree Resources Manager provides the functionality of automatically importing XML configurations from a bundle. Bundles which provide configurations in XML format within their JAR files, must use the ConfigTree manifest header. For more information on how to use this functionality see the "Managing Configurations via XML". |
com.prosyst.mbs.configtree.servlet |
The ConfigTree Servlet bundle registers an HTTP servlet for accessing the ConfigTree configurations over JSON-RPC. |
com.prosyst.mbs.configtree.webconsole |
The ConfigTree Plugin for Web Console bundle provides means for handling configurations in the Web Admin Console. |