Class ConfigTreeRootNode

  • All Implemented Interfaces:
    TreeNode, ConfigTreeNode

    public class ConfigTreeRootNode
    extends AbstractConfigTreeNode
    The root node contains the local and the global node and is the main entry point into the tree.
    Author:
    Thomas Morgner
    • Constructor Detail

      • ConfigTreeRootNode

        public ConfigTreeRootNode​(String name)
        Creates a new root node with the given name.
        Parameters:
        name - the name of the node.