Class INIConfiguration.GlobalSectionNodeModel

java.lang.Object
org.apache.commons.configuration2.tree.TrackedNodeModel
org.apache.commons.configuration2.INIConfiguration.GlobalSectionNodeModel
All Implemented Interfaces:
NodeModel<ImmutableNode>
Enclosing class:
INIConfiguration

private static 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.