|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileConfiguration | |
org.apache.commons.configuration | The Configuration main package. |
org.apache.commons.configuration.plist | Configuration classes supporting NeXT / OpenStep style configuration. |
org.apache.commons.configuration.reloading |
The reloading package contains the definition of the
ReloadingStrategy interface, which provides automatic reloading
facilities for file based configurations. |
Uses of FileConfiguration in org.apache.commons.configuration |
Classes in org.apache.commons.configuration that implement FileConfiguration | |
class |
AbstractFileConfiguration
Partial implementation of the FileConfiguration interface.
|
class |
AbstractHierarchicalFileConfiguration
Base class for implementing file based hierarchical configurations. This class serves an analogous purpose as the class for non hierarchical
configurations. |
protected class |
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
A special implementation of the FileConfiguration interface that is
used internally to implement the FileConfiguration methods
for hierarchical configurations. |
class |
HierarchicalXMLConfiguration
Deprecated. This class is deprecated. Use XMLConfiguration
instead, which supports all features this class had offered before. |
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. The parsed document will be stored keeping its structure. |
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. |
Methods in org.apache.commons.configuration that return FileConfiguration | |
protected FileConfiguration |
ConfigurationFactory.FileConfigurationFactory.createConfiguration(Attributes attributes)
Creates the object, a FileConfiguration . |
protected FileConfiguration |
ConfigurationFactory.PropertiesConfigurationFactory.createConfiguration(Attributes attributes)
Creates the new configuration object. |
protected FileConfiguration |
ConfigurationFactory.PropertyListConfigurationFactory.createConfiguration(Attributes attributes)
Creates the new configuration object. |
Uses of FileConfiguration in org.apache.commons.configuration.plist |
Classes in org.apache.commons.configuration.plist that implement FileConfiguration | |
class |
PropertyListConfiguration
NeXT / OpenStep style configuration. (http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/OldStylePListsConcept.html) Example: { foo = "bar"; array = ( value1, value2, value3 ); data = <4f3e0145ab>; nested = { key1 = value1; key2 = value; nested = { foo = bar } } } |
class |
XMLPropertyListConfiguration
Mac OS X configuration file (http://www.apple.com/DTDs/PropertyList-1.0.dtd). |
Uses of FileConfiguration in org.apache.commons.configuration.reloading |
Fields in org.apache.commons.configuration.reloading declared as FileConfiguration | |
protected FileConfiguration |
FileChangedReloadingStrategy.configuration
Stores a reference to the configuration to be monitored. |
Methods in org.apache.commons.configuration.reloading with parameters of type FileConfiguration | |
void |
InvariantReloadingStrategy.setConfiguration(FileConfiguration configuration)
|
void |
ReloadingStrategy.setConfiguration(FileConfiguration configuration)
Set the configuration managed by this strategy. |
void |
FileChangedReloadingStrategy.setConfiguration(FileConfiguration configuration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |