Uses of Interface
org.apache.commons.configuration2.io.FileBased
Packages that use 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
Subinterfaces of FileBased in org.apache.commons.configuration2Modifier and TypeInterfaceDescriptioninterface
An interface which combines theFileBased
andConfiguration
interfaces.Classes in org.apache.commons.configuration2 that implement FileBasedModifier 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.Methods in org.apache.commons.configuration2 that return FileBasedModifier and TypeMethodDescriptionprivate FileBased
PatternSubtreeConfigurationWrapper.fetchFileBased()
Returns the wrapped configuration as aFileBased
object. -
Uses of FileBased in org.apache.commons.configuration2.io
Fields in org.apache.commons.configuration2.io declared as FileBasedModifier and TypeFieldDescriptionprivate final FileBased
FileHandler.content
The file-based object managed by this handler.Methods in org.apache.commons.configuration2.io that return FileBasedModifier and TypeMethodDescriptionfinal FileBased
FileHandler.getContent()
Gets theFileBased
object associated with thisFileHandler
.Constructors in org.apache.commons.configuration2.io with parameters of type FileBasedModifierConstructorDescriptionFileHandler
(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.private
FileHandler
(FileBased obj, FileLocator locator) Creates a new instance ofFileHandler
based on the givenFileBased
andFileLocator
objects. -
Uses of FileBased in org.apache.commons.configuration2.plist
Classes in org.apache.commons.configuration2.plist that implement FileBasedModifier 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).