A B C D E F G H I J L M N O P R S T U V W X

A

AbstractConfiguration - class org.apache.commons.configuration.AbstractConfiguration.
Abstract configuration class.
AbstractConfiguration() - Constructor for class org.apache.commons.configuration.AbstractConfiguration
 
AbstractFileConfiguration - class org.apache.commons.configuration.AbstractFileConfiguration.
Partial implementation of the FileConfiguration interface.
AbstractFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
Default constructor
AbstractFileConfiguration(File) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
Creates and loads the configuration from the specified file.
AbstractFileConfiguration(String) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
Creates and loads the configuration from the specified file.
AbstractFileConfiguration(URL) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
Creates and loads the configuration from the specified URL.
AbstractHierarchicalFileConfiguration - class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.
Base class for implementing file based hierarchical configurations. This class serves an analogous purpose as the AbstractFileConfiguration class for non hierarchical configurations.
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate - class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate.
A special implementation of the FileConfiguration interface that is used internally to implement the FileConfiguration methods for hierarchical configurations.
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate(AbstractHierarchicalFileConfiguration) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
AbstractHierarchicalFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
AbstractHierarchicalFileConfiguration(File) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Creates and loads the configuration from the specified file.
AbstractHierarchicalFileConfiguration(String) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Creates and loads the configuration from the specified file.
AbstractHierarchicalFileConfiguration(URL) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Creates and loads the configuration from the specified URL.
addAdditionalConfig(ConfigurationFactory.AdditionalConfigurationData) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Adds information about an additional configuration.
addChild(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Adds the specified child object to this node.
addConfiguration(Configuration) - Method in class org.apache.commons.configuration.CompositeConfiguration
Add a configuration.
addConfiguration(Configuration) - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
Sets the configuration object.
addConfiguration(Configuration) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Adds a new configuration to this object.
addDataValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Parse the specified string as a byte array in base 64 format and add it to the values of the node.
addDateValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Parse the specified string as a date and add it to the values of the node.
addFalseValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Add a boolean value 'false' to the values of the node.
addIntegerValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Parse the specified string as an Interger and add it to the values of the node.
addList(XMLPropertyListConfiguration.ArrayNode) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Add a sublist to the values of the node.
addNodes(String, Collection) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Adds a collection of nodes at the specified position of the configuration tree.
addProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
addProperty(String, Object) - Method in interface org.apache.commons.configuration.Configuration
Add a property to the configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
Adds a key/value pair to the Configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.JNDIConfiguration
This operation is not supported and will throw an UnsupportedOperationException.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.MapConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.BaseConfiguration
Adds a key/value pair to the map.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Adds the property with the specified key.To be able to deal with the structure supported by this configuration implementation the passed in key is of importance, especially the indices it might contain.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.CompositeConfiguration
Add this property to the inmemory Configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.DatabaseConfiguration
{@inheritDoc}
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
addRealValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Parse the specified string as a Double and add it to the values of the node.
addTrueValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Add a boolean value 'true' to the values of the node.
addValue(Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Update the value of the node.
addValue(Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
Add an object to the array.
append(Configuration, Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Append all properties from the source configuration to the target configuration.
append(String) - Method in class org.apache.commons.configuration.ConfigurationKey
Appends the name of a property to this key.
appendAttribute(String) - Method in class org.apache.commons.configuration.ConfigurationKey
Appends an attribute to this configuration key.
appendIndex(int) - Method in class org.apache.commons.configuration.ConfigurationKey
Appends an index to this configuration key.
applet - Variable in class org.apache.commons.configuration.web.AppletConfiguration
Stores the wrapped applet.
AppletConfiguration - class org.apache.commons.configuration.web.AppletConfiguration.
A configuration wrapper to read applet parameters.
AppletConfiguration(Applet) - Constructor for class org.apache.commons.configuration.web.AppletConfiguration
Create an AppletConfiguration using the initialization parameters of the specified Applet.
attributeName(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
Extracts the name of the attribute from the given attribute key.
autoSave - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
The auto save flag.

B

BaseConfiguration - class org.apache.commons.configuration.BaseConfiguration.
Basic configuration classe.
BaseConfiguration() - Constructor for class org.apache.commons.configuration.BaseConfiguration
 
BaseConfigurationXMLReader - class org.apache.commons.configuration.BaseConfigurationXMLReader.
A specialized SAX2 XML parser that processes configuration objects. This class mimics to be a SAX compliant XML parser.
BaseConfigurationXMLReader() - Constructor for class org.apache.commons.configuration.BaseConfigurationXMLReader
Creates a new instance of BaseConfigurationXMLReader.
BaseConfigurationXMLReader(Configuration) - Constructor for class org.apache.commons.configuration.BaseConfigurationXMLReader
Creates a new instance of BaseConfigurationXMLReader and sets the configuration object to be parsed.
basePath - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Stores the base path.

C

clear() - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
clear() - Method in class org.apache.commons.configuration.BaseConfiguration
{@inheritDoc}
clear() - Method in interface org.apache.commons.configuration.Configuration
Remove all properties from the configuration.
clear() - Method in class org.apache.commons.configuration.CompositeConfiguration
Remove all configuration reinitialize the in memory configuration.
clear() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
clear() - Method in class org.apache.commons.configuration.XMLConfiguration
Removes all properties from this configuration.
clear() - Method in class org.apache.commons.configuration.DatabaseConfiguration
{@inheritDoc}
clearNode(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Clears the value of the specified node.
clearProperty(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
clearProperty(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
Removes the specified property.
clearProperty(String) - Method in class org.apache.commons.configuration.MapConfiguration
 
clearProperty(String) - Method in class org.apache.commons.configuration.BaseConfiguration
Clear a property in the configuration.
clearProperty(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
clearProperty(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Removes the property with the given key.
clearProperty(String) - Method in class org.apache.commons.configuration.DataConfiguration
 
clearProperty(String) - Method in interface org.apache.commons.configuration.Configuration
Remove a property from the configuration.
clearProperty(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
{@inheritDoc}
clearProperty(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
clearProperty(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
{@inheritDoc}
clearProperty(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
clearTree(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Removes all values of the property with the given name and of keys that start with this name.
clearTree(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
clone() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Creates a clone of this object.
clone() - Method in class org.apache.commons.configuration.XMLConfiguration
Creates a copy of this object.
commonKey(ConfigurationKey) - Method in class org.apache.commons.configuration.ConfigurationKey
Returns a configuration key object that is initialized with the part of the key that is common to this key and the passed in key.
compare(Configuration, Configuration) - Method in interface org.apache.commons.configuration.ConfigurationComparator
Compare two configuration objects.
compare(Configuration, Configuration) - Method in class org.apache.commons.configuration.StrictConfigurationComparator
Compare two configuration objects.
CompositeConfiguration - class org.apache.commons.configuration.CompositeConfiguration.
This Configuration class allows you to add multiple different types of Configuration to this CompositeConfiguration.
CompositeConfiguration() - Constructor for class org.apache.commons.configuration.CompositeConfiguration
Creates an empty CompositeConfiguration object which can then be added some other Configuration files
CompositeConfiguration(Configuration) - Constructor for class org.apache.commons.configuration.CompositeConfiguration
Creates an CompositeConfiguration object with a specified InMemory configuration.
config - Variable in class org.apache.commons.configuration.web.ServletFilterConfiguration
Stores the wrapped filter config.
config - Variable in class org.apache.commons.configuration.web.ServletConfiguration
Stores a reference to the wrapped ServletConfig.
configuration - Variable in class org.apache.commons.configuration.DataConfiguration
Stores the wrapped configuration.
configuration - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Stores a reference to the configuration to be monitored.
Configuration - interface org.apache.commons.configuration.Configuration.
The main Configuration interface. This interface allows accessing and manipulating a configuration object.
ConfigurationComparator - interface org.apache.commons.configuration.ConfigurationComparator.
Comparator for configurations interface.
ConfigurationConverter - class org.apache.commons.configuration.ConfigurationConverter.
Configuration converter.
ConfigurationDynaBean - class org.apache.commons.configuration.beanutils.ConfigurationDynaBean.
The ConfigurationDynaBean dynamically reads and writes configurations properties from a wrapped configuration-collection Configuration instance.
ConfigurationDynaBean(Configuration) - Constructor for class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
Creates a new instance of ConfigurationDynaBean and sets the configuration this bean is associated with.
ConfigurationDynaClass - class org.apache.commons.configuration.beanutils.ConfigurationDynaClass.
The ConfigurationDynaClass dynamically determines properties for a ConfigurationDynaBean from a wrapped configuration-collection Configuration instance.
ConfigurationDynaClass(Configuration) - Constructor for class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
Construct an instance of a ConfigurationDynaClass wrapping the specified Configuration instance.
ConfigurationException - exception org.apache.commons.configuration.ConfigurationException.
Any exception that occurs while initializing a Configuration object.
ConfigurationException() - Constructor for class org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException without specified detail message.
ConfigurationException(String) - Constructor for class org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified detail message.
ConfigurationException(String, Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified detail message and nested Throwable.
ConfigurationException(Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified nested Throwable.
ConfigurationFactory - class org.apache.commons.configuration.ConfigurationFactory.
Factory class to create a CompositeConfiguration from a .xml file using Digester.
ConfigurationFactory.AdditionalConfigurationData - class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData.
A simple data class that holds all information about a configuration from the <additional> section.
ConfigurationFactory.AdditionalConfigurationData() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
 
ConfigurationFactory.ConfigurationBuilder - class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder.
An internally used helper class for constructing the composite configuration object.
ConfigurationFactory.ConfigurationBuilder() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Creates a new instance of ConfigurationBuilder.
ConfigurationFactory.DigesterConfigurationFactory - class org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory.
A base class for digester factory classes.
ConfigurationFactory.DigesterConfigurationFactory(ConfigurationFactory, Class) - Constructor for class org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
Creates a new instance of DigesterConfigurationFactory.
ConfigurationFactory.FileConfigurationFactory - class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory.
A tiny inner class that allows the Configuration Factory to let the digester construct FileConfiguration objects that already have the correct base Path set.
ConfigurationFactory.FileConfigurationFactory(ConfigurationFactory, Class) - Constructor for class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
C'tor
ConfigurationFactory.PropertiesConfigurationFactory - class org.apache.commons.configuration.ConfigurationFactory.PropertiesConfigurationFactory.
A factory that returns an XMLPropertiesConfiguration for .xml files and a PropertiesConfiguration for the others.
ConfigurationFactory.PropertiesConfigurationFactory(ConfigurationFactory) - Constructor for class org.apache.commons.configuration.ConfigurationFactory.PropertiesConfigurationFactory
Creates a new instance of PropertiesConfigurationFactory.
ConfigurationFactory.PropertyListConfigurationFactory - class org.apache.commons.configuration.ConfigurationFactory.PropertyListConfigurationFactory.
A factory that returns an XMLPropertyListConfiguration for .xml files and a PropertyListConfiguration for the others.
ConfigurationFactory.PropertyListConfigurationFactory(ConfigurationFactory) - Constructor for class org.apache.commons.configuration.ConfigurationFactory.PropertyListConfigurationFactory
Creates a new instance of PropertyListConfigurationFactory.
ConfigurationFactory() - Constructor for class org.apache.commons.configuration.ConfigurationFactory
Constructor
ConfigurationFactory(String) - Constructor for class org.apache.commons.configuration.ConfigurationFactory
Constructor with ConfigurationFile Name passed
ConfigurationKey - class org.apache.commons.configuration.ConfigurationKey.
A simple class that supports creation of and iteration on complex configuration keys. For key creation the class works similar to a StringBuffer: There are several appendXXXX() methods with which single parts of a key can be constructed.
ConfigurationKey.KeyIterator - class org.apache.commons.configuration.ConfigurationKey.KeyIterator.
A specialized iterator class for tokenizing a configuration key.
ConfigurationKey.KeyIterator(ConfigurationKey) - Constructor for class org.apache.commons.configuration.ConfigurationKey.KeyIterator
 
ConfigurationKey() - Constructor for class org.apache.commons.configuration.ConfigurationKey
Creates a new, empty instance of ConfigurationKey.
ConfigurationKey(String) - Constructor for class org.apache.commons.configuration.ConfigurationKey
Creates a new instance of ConfigurationKey and initializes it with the given key.
ConfigurationMap - class org.apache.commons.configuration.ConfigurationMap.
The ConfigurationMap wraps a configuration-collection Configuration instance to provide a Map interface. Note: This implementation is incomplete.
ConfigurationMap(Configuration) - Constructor for class org.apache.commons.configuration.ConfigurationMap
Creates a new instance of a ConfigurationMap that wraps the specified Configuration instance.
ConfigurationRuntimeException - exception org.apache.commons.configuration.ConfigurationRuntimeException.
A configuration related runtime exception.
ConfigurationRuntimeException() - Constructor for class org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException without specified detail message.
ConfigurationRuntimeException(String) - Constructor for class org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message.
ConfigurationRuntimeException(String, Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message and nested Throwable.
ConfigurationRuntimeException(Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified nested Throwable.
ConfigurationUtils - class org.apache.commons.configuration.ConfigurationUtils.
Miscellaneous utility methods for configurations.
ConfigurationXMLReader - class org.apache.commons.configuration.ConfigurationXMLReader.
A base class for "faked" XMLReader classes that transform a configuration object in a set of SAX parsing events. This class provides dummy implementations for most of the methods defined in the XMLReader interface that are not used for this special purpose.
ConfigurationXMLReader() - Constructor for class org.apache.commons.configuration.ConfigurationXMLReader
Creates a new instance of ConfigurationXMLReader.
constructAttributeKey(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
Decorates the given key so that it represents an attribute.
contains(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
containsKey(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
containsKey(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
Checks whether the specified key is contained in this configuration.
containsKey(String) - Method in class org.apache.commons.configuration.MapConfiguration
 
containsKey(String) - Method in class org.apache.commons.configuration.BaseConfiguration
check if the configuration contains the key
containsKey(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
containsKey(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Checks if the specified key is contained in this configuration.
containsKey(String) - Method in class org.apache.commons.configuration.DataConfiguration
 
containsKey(String) - Method in interface org.apache.commons.configuration.Configuration
Check if the configuration contains the specified key.
containsKey(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
{@inheritDoc}
containsKey(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
containsKey(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
{@inheritDoc}
containsKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
context - Variable in class org.apache.commons.configuration.web.ServletContextConfiguration
Stores the wrapped servlet context.
ConversionException - exception org.apache.commons.configuration.ConversionException.
Exception thrown when a property is incompatible with the type requested.
ConversionException() - Constructor for class org.apache.commons.configuration.ConversionException
Constructs a new ConversionException without specified detail message.
ConversionException(String) - Constructor for class org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified detail message.
ConversionException(String, Throwable) - Constructor for class org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified detail message and nested Throwable.
ConversionException(Throwable) - Constructor for class org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified nested Throwable.
copy(Configuration, Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Copy all properties from the source configuration to the target configuration.
createAdditionalConfiguration(Collection) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Creates a configuration object with the union of all properties defined in the <additional> section.
createAddPath(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates the missing nodes for adding a new property.
createConfiguration(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
Creates the object, a FileConfiguration.
createConfiguration(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.PropertiesConfigurationFactory
Creates the new configuration object.
createConfiguration(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.PropertyListConfigurationFactory
Creates the new configuration object.
createDelegate() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Creates the file configuration delegate, i.e. the object that implements functionality required by the FileConfiguration interface.
createDelegate() - Method in class org.apache.commons.configuration.XMLConfiguration
Creates the file configuration delegate for this object.
createDocument() - Method in class org.apache.commons.configuration.XMLConfiguration
Creates a DOM document from the internal tree of configuration nodes.
createDocumentBuilder() - Method in class org.apache.commons.configuration.XMLConfiguration
Creates the DocumentBuilder to be used for loading files.
createNode(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates a new Node object with the specified name.
createNode(String) - Method in class org.apache.commons.configuration.XMLConfiguration
Creates a new node object.
createObject(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
Creates an instance of the specified class.
createObject(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
Gets called by the digester.
currentKey() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns the current key of the iteration (without skipping to the next element).
currentKey(boolean) - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns the current key of the iteration (without skipping to the next element).

D

DatabaseConfiguration - class org.apache.commons.configuration.DatabaseConfiguration.
Configuration stored in a database.
DatabaseConfiguration(DataSource, String, String, String) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
Build a configuration from a table.-
DatabaseConfiguration(DataSource, String, String, String, String, String) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
Build a configuration from a table containing multiple configurations.
DataConfiguration - class org.apache.commons.configuration.DataConfiguration.
Decorator providing additional getters for any Configuration.
DataConfiguration(Configuration) - Constructor for class org.apache.commons.configuration.DataConfiguration
Creates a new instance of DataConfiguration and sets the wrapped configuration.
DATE_FORMAT_KEY - Static variable in class org.apache.commons.configuration.DataConfiguration
The key of the property storing the user defined date format.
DEFAULT_DATE_FORMAT - Static variable in class org.apache.commons.configuration.DataConfiguration
The default format for dates.
delimiter - Variable in class org.apache.commons.configuration.SubsetConfiguration
The prefix delimiter
differenceKey(ConfigurationKey) - Method in class org.apache.commons.configuration.ConfigurationKey
Returns the "difference key" to a given key.
dump(Configuration, PrintStream) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Dump the configuration key/value mappings to some ouput stream.
dump(Configuration, PrintWriter) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Dump the configuration key/value mappings to some writer.

E

END_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
end token
enterNoReload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Enters the "No reloading mode".
entrySet() - Method in class org.apache.commons.configuration.ConfigurationMap
 
equals(Object) - Method in class org.apache.commons.configuration.ConfigurationKey
Checks if two ConfigurationKey objects are equal.
ESCAPED_DELIMITER - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for an escaped delimiter.
escapeDelimiters(String, char) - Static method in class org.apache.commons.configuration.PropertyConverter
Escapes the delimiters that might be contained in the given string.
exitNoReload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Leaves the "No reloading mode".

F

fetchAddNode(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns a reference to the parent node of an add operation.
fetchNodeList(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Helper method for fetching a list of all nodes that are addressed by the specified key.
FileChangedReloadingStrategy - class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy.
A reloading strategy that will reload the configuration every time its underlying file is changed. This reloading strategy does not actively monitor a configuration file, but is triggered by its associated configuration whenever properties are accessed.
FileChangedReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
FileConfiguration - interface org.apache.commons.configuration.FileConfiguration.
A persistent configuration loaded and saved to a file.
fileFromURL(URL) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Tries to convert the specified URL to a file object.
fileName - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Stores the file name.
findLastPathNode(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Finds the last existing node for an add operation.
findPropertyNodes(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node, Collection) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Recursive helper method for fetching a property.
fireCharacters(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Fires a SAX characters event.
fireElementEnd(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Fires a SAX element end event.
fireElementStart(String, Attributes) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Fires a SAX element start event.

G

get(Object) - Method in class org.apache.commons.configuration.ConfigurationMap
 
get(String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
get(String, int) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
get(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
getAt() - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
Returns the value of the at attribute.
getBaseContext() - Method in class org.apache.commons.configuration.JNDIConfiguration
Return the base context with the prefix applied.
getBasePath() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the base path.
getBasePath() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Return the base path.
getBasePath() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getBasePath() - Method in class org.apache.commons.configuration.ConfigurationFactory
Returns the Base path from which this Configuration Factory operates.
getBigDecimal(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getBigDecimal(String) - Method in interface org.apache.commons.configuration.Configuration
Get a BigDecimal associated with the given configuration key.
getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getBigDecimal(String, BigDecimal) - Method in interface org.apache.commons.configuration.Configuration
Get a BigDecimal associated with the given configuration key.
getBigDecimalArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of BigDecimals associated with the given configuration key.
getBigDecimalArray(String, BigDecimal[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of BigDecimals associated with the given configuration key.
getBigDecimalList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of BigDecimals associated with the given configuration key.
getBigDecimalList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of BigDecimals associated with the given configuration key.
getBigInteger(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getBigInteger(String) - Method in interface org.apache.commons.configuration.Configuration
Get a BigInteger associated with the given configuration key.
getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getBigInteger(String, BigInteger) - Method in interface org.apache.commons.configuration.Configuration
Get a BigInteger associated with the given configuration key.
getBigIntegerArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of BigIntegers associated with the given configuration key.
getBigIntegerArray(String, BigInteger[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of BigIntegers associated with the given configuration key.
getBigIntegerList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of BigIntegers associated with the given configuration key.
getBigIntegerList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of BigIntegers associated with the given configuration key.
getBoolean(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getBoolean(String) - Method in interface org.apache.commons.configuration.Configuration
Get a boolean associated with the given configuration key.
getBoolean(String, boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getBoolean(String, boolean) - Method in interface org.apache.commons.configuration.Configuration
Get a boolean associated with the given configuration key.
getBoolean(String, Boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getBoolean(String, Boolean) - Method in interface org.apache.commons.configuration.Configuration
Get a Boolean associated with the given configuration key.
getBooleanArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of boolean primitives associated with the given configuration key.
getBooleanArray(String, boolean[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of boolean primitives associated with the given configuration key.
getBooleanList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Boolean objects associated with the given configuration key.
getBooleanList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Boolean objects associated with the given configuration key.
getByte(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getByte(String) - Method in interface org.apache.commons.configuration.Configuration
Get a byte associated with the given configuration key.
getByte(String, byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getByte(String, byte) - Method in interface org.apache.commons.configuration.Configuration
Get a byte associated with the given configuration key.
getByte(String, Byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getByte(String, Byte) - Method in interface org.apache.commons.configuration.Configuration
Get a Byte associated with the given configuration key.
getByteArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of byte primitives associated with the given configuration key.
getByteArray(String, byte[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of byte primitives associated with the given configuration key.
getByteList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Byte objects associated with the given configuration key.
getByteList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Byte objects associated with the given configuration key.
getCalendar(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendar(String, Calendar) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendar(String, Calendar, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendar(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendarArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarArray(String, Calendar[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarArray(String, Calendar[], String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarArray(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getCalendarList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getCalendarList(String, List, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getCalendarList(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getChildKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
Return the key in the subset configuration associated to the specified key in the parent configuration.
getChildren() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns a list with the child nodes of this node.
getChildren(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns a list with this node's children with the given name.
getColor(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Color associated with the given configuration key.
getColor(String, Color) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Color associated with the given configuration key.
getColorArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Colors associated with the given configuration key.
getColorArray(String, Color[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Colors associated with the given configuration key.
getColorList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Colors associated with the given configuration key.
getColorList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Colors associated with the given configuration key.
getConfiguration() - Method in class org.apache.commons.configuration.DataConfiguration
Return the configuration decorated by this DataConfiguration.
getConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Returns the configuration object to be parsed.
getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationMap
Returns the wrapped Configuration object.
getConfiguration() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
Returns the actual configuration to be processed.
getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationFactory
Return the configuration provided by this factory.
getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
Returns the configuration object.
getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Returns the final composite configuration.
getConfiguration(ExtendedProperties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a ExtendedProperties class into a Configuration class.
getConfiguration(int) - Method in class org.apache.commons.configuration.CompositeConfiguration
Return the configuration at the specified index.
getConfiguration(Properties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a standard Properties class into a configuration class.
getConfigurationFileName() - Method in class org.apache.commons.configuration.ConfigurationFactory
Returns the configurationFile.
getConfigurationURL() - Method in class org.apache.commons.configuration.ConfigurationFactory
Returns the URL of the configuration file to be loaded.
getContentHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the actually set content handler.
getContext() - Method in class org.apache.commons.configuration.JNDIConfiguration
Return the initial context used by this configuration.
getDate(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Date associated with the given configuration key.
getDate(String, Date) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Date associated with the given configuration key.
getDate(String, Date, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Date associated with the given configuration key.
getDate(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Date associated with the given configuration key.
getDateArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateArray(String, Date[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateArray(String, Date[], String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateArray(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Dates associated with the given configuration key.
getDateList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Dates associated with the given configuration key.
getDateList(String, List, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Dates associated with the given configuration key.
getDateList(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Dates associated with the given configuration key.
getDelegate() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Returns the file configuration delegate.
getDelimiter() - Static method in class org.apache.commons.configuration.AbstractConfiguration
Retrieve the current delimiter.
getDigesterRuleNamespaceURI() - Method in class org.apache.commons.configuration.ConfigurationFactory
Returns the digesterRuleNamespaceURI.
getDigesterRules() - Method in class org.apache.commons.configuration.ConfigurationFactory
Returns the digesterRules.
getDocument() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns the XML document this configuration was loaded from.
getDocumentBuilder() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns the DocumentBuilder object that is used for loading documents.
getDouble(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getDouble(String) - Method in interface org.apache.commons.configuration.Configuration
Get a double associated with the given configuration key.
getDouble(String, double) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getDouble(String, double) - Method in interface org.apache.commons.configuration.Configuration
Get a double associated with the given configuration key.
getDouble(String, Double) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getDouble(String, Double) - Method in interface org.apache.commons.configuration.Configuration
Get a Double associated with the given configuration key.
getDoubleArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of double primitives associated with the given configuration key.
getDoubleArray(String, double[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of double primitives associated with the given configuration key.
getDoubleList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Double objects associated with the given configuration key.
getDoubleList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Double objects associated with the given configuration key.
getDTDHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the DTD handler.
getDynaClass() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
getDynaProperties() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
getDynaProperty(String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
getEncoding() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the encoding used to store the configuration file.
getEncoding() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
getEncoding() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getEntityResolver() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the entity resolver.
getErrorHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the error handler.
getException() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns a reference to an exception that occurred during parsing.
getExtendedProperties(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a Configuration class into a ExtendedProperties class.
getFeature(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Dummy implementation of the interface method.
getFile() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the file where the configuration is stored.
getFile() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Return the file where the configuration is stored.
getFile() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getFile() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Returns the file that is monitored by this strategy.
getFile(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Tries to convert the specified base path and file name into a file object.
getFileName() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the name of the file.
getFileName() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Return the name of the file.
getFileName() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getFloat(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getFloat(String) - Method in interface org.apache.commons.configuration.Configuration
Get a float associated with the given configuration key.
getFloat(String, float) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getFloat(String, float) - Method in interface org.apache.commons.configuration.Configuration
Get a float associated with the given configuration key.
getFloat(String, Float) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getFloat(String, Float) - Method in interface org.apache.commons.configuration.Configuration
Get a Float associated with the given configuration key.
getFloatArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of float primitives associated with the given configuration key.
getFloatArray(String, float[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of float primitives associated with the given configuration key.
getFloatList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Float objects associated with the given configuration key.
getFloatList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Float objects associated with the given configuration key.
getHeader() - Method in class org.apache.commons.configuration.PropertiesConfiguration
Return the comment header.
getInclude() - Static method in class org.apache.commons.configuration.PropertiesConfiguration
Gets the property value for including other properties files.
getIncludesAllowed() - Method in class org.apache.commons.configuration.PropertiesConfiguration
Reports the status of file inclusion.
getIndex() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns the index value of the current key.
getInMemoryConfiguration() - Method in class org.apache.commons.configuration.CompositeConfiguration
Returns the "in memory configuration".
getInt(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getInt(String) - Method in interface org.apache.commons.configuration.Configuration
Get a int associated with the given configuration key.
getInt(String, int) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getInt(String, int) - Method in interface org.apache.commons.configuration.Configuration
Get a int associated with the given configuration key.
getIntArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of int primitives associated with the given configuration key.
getIntArray(String, int[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of int primitives associated with the given configuration key.
getInteger(String, Integer) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getInteger(String, Integer) - Method in interface org.apache.commons.configuration.Configuration
Get an Integer associated with the given configuration key.
getIntegerList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Integer objects associated with the given configuration key.
getIntegerList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Integer objects associated with the given configuration key.
getKeys() - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getKeys() - Method in class org.apache.commons.configuration.JNDIConfiguration
Returns an iterator with all property keys stored in this configuration.
getKeys() - Method in class org.apache.commons.configuration.MapConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.BaseConfiguration
Get the list of the keys contained in the configuration repository.
getKeys() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns an iterator with all keys defined in this configuration.
getKeys() - Method in class org.apache.commons.configuration.DataConfiguration
 
getKeys() - Method in interface org.apache.commons.configuration.Configuration
Get the list of the keys contained in the configuration.
getKeys() - Method in class org.apache.commons.configuration.CompositeConfiguration
{@inheritDoc}
getKeys() - Method in class org.apache.commons.configuration.DatabaseConfiguration
{@inheritDoc}
getKeys() - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
getKeys() - Method in class org.apache.commons.configuration.web.AppletConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletContextConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletRequestConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletFilterConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletConfiguration
 
getKeys(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getKeys(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
Returns an iterator with all property keys starting with the given prefix.
getKeys(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns an iterator with all keys defined in this configuration that start with the given prefix.
getKeys(String) - Method in interface org.apache.commons.configuration.Configuration
Get the list of the keys contained in the configuration that match the specified prefix.
getKeys(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
{@inheritDoc}
getKeys(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getKeys(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
getList(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getList(String) - Method in interface org.apache.commons.configuration.Configuration
Get a List of strings associated with the given configuration key.
getList(String, List) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getList(String, List) - Method in interface org.apache.commons.configuration.Configuration
Get a List of strings associated with the given configuration key.
getList(String, List) - Method in class org.apache.commons.configuration.CompositeConfiguration
{@inheritDoc}
getLocale(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Locale associated with the given configuration key.
getLocale(String, Locale) - Method in class org.apache.commons.configuration.DataConfiguration
Get a Locale associated with the given configuration key.
getLocaleArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Locales associated with the given configuration key.
getLocaleArray(String, Locale[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of Locales associated with the given configuration key.
getLocaleList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Locales associated with the given configuration key.
getLocaleList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Locales associated with the given configuration key.
getLong(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getLong(String) - Method in interface org.apache.commons.configuration.Configuration
Get a long associated with the given configuration key.
getLong(String, long) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getLong(String, long) - Method in interface org.apache.commons.configuration.Configuration
Get a long associated with the given configuration key.
getLong(String, Long) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getLong(String, Long) - Method in interface org.apache.commons.configuration.Configuration
Get a Long associated with the given configuration key.
getLongArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of long primitives associated with the given configuration key.
getLongArray(String, long[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of long primitives associated with the given configuration key.
getLongList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Long objects associated with the given configuration key.
getLongList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Long objects associated with the given configuration key.
getMap() - Method in class org.apache.commons.configuration.MapConfiguration
Return the Map decorated by this configuration.
getMap(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a Configuration class into a Map class.
getMaxIndex(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns the maximum defined index for the given key.
getName() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns the name of this node.
getName() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
getNumberOfConfigurations() - Method in class org.apache.commons.configuration.CompositeConfiguration
Return the number of configurations.
getParent() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns the parent of this node.
getParent() - Method in class org.apache.commons.configuration.SubsetConfiguration
Return the parent configuation for this subset.
getParentKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
Return the key in the parent configuration associated to the specified key in this subset.
getParsedConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns a reference to the configuration that is parsed by this object.
getParsedConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Returns the configuration object to be processed.
getParsedConfiguration() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
Returns the configuration to be processed.
getPath() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Returns the full path to the file this configuration is based on.
getPrefix() - Method in class org.apache.commons.configuration.JNDIConfiguration
Returns the prefix.
getPrefix() - Method in class org.apache.commons.configuration.SubsetConfiguration
Return the prefix used to select the properties in the parent configuration.
getProperties(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a Configuration class into a Properties class.
getProperties(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getProperties(String) - Method in interface org.apache.commons.configuration.Configuration
Get a list of properties associated with the given configuration key.
getProperties(String, Properties) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a list of properties associated with the given configuration key.
getProperty(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
Returns the value of the specified property.
getProperty(String) - Method in class org.apache.commons.configuration.MapConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.BaseConfiguration
Read property from underlying map.
getProperty(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Fetches the specified property.
getProperty(String) - Method in class org.apache.commons.configuration.DataConfiguration
 
getProperty(String) - Method in interface org.apache.commons.configuration.Configuration
Gets a property from the configuration.
getProperty(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Dummy implementation of the interface method.
getProperty(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
Read property from underlying composite
getProperty(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
{@inheritDoc}
getProperty(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
getProperty(String) - Method in class org.apache.commons.configuration.web.AppletConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletContextConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletRequestConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletFilterConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletConfiguration
 
getReference() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns the reference object for this node.
getRefreshDelay() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Return the minimal time in milliseconds between two reloadings.
getReloadingStrategy() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the reloading strategy.
getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getRoot() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns the root node of this hierarchical configuration.
getRootElementName() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns the name of the root element.
getRootName() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the name to be used for the root element.
getShort(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getShort(String) - Method in interface org.apache.commons.configuration.Configuration
Get a short associated with the given configuration key.
getShort(String, short) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getShort(String, short) - Method in interface org.apache.commons.configuration.Configuration
Get a short associated with the given configuration key.
getShort(String, Short) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getShort(String, Short) - Method in interface org.apache.commons.configuration.Configuration
Get a Short associated with the given configuration key.
getShortArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of short primitives associated with the given configuration key.
getShortArray(String, short[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of short primitives associated with the given configuration key.
getShortList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Short objects associated with the given configuration key.
getShortList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of Short objects associated with the given configuration key.
getString(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getString(String) - Method in interface org.apache.commons.configuration.Configuration
Get a string associated with the given configuration key.
getString(String, String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getString(String, String) - Method in interface org.apache.commons.configuration.Configuration
Get a string associated with the given configuration key.
getStringArray(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
getStringArray(String) - Method in interface org.apache.commons.configuration.Configuration
Get an array of strings associated with the given configuration key.
getStringArray(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
{@inheritDoc}
getURL() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the URL where the configuration is stored.
getURL() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Return the URL where the configuration is stored.
getURL() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getURL(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an URL associated with the given configuration key.
getURL(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Constructs a URL from a base path and a file name.
getURL(String, URL) - Method in class org.apache.commons.configuration.DataConfiguration
Get an URL associated with the given configuration key.
getURLArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of URLs associated with the given configuration key.
getURLArray(String, URL[]) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of URLs associated with the given configuration key.
getURLList(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of URLs associated with the given configuration key.
getURLList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of URLs associated with the given configuration key.
getValue() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns the value of this node.
getValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
Return the list of values in the array.

H

hasChanged() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Check if the configuration has changed since the last time it was loaded.
hasChildren() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns a flag whether this node has child elements.
hashCode() - Method in class org.apache.commons.configuration.ConfigurationKey
Returns the hash code for this object.
hasIndex() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns a flag if the current key has an associated index.
hasNext() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Checks if there is a next element.
HierarchicalConfiguration - class org.apache.commons.configuration.HierarchicalConfiguration.
A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.There are some sources of configuration data that cannot be stored very well in a BaseConfiguration object because then their structure is lost.
HierarchicalConfiguration.BuilderVisitor - class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor.
A specialized visitor base class that can be used for storing the tree of configuration nodes.
HierarchicalConfiguration.BuilderVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor
 
HierarchicalConfiguration.Node - class org.apache.commons.configuration.HierarchicalConfiguration.Node.
A data class for storing (hierarchical) property information.
HierarchicalConfiguration.Node() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
Creates a new instance of Node.
HierarchicalConfiguration.Node(String) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
Creates a new instance of Node and sets the name.
HierarchicalConfiguration.Node(String, Object) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
Creates a new instance of Node and sets the name and the value.
HierarchicalConfiguration.NodeVisitor - class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor.
Definition of a visitor class for traversing a node and all of its children.This class defines the interface of a visitor for Node objects and provides a default implementation.
HierarchicalConfiguration.NodeVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
 
HierarchicalConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration
 
HierarchicalConfigurationXMLReader - class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.
A specialized SAX2 XML parser that "parses" hierarchical configuration objects. This class mimics to be a SAX conform XML parser.
HierarchicalConfigurationXMLReader() - Constructor for class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Creates a new instance of HierarchicalConfigurationXMLReader.
HierarchicalConfigurationXMLReader(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Creates a new instance of HierarchicalConfigurationXMLReader and sets the configuration to be parsed.
HierarchicalXMLConfiguration - class org.apache.commons.configuration.HierarchicalXMLConfiguration.
Deprecated. This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.
HierarchicalXMLConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalXMLConfiguration
Deprecated.  

I

init() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
init() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
Initialize the strategy.
init() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
initDefaultDigesterRules(Digester) - Method in class org.apache.commons.configuration.ConfigurationFactory
Initializes the parsing rules for the default digester This allows the Configuration Factory to understand the default types: Properties, XML and JNDI.
initDigesterSectionRules(Digester, String, boolean) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets up digester rules for a specified section of the configuration info file.
initProperties(Document, boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
Initializes this configuration from an XML document.
insert(HierarchicalConfiguration.Node, HierarchicalConfiguration.Node, HierarchicalConfiguration.Node, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor
Inserts a new node into the structure constructed by this builder.
interpolate(Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns the interpolated value.
interpolate(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
interpolate key names to handle ${key} stuff
interpolate(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
interpolateHelper(String, List) - Method in class org.apache.commons.configuration.AbstractConfiguration
Recursive handler for multple levels of interpolation.
InvariantReloadingStrategy - class org.apache.commons.configuration.reloading.InvariantReloadingStrategy.
A strategy that never triggers a reloading.
InvariantReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
isAttribute() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns a flag if the current key is an attribute.
isAttributeKey() - Method in class org.apache.commons.configuration.ConfigurationKey
Checks if this key is an attribute key.
isAttributeKey(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
Checks if the passed in key is an attribute key.
isAutoSave() - Method in interface org.apache.commons.configuration.FileConfiguration
Tells if properties are automatically saved to the disk.
isAutoSave() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
isAutoSave() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
isEmpty() - Method in class org.apache.commons.configuration.JNDIConfiguration
Returns a flag whether this configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.MapConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.BaseConfiguration
Check if the configuration is empty
isEmpty() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Checks if this configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.DataConfiguration
 
isEmpty() - Method in interface org.apache.commons.configuration.Configuration
Check if the configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.CompositeConfiguration
{@inheritDoc}
isEmpty() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.DatabaseConfiguration
{@inheritDoc}
isEmpty() - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns true if missing values throw Exceptions.
isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc} The subset inherits this feature from its parent if it supports this feature.
isValidating() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns the value of the validating flag.
iterator() - Method in class org.apache.commons.configuration.ConfigurationKey
Returns an iterator for iterating over the single components of this configuration key.

J

JNDIConfiguration - class org.apache.commons.configuration.JNDIConfiguration.
This Configuration class allows you to interface with a JNDI datasource.
JNDIConfiguration() - Constructor for class org.apache.commons.configuration.JNDIConfiguration
Creates a JNDIConfiguration using the default initial context as the root of the properties.
JNDIConfiguration(Context) - Constructor for class org.apache.commons.configuration.JNDIConfiguration
Creates a JNDIConfiguration using the specified initial context as the root of the properties.
JNDIConfiguration(Context, String) - Constructor for class org.apache.commons.configuration.JNDIConfiguration
Creates a JNDIConfiguration using the specified initial context shifted by the specified prefix as the root of the properties.
JNDIConfiguration(String) - Constructor for class org.apache.commons.configuration.JNDIConfiguration
Creates a JNDIConfiguration using the default initial context, shifted with the specified prefix, as the root of the properties.

L

lastChecked - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
The last time the file was checked for changes.
lastModified - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
The last time the configuration file was modified.
length() - Method in class org.apache.commons.configuration.ConfigurationKey
Returns the actual length of this configuration key.
load() - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the underlying URL.
load() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the underlying location.
load() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(File) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified file.
load(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the specified file.
load(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(InputStream) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified stream, using the encoding returned by FileConfiguration.getEncoding().
load(InputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the specified stream, using the encoding returned by AbstractFileConfiguration.getEncoding().
load(InputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(InputStream) - Method in class org.apache.commons.configuration.XMLConfiguration
Loads the configuration from the given input stream.
load(InputStream, String) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified stream, using the specified encoding.
load(InputStream, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the specified stream, using the specified encoding.
load(InputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(Reader) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified reader.
load(Reader) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Load the properties from the given reader.
load(Reader) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
load(Reader) - Method in class org.apache.commons.configuration.XMLConfiguration
Load the configuration from the given reader.
load(Reader) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
 
load(Reader) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
load(Reader) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
 
load(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Locate the specified file and load the configuration.
load(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Locate the specified file and load the configuration.
load(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified URL.
load(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the specified URL.
load(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
locate(String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Return the location of the specified resource by searching the user home directory, the current classpath and the system classpath.
locate(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Return the location of the specified resource by searching the user home directory, the current classpath and the system classpath.

M

map - Variable in class org.apache.commons.configuration.MapConfiguration
The Map decorated by this configuration.
MapConfiguration - class org.apache.commons.configuration.MapConfiguration.
A Map based Configuration.
MapConfiguration(Map) - Constructor for class org.apache.commons.configuration.MapConfiguration
Create a Configuration decorator around the specified Map.

N

newInstance() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
next() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns the next object in the iteration.
nextKey() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns the next key part of this configuration key.
nextKey(boolean) - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns the next key part of this configuration key.
nodeDefined(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Checks if the specified node is defined.
NS_URI - Static variable in class org.apache.commons.configuration.ConfigurationXMLReader
Constant for the namespace URI.

O

org.apache.commons.configuration - package org.apache.commons.configuration
The Configuration main package.
org.apache.commons.configuration.beanutils - package org.apache.commons.configuration.beanutils
In this package a Configuration implementation can be found that implements the DynaBean interface.
org.apache.commons.configuration.plist - package org.apache.commons.configuration.plist
Configuration classes supporting NeXT / OpenStep style configuration.
org.apache.commons.configuration.reloading - package org.apache.commons.configuration.reloading
The reloading package contains the definition of the ReloadingStrategy interface, which provides automatic reloading facilities for file based configurations.
org.apache.commons.configuration.web - package org.apache.commons.configuration.web
This package contains some implementations of the Configuration interface that are useful in web environments.

P

parent - Variable in class org.apache.commons.configuration.SubsetConfiguration
The parent configuration.
parse(InputSource) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Parses the acutal configuration object.
parse(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Parses the acutal configuration object.
parseConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Parses the configuration object and generates SAX events.
possiblySave() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration if the automatic persistence is enabled and if a file is specified.
prefix - Variable in class org.apache.commons.configuration.SubsetConfiguration
The prefix used to select the properties.
processKeys() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Processes all keys stored in the actual configuration.
processKeys() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Processes the actual configuration object to generate SAX parsing events.
processKeys() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
The main SAX event generation method.
PropertiesConfiguration - class org.apache.commons.configuration.PropertiesConfiguration.
This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".
PropertiesConfiguration.PropertiesReader - class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader.
This class is used to read properties lines.
PropertiesConfiguration.PropertiesReader(Reader) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Constructor.
PropertiesConfiguration.PropertiesWriter - class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter.
This class is used to write properties lines.
PropertiesConfiguration.PropertiesWriter(Writer, char) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Constructor.
PropertiesConfiguration() - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
Creates an empty PropertyConfiguration object which can be used to synthesize a new Properties file by adding values and then saving().
PropertiesConfiguration(File) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
Creates and loads the extended properties from the specified file.
PropertiesConfiguration(String) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
Creates and loads the extended properties from the specified file.
PropertiesConfiguration(URL) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
Creates and loads the extended properties from the specified URL.
PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for a property delimiter.
PropertyConverter - class org.apache.commons.configuration.PropertyConverter.
A utility class to convert the configuration properties into any type.
PropertyListConfiguration - class org.apache.commons.configuration.plist.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 } } }
PropertyListConfiguration() - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
Creates an empty PropertyListConfiguration object which can be used to synthesize a new plist file by adding values and then saving().
PropertyListConfiguration(File) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
Creates and loads the property list from the specified file.
PropertyListConfiguration(String) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
Creates and loads the property list from the specified file.
PropertyListConfiguration(URL) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
Creates and loads the property list from the specified URL.
put(Object, Object) - Method in class org.apache.commons.configuration.ConfigurationMap
 

R

readProperty() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Read a property.
refreshDelay - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
The minimum delay in milliseconds between checks.
reload() - Method in interface org.apache.commons.configuration.FileConfiguration
Reload the configuration.
reload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
reload() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
reloadingPerformed() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
reloadingPerformed() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
Notify the strategy that the file has been reloaded.
reloadingPerformed() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
reloadingRequired() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
reloadingRequired() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
Tell if the evaluation of the strategy requires to reload the configuration.
reloadingRequired() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
ReloadingStrategy - interface org.apache.commons.configuration.reloading.ReloadingStrategy.
A strategy to decide if a configuration should be reloaded.
remove() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Removes the current object in the iteration.
remove(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Removes the specified child from this node.
remove(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Removes all children with the given name.
remove(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
removeChildren() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Removes all children of this node.
removeConfiguration(Configuration) - Method in class org.apache.commons.configuration.CompositeConfiguration
Remove a configuration.
removeNode(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Removes the specified node from this configuration.
removeReference() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Deals with the reference when a node is removed.
request - Variable in class org.apache.commons.configuration.web.ServletRequestConfiguration
Stores the wrapped request.
resolveContainerStore(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns an object from the store described by the key.

S

save() - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration.
save() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration.
save() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(File) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified file.
save(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified file.
save(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(OutputStream) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified stream, using the encoding returned by FileConfiguration.getEncoding().
save(OutputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified stream, using the encoding returned by AbstractFileConfiguration.getEncoding().
save(OutputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(OutputStream, String) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified stream, using the specified encoding.
save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified stream, using the specified encoding.
save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified file.
save(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified file.
save(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified URL if it's a file URL.
save(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified URL if it's a file URL.
save(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(Writer) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified writer.
save(Writer) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Save the configuration to the specified stream.
save(Writer) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
save(Writer) - Method in class org.apache.commons.configuration.XMLConfiguration
Saves the configuration to the specified writer.
save(Writer) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
 
save(Writer) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
save(Writer) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
 
ServletConfiguration - class org.apache.commons.configuration.web.ServletConfiguration.
A configuration wrapper around a ServletConfig.
ServletConfiguration(Servlet) - Constructor for class org.apache.commons.configuration.web.ServletConfiguration
Create a ServletConfiguration using the initialization parameter of the specified servlet.
ServletConfiguration(ServletConfig) - Constructor for class org.apache.commons.configuration.web.ServletConfiguration
Create a ServletConfiguration using the servlet initialization parameters.
ServletContextConfiguration - class org.apache.commons.configuration.web.ServletContextConfiguration.
A configuration wrapper to read the initialization parameters of a servlet context.
ServletContextConfiguration(Servlet) - Constructor for class org.apache.commons.configuration.web.ServletContextConfiguration
Create a ServletContextConfiguration using the context of the specified servlet.
ServletContextConfiguration(ServletContext) - Constructor for class org.apache.commons.configuration.web.ServletContextConfiguration
Create a ServletContextConfiguration using the servlet context initialization parameters.
ServletFilterConfiguration - class org.apache.commons.configuration.web.ServletFilterConfiguration.
A configuration wrapper around a FilterConfig.
ServletFilterConfiguration(FilterConfig) - Constructor for class org.apache.commons.configuration.web.ServletFilterConfiguration
Create a ServletFilterConfiguration using the filter initialization parameters.
ServletRequestConfiguration - class org.apache.commons.configuration.web.ServletRequestConfiguration.
A configuration wrapper to read the parameters of a servlet request.
ServletRequestConfiguration(ServletRequest) - Constructor for class org.apache.commons.configuration.web.ServletRequestConfiguration
Create a ServletRequestConfiguration using the request parameters.
set(String, int, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
set(String, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
set(String, String, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
setAt(String) - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
Sets the value of the at attribute.
setAutoSave(boolean) - Method in interface org.apache.commons.configuration.FileConfiguration
Enable or disable the automatical saving of modified properties to the disk.
setAutoSave(boolean) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
setAutoSave(boolean) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setBasePath(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the base path.
setBasePath(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Set the base path.
setBasePath(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Extend the setBasePath method to turn includes on and off based on the existence of a base path.
setBasePath(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setBasePath(String) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets the basePath for all file references from this Configuration Factory.
setConfiguration(Configuration) - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
Sets the configuration to be processed.
setConfiguration(FileConfiguration) - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
setConfiguration(FileConfiguration) - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
Set the configuration managed by this strategy.
setConfiguration(FileConfiguration) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
setConfiguration(HierarchicalConfiguration) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Sets the configuration object to be parsed.
setConfigurationFileName(String) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets the configurationFile.
setConfigurationURL(URL) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets the URL of the configuration to load.
setContentHandler(ContentHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Sets the content handler.
setContext(Context) - Method in class org.apache.commons.configuration.JNDIConfiguration
Set the initial context of the configuration.
setDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Allows to set the file configuration delegate.
setDelimiter(char) - Static method in class org.apache.commons.configuration.AbstractConfiguration
For configurations extending AbstractConfiguration, allow them to change the delimiter from the default comma (",").
setDigesterRuleNamespaceURI(String) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets the digesterRuleNamespaceURI.
setDigesterRules(URL) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets the digesterRules.
setDocumentBuilder(DocumentBuilder) - Method in class org.apache.commons.configuration.XMLConfiguration
Sets the DocumentBuilder object to be used for loading documents.
setDTDHandler(DTDHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Sets the DTD handler.
setEncoding(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the encoding used to store the configuration file.
setEncoding(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
setEncoding(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Sets the entity resolver.
setErrorHandler(ErrorHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Sets the error handler.
setFeature(String, boolean) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Dummy implementation of the interface method.
setFile(File) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the file where the configuration is stored.
setFile(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Set the file where the configuration is stored.
setFile(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setFileName(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the name of the file.
setFileName(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Set the name of the file.
setFileName(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setHeader(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Set the comment header.
setInclude(String) - Static method in class org.apache.commons.configuration.PropertiesConfiguration
Sets the property value for including other properties files.
setIncludesAllowed(boolean) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Controls whether additional files can be loaded by the include = statement or not.
setLength(int) - Method in class org.apache.commons.configuration.ConfigurationKey
Sets the new length of this configuration key.
setName(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Sets the name of this node.
setParent(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Sets the parent of this node.
setPath(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Sets the location of this configuration as a full path name.
setPrefix(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
Sets the prefix.
setPrefix(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
Set the prefix used to select the properties in the parent configuration.
setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
setProperty(String, Object) - Method in class org.apache.commons.configuration.JNDIConfiguration
This operation is not supported and will throw an UnsupportedOperationException.
setProperty(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Sets the value of the specified property.
setProperty(String, Object) - Method in interface org.apache.commons.configuration.Configuration
Set a property, this will replace any previously set values.
setProperty(String, Object) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Dummy implementation of the interface method.
setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setProperty(String, Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
setReference(Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Sets the reference object for this node.
setRefreshDelay(long) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Set the minimal time between two reloadings.
setReloadingStrategy(ReloadingStrategy) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the reloading strategy.
setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setRoot(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Sets the root node of this hierarchical configuration.
setRootElementName(String) - Method in class org.apache.commons.configuration.XMLConfiguration
Sets the name of the root element.
setRootName(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Sets the name for the root element.
setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
Allows to set the throwExceptionOnMissing flag.
setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc} Change the behaviour of the parent configuration if it supports this feature.
setupDigesterInstance(Digester, String, ObjectCreationFactory, String, boolean) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets up digester rules for a configuration to be loaded.
setupUnionRules(Digester, String) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets up rules for configurations in the additional section.
setURL(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
The URL where the configuration is stored.
setURL(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Set the location of this configuration as a URL.
setURL(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setValidating(boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
Sets the value of the validating flag.
setValue(Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Sets the value of this node.
split(String, char) - Static method in class org.apache.commons.configuration.PropertyConverter
Split a string on the specified delimiter.
START_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
start token
strategy - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Holds a reference to the reloading strategy.
StrictConfigurationComparator - class org.apache.commons.configuration.StrictConfigurationComparator.
Strict comparator for configurations.
StrictConfigurationComparator() - Constructor for class org.apache.commons.configuration.StrictConfigurationComparator
Create a new strict comparator.
subset(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
{@inheritDoc}
subset(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates a new Configuration object containing all keys that start with the specified prefix.
subset(String) - Method in interface org.apache.commons.configuration.Configuration
Return a decorator Configuration containing every key from the current Configuration that starts with the specified prefix.
subset(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
{@inheritDoc}
SubsetConfiguration - class org.apache.commons.configuration.SubsetConfiguration.
A subset of another configuration.
SubsetConfiguration(Configuration, String) - Constructor for class org.apache.commons.configuration.SubsetConfiguration
Create a subset of the specified configuration
SubsetConfiguration(Configuration, String, String) - Constructor for class org.apache.commons.configuration.SubsetConfiguration
Create a subset of the specified configuration
SystemConfiguration - class org.apache.commons.configuration.SystemConfiguration.
A configuration based on the system properties.
SystemConfiguration() - Constructor for class org.apache.commons.configuration.SystemConfiguration
Create a Configuration based on the system properties.

T

terminate() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
Returns a flag that indicates if iteration should be stopped.
toBigDecimal(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a BigDecimal.
toBigInteger(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a BigInteger.
toBoolean(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Boolean.
toByte(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Byte.
toCalendar(Object, String) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Calendar.
toColor(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Color.
toDate(Object, String) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Date.
toDouble(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Double.
toFloat(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Float.
toInteger(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into an Integer.
toIterator(Object, char) - Static method in class org.apache.commons.configuration.PropertyConverter
Return an iterator over the simple values of a composite value.
toLocale(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Locale.
toLong(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Long.
toShort(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Short.
toString() - Method in class org.apache.commons.configuration.ConfigurationKey
Returns a string representation of this object.
toString(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Get a string representation of the key/value mappings of a configuration.
toURL(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into an URL.

U

unescapeJava(String, char) - Static method in class org.apache.commons.configuration.PropertiesConfiguration
Unescapes any Java literals found in the String to a Writer. This is a slightly modified version of the StringEscapeUtils.unescapeJava() function in commons-lang that doesn't drop escaped separators (i.e '\,').
updateLastModified() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Update the last modified time.

V

visit(HierarchicalConfiguration.NodeVisitor, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
A generic method for traversing this node and all of its children.
visitAfterChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
Visits the specified node after its children have been processed.
visitBeforeChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
Visits the specified node.
visitBeforeChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor
Visits the specified node before its children have been traversed.

W

writeComment(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Write a comment.
writeProperty(String, List) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Write a property.
writeProperty(String, Object) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Write a property.

X

XMLConfiguration - class org.apache.commons.configuration.XMLConfiguration.
A specialized hierarchical configuration class that is able to parse XML documents. The parsed document will be stored keeping its structure.
XMLConfiguration() - Constructor for class org.apache.commons.configuration.XMLConfiguration
Creates a new instance of XMLConfiguration.
XMLConfiguration(File) - Constructor for class org.apache.commons.configuration.XMLConfiguration
Creates a new instance of XMLConfiguration.
XMLConfiguration(String) - Constructor for class org.apache.commons.configuration.XMLConfiguration
Creates a new instance of XMLConfiguration.
XMLConfiguration(URL) - Constructor for class org.apache.commons.configuration.XMLConfiguration
Creates a new instance of XMLConfiguration.
XMLPropertiesConfiguration - class org.apache.commons.configuration.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.
XMLPropertiesConfiguration() - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
Creates an empty XMLPropertyConfiguration object which can be used to synthesize a new Properties file by adding values and then saving().
XMLPropertiesConfiguration(File) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
Creates and loads the xml properties from the specified file.
XMLPropertiesConfiguration(String) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
Creates and loads the xml properties from the specified file.
XMLPropertiesConfiguration(URL) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
Creates and loads the xml properties from the specified URL.
XMLPropertyListConfiguration - class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.
Mac OS X configuration file (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
XMLPropertyListConfiguration.ArrayNode - class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode.
Container for array elements.
XMLPropertyListConfiguration.ArrayNode() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
 
XMLPropertyListConfiguration.PListNode - class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode.
Node extension with addXXX methods to parse the typed data passed by Digester.
XMLPropertyListConfiguration.PListNode() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
 
XMLPropertyListConfiguration() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Creates an empty XMLPropertyListConfiguration object which can be used to synthesize a new plist file by adding values and then saving().
XMLPropertyListConfiguration(File) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Creates and loads the property list from the specified file.
XMLPropertyListConfiguration(String) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Creates and loads the property list from the specified file.
XMLPropertyListConfiguration(URL) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Creates and loads the property list from the specified URL.

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.