Package | Description |
---|---|
org.apache.commons.configuration2 |
The Configuration main package.
|
org.apache.commons.configuration2.io |
A package with classes related to I/O operations.
|
org.apache.commons.configuration2.plist |
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedConfiguration
An interface which combines the
FileBased and Configuration
interfaces. |
Modifier and Type | Class and Description |
---|---|
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 |
PropertiesConfiguration
This is the "classic" Properties loader which loads the values from
a single or multiple files (which can be chained with "include =".
|
class |
XMLConfiguration
A specialized hierarchical configuration class that is able to parse XML
documents.
|
class |
XMLPropertiesConfiguration
This configuration implements the XML properties format introduced in Java
5.0, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.
|
class |
YAMLConfiguration
A specialized hierarchical configuration class that is able to parse YAML
documents.
|
Modifier and Type | Method and Description |
---|---|
FileBased |
FileHandler.getContent()
Returns the
FileBased object associated with this
FileHandler . |
Constructor and Description |
---|
FileHandler(FileBased obj)
Creates a new instance of
FileHandler and sets the managed
FileBased object. |
FileHandler(FileBased obj,
FileHandler c)
Creates a new instance of
FileHandler which is associated with
the given FileBased object and the location defined for the given
FileHandler object. |
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.