Uses of Interface
org.apache.commons.configuration2.io.FileBased
Package
Description
The Configuration main package.
A package with classes related to I/O operations.
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
-
Uses of FileBased in org.apache.commons.configuration2
Modifier and TypeInterfaceDescriptioninterface
An interface which combines theFileBased
andConfiguration
interfaces.Modifier and TypeClassDescriptionclass
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
This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".class
A specialized hierarchical configuration class that is able to parse XML documents.class
This configuration implements the XML properties format introduced in Java, see https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html.class
A specialized hierarchical configuration class that is able to parse YAML documents. -
Uses of FileBased in org.apache.commons.configuration2.io
Modifier and TypeMethodDescriptionfinal FileBased
FileHandler.getContent()
Gets theFileBased
object associated with thisFileHandler
.ModifierConstructorDescriptionFileHandler
(FileBased obj) Creates a new instance ofFileHandler
and sets the managedFileBased
object.FileHandler
(FileBased obj, FileHandler c) Creates a new instance ofFileHandler
which is associated with the givenFileBased
object and the location defined for the givenFileHandler
object. -
Uses of FileBased in org.apache.commons.configuration2.plist
Modifier 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).