Package | Description |
---|---|
org.apache.commons.configuration2 |
The Configuration main package.
|
org.apache.commons.configuration2.plist |
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HierarchicalConfiguration<T>
An interface for mutable hierarchical configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHierarchicalConfiguration<T>
A specialized configuration class that extends its base class by the ability
of keeping more structure in the stored properties.
|
class |
AbstractYAMLBasedConfiguration
A base class for configuration implementations based on YAML structures.
|
class |
BaseHierarchicalConfiguration
A specialized hierarchical configuration implementation that is based on a
structure of
ImmutableNode objects. |
class |
CombinedConfiguration
A hierarchical composite configuration class.
|
class |
DynamicCombinedConfiguration
DynamicCombinedConfiguration allows a set of CombinedConfigurations to be
used.
|
class |
INIConfiguration
A specialized hierarchical configuration implementation for parsing ini
files.
|
class |
JSONConfiguration
A specialized hierarchical configuration class that is able to parse JSON
documents.
|
class |
PatternSubtreeConfigurationWrapper
Wraps a BaseHierarchicalConfiguration and allows subtrees to be accessed via a configured path with
replaceable tokens derived from the ConfigurationInterpolator.
|
class |
SubnodeConfiguration
A specialized hierarchical configuration class with a node model that uses a
tracked node of another node model as its root node.
|
class |
XMLConfiguration
A specialized hierarchical configuration class that is able to parse XML
documents.
|
class |
YAMLConfiguration
A specialized hierarchical configuration class that is able to parse YAML
documents.
|
Modifier and Type | Method and Description |
---|---|
ImmutableHierarchicalConfiguration |
BaseHierarchicalConfiguration.immutableConfigurationAt(String key)
Returns an immutable hierarchical configuration for the node specified by
the given key.
|
ImmutableHierarchicalConfiguration |
ImmutableHierarchicalConfiguration.immutableConfigurationAt(String key)
Returns an immutable hierarchical configuration for the node specified by
the given key.
|
ImmutableHierarchicalConfiguration |
BaseHierarchicalConfiguration.immutableConfigurationAt(String key,
boolean supportUpdates)
Returns an immutable hierarchical configuration object that wraps the
configuration node specified by the given key.
|
ImmutableHierarchicalConfiguration |
ImmutableHierarchicalConfiguration.immutableConfigurationAt(String key,
boolean supportUpdates)
Returns an immutable hierarchical configuration object that wraps the
configuration node specified by the given key.
|
static ImmutableHierarchicalConfiguration |
ConfigurationUtils.unmodifiableConfiguration(HierarchicalConfiguration<?> c)
Creates an
ImmutableHierarchicalConfiguration from the given
HierarchicalConfiguration object. |
Modifier and Type | Method and Description |
---|---|
List<ImmutableHierarchicalConfiguration> |
BaseHierarchicalConfiguration.immutableChildConfigurationsAt(String key)
Returns a list of immutable configurations for all direct child elements
of the node selected by the given key.
|
List<ImmutableHierarchicalConfiguration> |
ImmutableHierarchicalConfiguration.immutableChildConfigurationsAt(String key)
Returns a list of immutable configurations for all direct child elements
of the node selected by the given key.
|
List<ImmutableHierarchicalConfiguration> |
BaseHierarchicalConfiguration.immutableConfigurationsAt(String key)
Returns a list of immutable configurations for all configuration nodes selected
by the given key.
|
List<ImmutableHierarchicalConfiguration> |
ImmutableHierarchicalConfiguration.immutableConfigurationsAt(String key)
Returns a list of immutable configurations for all configuration nodes selected
by the given key.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyListConfiguration
NeXT / OpenStep style configuration.
|
class |
XMLPropertyListConfiguration
Property list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.