Uses of Interface
org.apache.commons.configuration2.io.FileBased
-
Packages that use FileBased 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. -
-
Uses of FileBased in org.apache.commons.configuration2
Subinterfaces of FileBased in org.apache.commons.configuration2 Modifier and Type Interface Description interface
FileBasedConfiguration
An interface which combines theFileBased
andConfiguration
interfaces.Classes in org.apache.commons.configuration2 that implement FileBased Modifier and Type Class 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. -
Uses of FileBased in org.apache.commons.configuration2.io
Methods in org.apache.commons.configuration2.io that return FileBased Modifier and Type Method Description FileBased
FileHandler. getContent()
Gets theFileBased
object associated with thisFileHandler
.Constructors in org.apache.commons.configuration2.io with parameters of type FileBased Constructor Description FileHandler(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
Classes in org.apache.commons.configuration2.plist that implement FileBased Modifier and Type Class 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).
-