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 interfaceFileBasedConfigurationAn interface which combines theFileBasedandConfigurationinterfaces.Classes in org.apache.commons.configuration2 that implement FileBased Modifier and Type Class Description classINIConfigurationA specialized hierarchical configuration implementation for parsing ini files.classJSONConfigurationA specialized hierarchical configuration class that is able to parse JSON documents.classPatternSubtreeConfigurationWrapperWraps a BaseHierarchicalConfiguration and allows subtrees to be accessed via a configured path with replaceable tokens derived from the ConfigurationInterpolator.classPropertiesConfigurationThis is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".classXMLConfigurationA specialized hierarchical configuration class that is able to parse XML documents.classXMLPropertiesConfigurationThis 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.classYAMLConfigurationA 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 FileBasedFileHandler. getContent()Gets theFileBasedobject associated with thisFileHandler.Constructors in org.apache.commons.configuration2.io with parameters of type FileBased Constructor Description FileHandler(FileBased obj)Creates a new instance ofFileHandlerand sets the managedFileBasedobject.FileHandler(FileBased obj, FileHandler c)Creates a new instance ofFileHandlerwhich is associated with the givenFileBasedobject and the location defined for the givenFileHandlerobject. -
Uses of FileBased in org.apache.commons.configuration2.plist
Classes in org.apache.commons.configuration2.plist that implement FileBased Modifier and Type Class Description classPropertyListConfigurationNeXT / OpenStep style configuration.classXMLPropertyListConfigurationProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
-