Class ConfigTreeSectionNode

  • All Implemented Interfaces:
    TreeNode, ConfigTreeNode

    public class ConfigTreeSectionNode
    extends AbstractConfigTreeNode
    The section node contains the modules for the given section. There are only two known sections, the global section, which contains all boot-time keys and the local section, which contains all report-local configuration keys.
    Author:
    Thomas Morgner
    • Constructor Detail

      • ConfigTreeSectionNode

        public ConfigTreeSectionNode​(String name)
        Creates a new section node with the specified name.
        Parameters:
        name - the name of the node.