Uses of Interface
org.apache.commons.configuration2.tree.NodeModelSupport
-
Packages that use NodeModelSupport Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.plist Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.org.apache.commons.configuration2.tree A package with helper and utility classes used by hierarchical configurations. -
-
Uses of NodeModelSupport in org.apache.commons.configuration2
Subinterfaces of NodeModelSupport in org.apache.commons.configuration2 Modifier and Type Interface Description interfaceHierarchicalConfiguration<T>An interface for mutable hierarchical configurations.Classes in org.apache.commons.configuration2 that implement NodeModelSupport Modifier and Type Class Description classAbstractHierarchicalConfiguration<T>A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.classAbstractYAMLBasedConfigurationA base class for configuration implementations based on YAML structures.classBaseHierarchicalConfigurationA specialized hierarchical configuration implementation that is based on a structure ofImmutableNodeobjects.classCombinedConfigurationA hierarchical composite configuration class.classDynamicCombinedConfigurationDynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.classINIConfigurationA specialized hierarchical configuration implementation for parsing ini files.classJSONConfigurationA specialized hierarchical configuration class that is able to parse JSON documents.classPatternSubtreeConfigurationWrapperWraps a BaseHierarchicalConfiguration and allows subtrees to be accessed via a configured path with replaceable tokens derived from the ConfigurationInterpolator.classSubnodeConfigurationA specialized hierarchical configuration class with a node model that uses a tracked node of another node model as its root node.classXMLConfigurationA specialized hierarchical configuration class that is able to parse XML documents.classYAMLConfigurationA specialized hierarchical configuration class that is able to parse YAML documents. -
Uses of NodeModelSupport in org.apache.commons.configuration2.plist
Classes in org.apache.commons.configuration2.plist that implement NodeModelSupport Modifier and Type Class Description classPropertyListConfigurationNeXT / OpenStep style configuration.classXMLPropertyListConfigurationProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd). -
Uses of NodeModelSupport in org.apache.commons.configuration2.tree
Subinterfaces of NodeModelSupport in org.apache.commons.configuration2.tree Modifier and Type Interface Description interfaceInMemoryNodeModelSupportA specialized version of theNodeModelSupportinterface which allows querying anInMemoryNodeModel.
-