Class INIConfiguration.GlobalSectionNodeModel

  • All Implemented Interfaces:
    NodeModel<ImmutableNode>
    Enclosing class:
    INIConfiguration

    private static final class INIConfiguration.GlobalSectionNodeModel
    extends TrackedNodeModel
    A specialized node model implementation for the sub configuration representing the global section of the INI file. This is a regular TrackedNodeModel with one exception: The NodeHandler used by this model applies a filter on the children of the root node so that only nodes are visible that are no sub sections.