Uses of Interface
org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Packages that use ImmutableHierarchicalConfiguration
Package
Description
The Configuration main package.
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
-
Uses of ImmutableHierarchicalConfiguration in org.apache.commons.configuration2
Subinterfaces of ImmutableHierarchicalConfiguration in org.apache.commons.configuration2Modifier and TypeInterfaceDescriptioninterface
An interface for mutable hierarchical configurations.Classes in org.apache.commons.configuration2 that implement ImmutableHierarchicalConfigurationModifier and TypeClassDescriptionclass
A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.class
A base class for configuration implementations based on YAML structures.class
A specialized hierarchical configuration implementation that is based on a structure ofImmutableNode
objects.class
A hierarchical composite configuration class.class
DynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.class
A specialized hierarchical configuration implementation for parsing ini files.class
A specialized hierarchical configuration class that is able to parse JSON documents.class
Wraps a BaseHierarchicalConfiguration and allows subtrees to be accessed via a configured path with replaceable tokens derived from the ConfigurationInterpolator.class
A specialized hierarchical configuration class with a node model that uses a tracked node of another node model as its root node.class
A specialized hierarchical configuration class that is able to parse XML documents.class
A specialized hierarchical configuration class that is able to parse YAML documents.Methods in org.apache.commons.configuration2 that return ImmutableHierarchicalConfigurationModifier and TypeMethodDescriptionBaseHierarchicalConfiguration.immutableConfigurationAt
(String key) Returns an immutable hierarchical configuration for the node specified by the given key.BaseHierarchicalConfiguration.immutableConfigurationAt
(String key, boolean supportUpdates) Returns an immutable hierarchical configuration object that wraps the configuration node specified by the given key.ImmutableHierarchicalConfiguration.immutableConfigurationAt
(String key) Returns an immutable hierarchical configuration for the node specified by the given key.ImmutableHierarchicalConfiguration.immutableConfigurationAt
(String key, boolean supportUpdates) Returns an immutable hierarchical configuration object that wraps the configuration node specified by the given key.ConfigurationUtils.unmodifiableConfiguration
(HierarchicalConfiguration<?> c) Creates anImmutableHierarchicalConfiguration
from the givenHierarchicalConfiguration
object.Methods in org.apache.commons.configuration2 that return types with arguments of type ImmutableHierarchicalConfigurationModifier and TypeMethodDescriptionBaseHierarchicalConfiguration.immutableChildConfigurationsAt
(String key) Returns a list of immutable configurations for all direct child elements of the node selected by the given key.ImmutableHierarchicalConfiguration.immutableChildConfigurationsAt
(String key) Returns a list of immutable configurations for all direct child elements of the node selected by the given key.BaseHierarchicalConfiguration.immutableConfigurationsAt
(String key) Returns a list of immutable configurations for all configuration nodes selected by the given key.ImmutableHierarchicalConfiguration.immutableConfigurationsAt
(String key) Returns a list of immutable configurations for all configuration nodes selected by the given key. -
Uses of ImmutableHierarchicalConfiguration in org.apache.commons.configuration2.plist
Classes in org.apache.commons.configuration2.plist that implement ImmutableHierarchicalConfigurationModifier and TypeClassDescriptionclass
NeXT / OpenStep style configuration.class
Property list file (plist) in XML FORMAT as used by macOS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).