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

A

ADDITIONAL_NAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the additional configuration.
ARRAY_BEGIN - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
ARRAY_END - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
ARRAY_SEPARATOR - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
ATTR_AT - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the at attribute without the reserved prefix.
ATTR_ATNAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the at attribute.
ATTR_AT_RES - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the reserved at attribute.
ATTR_BEAN_CLASS - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Constant for the bean class attribute.
ATTR_BEAN_FACTORY - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Constant for the bean factory attribute.
ATTR_DELIMITER - Static variable in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Constant for the attribute delimiter.
ATTR_FACTORY_PARAM - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Constant for the bean factory parameter attribute.
ATTR_FILENAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the file name attribute.
ATTR_NAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the reserved name attribute.
ATTR_OPTIONAL - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the optional attribute without the reserved prefix.
ATTR_OPTIONALNAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the optional attribute.
ATTR_OPTIONAL_RES - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the reserved optional attribute.
ATTR_PREFIX - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Constant for the prefix for reserved attributes.
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(String) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
Creates and loads the configuration from the specified file.
AbstractFileConfiguration(File) - 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.
AbstractHierarchicalFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
AbstractHierarchicalFileConfiguration(String) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Creates and loads the configuration from the specified file.
AbstractHierarchicalFileConfiguration(File) - 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.
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() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
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.
Array() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
addAdditionalConfig(ConfigurationFactory.AdditionalConfigurationData) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Adds information about an additional configuration.
addAttribute(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Adds the specified attribute to this node
addAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Adds the specified attribute to this node.
addAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
Adds an attribute to this view node.
addAttributes(ViewNode, ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.OverrideCombiner
Handles the attributes during a combination process.
addChild(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Adds the given node to the children of this node.
addChild(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Adds a child to this node.
addChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Adds a new child to this node.
addChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
Adds a child node to this view node.
addComment(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Adds a comment for this property.
addConfiguration(AbstractConfiguration, String, String) - Method in class org.apache.commons.configuration.CombinedConfiguration
Adds a new configuration to this combined configuration.
addConfiguration(AbstractConfiguration, String) - Method in class org.apache.commons.configuration.CombinedConfiguration
Adds a new configuration to this combined configuration with an optional name.
addConfiguration(AbstractConfiguration) - Method in class org.apache.commons.configuration.CombinedConfiguration
Adds a new configuration to this combined configuration.
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.
addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.event.EventSource
Adds a configuration listener to this object.
addConfigurationProvider(String, DefaultConfigurationBuilder.ConfigurationProvider) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Adds a configuration provider for the specified tag.
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.
addEscapes(String) - Static method in class org.apache.commons.configuration.plist.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
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.
addListNode(String) - Method in class org.apache.commons.configuration.tree.NodeCombiner
Adds the name of a node to the list of known list nodes.
addNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Adds a new sub 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.
addPathNode(String) - Method in class org.apache.commons.configuration.tree.NodeAddData
Adds the name of a path node.
addProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
Add a property to the configuration. If it already exists then the value stated here will be added to the configuration entry. For example, if the property:
resource.loader = file
is already present in the configuration and you call
addProperty("resource.loader", "classpath")
Then you will end up with a List like the following:
["file", "classpath"]
addProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Adds a new property to this configuration.
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.AbstractHierarchicalFileConfiguration
 
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.CompositeConfiguration
Add this property to the inmemory Configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.DatabaseConfiguration
Adds a key/value pair to the Configuration. Override this method to provide write acces to underlying Configuration store.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Adds the property with the specified key.
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.SubsetConfiguration
Adds a key/value pair to the Configuration. Override this method to provide write acces to underlying Configuration store.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Adds a property to this configuration.
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.ArrayNode
Add an object to the array.
addValue(Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
Update the value of the node.
add_escapes(String) - Method in class org.apache.commons.configuration.plist.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
append(String) - Method in class org.apache.commons.configuration.ConfigurationKey
Appends the name of a property to this key.
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, boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Appends the name of a property to this key.
append(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
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.
appendAttribute(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Appends an attribute to this configuration key.
appendAttributes(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
Adds all attribute nodes of the given source node to this view node.
appendChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
Adds all child nodes of the given source node to this view node.
appendIndex(int) - Method in class org.apache.commons.configuration.ConfigurationKey
Appends an index to this configuration key.
appendIndex(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Appends an index to this configuration key.
applet - Variable in class org.apache.commons.configuration.web.AppletConfiguration
Stores the wrapped applet.
attributeIterator(QName) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns an iterator for the attributes that match the given name.
attributeName(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
Extracts the name of the attribute from the given attribute key.
attributeName(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Extracts the name of the attribute from the given attribute key.
autoSave - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
The auto save flag.
available - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 

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.
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.
BaseConfigurationXMLReader.SAXConverter - class org.apache.commons.configuration.BaseConfigurationXMLReader.SAXConverter.
An internally used helper class to iterate over all configuration keys ant to generate corresponding SAX events.
BaseConfigurationXMLReader.SAXConverter() - Constructor for class org.apache.commons.configuration.BaseConfigurationXMLReader.SAXConverter
 
BaseWebConfiguration - class org.apache.commons.configuration.web.BaseWebConfiguration.
An abstract base class for all web configurations.
BaseWebConfiguration() - Constructor for class org.apache.commons.configuration.web.BaseWebConfiguration
 
BeanDeclaration - interface org.apache.commons.configuration.beanutils.BeanDeclaration.
Definition of an interface for declaring a bean in a configuration file.
BeanFactory - interface org.apache.commons.configuration.beanutils.BeanFactory.
Definition of an interface for bean factories.
BeanHelper - class org.apache.commons.configuration.beanutils.BeanHelper.
A helper class for creating bean instances that are defined in configuration files.
BeginToken() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
backup(int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
basePath - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Stores the base path.
beginColumn - Variable in class org.apache.commons.configuration.plist.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.commons.configuration.plist.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
bufcolumn - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
buffer - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
bufline - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
bufpos - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
bufsize - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 

C

COMMENT_CHARS - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
Constant for the supported comment characters.
CONFIGURATION_NODE_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
Constant for the order of this factory.
CONFIG_BEAN_FACTORY_NAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the configuration bean factory.
CombinedConfiguration - class org.apache.commons.configuration.CombinedConfiguration.
A hierarchical composite configuration class.
CombinedConfiguration(NodeCombiner) - Constructor for class org.apache.commons.configuration.CombinedConfiguration
Creates a new instance of CombinedConfiguration and initializes the combiner to be used.
CombinedConfiguration() - Constructor for class org.apache.commons.configuration.CombinedConfiguration
Creates a new instance of CombinedConfiguration that uses a union combiner.
CombinedConfiguration.ConfigData - class org.apache.commons.configuration.CombinedConfiguration.ConfigData.
An internal helper class for storing information about contained configurations.
CombinedConfiguration.ConfigData(AbstractConfiguration, String, String) - Constructor for class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Creates a new instance of ConfigData and initializes it.
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 a CompositeConfiguration object with a specified in memory configuration.
CompositeConfiguration(Collection) - Constructor for class org.apache.commons.configuration.CompositeConfiguration
Create a CompositeConfiguration with an empty in memory configuration and adds the collection of configurations specified.
CompositeConfiguration(Configuration, Collection) - Constructor for class org.apache.commons.configuration.CompositeConfiguration
Creates a CompositeConfiguration with a specified in memory configuration, and then adds the given collection of configurations.
Configuration - interface org.apache.commons.configuration.Configuration.
The main Configuration interface.
ConfigurationBuilder - interface org.apache.commons.configuration.ConfigurationBuilder.
Definition of an interface for objects that can create a configuration.
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.
ConfigurationEvent - class org.apache.commons.configuration.event.ConfigurationEvent.
An event class for reporting updates on a configuration object.
ConfigurationEvent(Object, int, String, Object, boolean) - Constructor for class org.apache.commons.configuration.event.ConfigurationEvent
Creates a new instance of ConfigurationEvent and initializes it.
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(Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified nested Throwable.
ConfigurationException(String, Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified detail message and nested Throwable.
ConfigurationFactory - class org.apache.commons.configuration.ConfigurationFactory.
Factory class to create a CompositeConfiguration from a .xml file using Digester.
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
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(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(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() - 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() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.PropertyListConfigurationFactory
Creates a new instance of PropertyListConfigurationFactory.
ConfigurationKey - class org.apache.commons.configuration.ConfigurationKey.
A simple class that supports creation of and iteration on complex configuration keys.
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.
ConfigurationKey.KeyIterator - class org.apache.commons.configuration.ConfigurationKey.KeyIterator.
A specialized iterator class for tokenizing a configuration key.
ConfigurationKey.KeyIterator() - Constructor for class org.apache.commons.configuration.ConfigurationKey.KeyIterator
 
ConfigurationListener - interface org.apache.commons.configuration.event.ConfigurationListener.
A simple event listener interface for configuration observers.
ConfigurationMap - class org.apache.commons.configuration.ConfigurationMap.
The ConfigurationMap wraps a configuration-collection Configuration instance to provide a Map interface.
ConfigurationMap(Configuration) - Constructor for class org.apache.commons.configuration.ConfigurationMap
Creates a new instance of a ConfigurationMap that wraps the specified Configuration instance.
ConfigurationMap.ConfigurationSet - class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.
Set of entries in the map.
ConfigurationMap.ConfigurationSet(Configuration) - Constructor for class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet
 
ConfigurationNode - interface org.apache.commons.configuration.tree.ConfigurationNode.
Definition of an interface for the nodes of a hierarchical configuration.
ConfigurationNodeIteratorAttribute - class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorAttribute.
A specialized node iterator implementation that deals with attribute nodes.
ConfigurationNodeIteratorAttribute(NodePointer, QName) - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorAttribute
Creates a new instance of ConfigurationNodeIteratorAttribute.
ConfigurationNodeIteratorBase - class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase.
A base class for implementing iterators over configuration nodes.
ConfigurationNodeIteratorBase(NodePointer, boolean) - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Creates a new instance of ConfigurationNodeIteratorBase and initializes it.
ConfigurationNodeIteratorChildren - class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorChildren.
A specialized iterator implementation for the child nodes of a configuration node.
ConfigurationNodeIteratorChildren(NodePointer, NodeTest, boolean, NodePointer) - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorChildren
Creates a new instance of ConfigurationNodeIteratorChildren and initializes it.
ConfigurationNodePointer - class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer.
A specific NodePointer implementation for configuration nodes.
ConfigurationNodePointer(ConfigurationNode, Locale) - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Creates a new instance of ConfigurationNodePointer.
ConfigurationNodePointer(NodePointer, ConfigurationNode) - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Creates a new instance of ConfigurationNodePointer and initializes it with its parent pointer.
ConfigurationNodePointerFactory - class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory.
Implementation of the NodePointerFactory interface for configuration nodes.
ConfigurationNodePointerFactory() - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
 
ConfigurationNodeVisitor - interface org.apache.commons.configuration.tree.ConfigurationNodeVisitor.
Definition of a Visitor interface for a configuration node structure.
ConfigurationNodeVisitorAdapter - class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter.
A simple adapter class that simplyfies writing custom node visitor implementations.
ConfigurationNodeVisitorAdapter() - Constructor for class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
 
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(Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified nested Throwable.
ConfigurationRuntimeException(String, Throwable) - Constructor for class org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message and 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.
ConfigurationXMLReader() - Constructor for class org.apache.commons.configuration.ConfigurationXMLReader
Creates a new instance of ConfigurationXMLReader.
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(Throwable) - Constructor for class org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified nested Throwable.
ConversionException(String, Throwable) - Constructor for class org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified detail message and nested Throwable.
canCombine(ConfigurationNode, ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.OverrideCombiner
Tests if a child node of the second node can be combined with the given child node of the first node.
checkState() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Checks if a modification of this node is allowed.
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns an iterator for the children of this pointer that match the given test object.
clear() - Method in class org.apache.commons.configuration.AbstractConfiguration
Remove all properties from the configuration.
clear() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
clear() - Method in class org.apache.commons.configuration.BaseConfiguration
Remove all properties from the configuration.
clear() - Method in class org.apache.commons.configuration.CombinedConfiguration
Clears this configuration.
clear() - Method in class org.apache.commons.configuration.CompositeConfiguration
Remove all configuration reinitialize the in memory configuration.
clear() - Method in interface org.apache.commons.configuration.Configuration
Remove all properties from the configuration.
clear() - Method in class org.apache.commons.configuration.DatabaseConfiguration
Remove all properties from the configuration.
clear() - Method in class org.apache.commons.configuration.XMLConfiguration
Removes all properties from this configuration.
clear() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Removes all sub nodes.
clearConfigurationListeners() - Method in class org.apache.commons.configuration.event.EventSource
Removes all registered configuration listeners.
clearNode(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Deprecated. Use the method HierarchicalConfiguration.clearNode(ConfigurationNode) instead
clearNode(ConfigurationNode) - 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
Removes the specified property from this configuration.
clearProperty(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
clearProperty(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
clearProperty(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
Removes the specified property from this configuration. This implementation performs some preparations and then delegates to clearPropertyDirect(), which will do the real work.
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.DataConfiguration
 
clearProperty(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
Removes the specified property from this configuration. This implementation performs some preparations and then delegates to clearPropertyDirect(), which will do the real work.
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.JNDIConfiguration
Removes the specified property.
clearProperty(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
Removes the specified property from this configuration. This implementation performs some preparations and then delegates to clearPropertyDirect(), which will do the real work.
clearProperty(String) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Removes the property with the given key.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Removes the specified property from this configuration.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration.BaseConfiguration
Clear a property in the configuration.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration.MapConfiguration
 
clearTree(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
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.
clone() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Creates a copy of this configuration.
clone() - Method in class org.apache.commons.configuration.BaseConfiguration
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns a copy of this object.
clone() - Method in class org.apache.commons.configuration.CompositeConfiguration
Returns a copy of this object.
clone() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Creates a clone of this object.
clone(Object) - Static method in class org.apache.commons.configuration.ConfigurationUtils
An internally used helper method for cloning objects.
clone() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration.MapConfiguration
Returns a copy of this object.
clone() - Method in class org.apache.commons.configuration.PropertiesConfiguration
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration.XMLConfiguration
Creates a copy of this object.
clone() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns a copy of this node.
clone() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Creates a clone of this object.
clone() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Creates a copy of this object.
cloneConfiguration(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Clones the given configuration object if this is possible.
closeElements(ConfigurationKey, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Fires all necessary element end events for the specified keys.
column - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
combine(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.NodeCombiner
Combines the hierarchies represented by the given root nodes.
combine(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.OverrideCombiner
Constructs an override combination for the passed in node structures.
combine(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.UnionCombiner
Combines the given nodes to a new union node.
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.
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Compares two child node pointers.
config - Variable in class org.apache.commons.configuration.web.ServletConfiguration
Stores a reference to the wrapped ServletConfig.
config - Variable in class org.apache.commons.configuration.web.ServletFilterConfiguration
Stores the wrapped filter config.
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.
configurationAt(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns a hierarchical subnode configuration object that wraps the configuration node specified by the given key.
configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Reacts on configuration change events triggered by the delegate.
configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.CombinedConfiguration
Event listener call back for configuration update events.
configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
The event listener callback.
configurationChanged(ConfigurationEvent) - Method in interface org.apache.commons.configuration.event.ConfigurationListener
Notifies this listener about a manipulation on a monitored configuration object.
configurationsAt(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns a list of sub configurations for all configuration nodes selected by the given key.
constructAttributeKey(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
Decorates the given key so that it represents an attribute.
constructAttributeKey(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Decorates the given key so that it represents an attribute.
constructFile(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Helper method for constructing a file object from a base path and a file name.
contains(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
containsKey(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Check if the configuration contains the specified key.
containsKey(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
containsKey(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
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.CompositeConfiguration
Check if the configuration contains the specified key.
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.DataConfiguration
 
containsKey(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
Check if the configuration contains the specified key.
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.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.SubsetConfiguration
Check if the configuration contains the specified key.
containsKey(String) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Checks whether the specified key is stored in this configuration.
context - Variable in class org.apache.commons.configuration.web.ServletContextConfiguration
Stores the wrapped servlet context.
convertToHierarchical(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Converts the passed in configuration to a hierarchical one.
copy(Configuration, Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Copy all properties from the source configuration to the target configuration.
createAddPath(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Deprecated. Adding new properties is now to a major part delegated to the ExpressionEngine associated with this configuration instance. This method will no longer be called. Developers who want to modify the process of adding new properties should consider implementing their own expression engine.
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.
createBean(Class, BeanDeclaration, Object) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBeanFactory
Creates an instance of a bean class.
createBean(Class, BeanDeclaration, Object) - Method in interface org.apache.commons.configuration.beanutils.BeanFactory
Returns a bean instance for the given class.
createBean(BeanDeclaration, Class, Object) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
The main method for creating and initializing beans from a configuration.
createBean(BeanDeclaration, Class) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns a bean instance for the specified declaration.
createBean(BeanDeclaration) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns a bean instance for the specified declaration.
createBean(Class, BeanDeclaration, Object) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
Creates a new bean instance.
createBeanInstance(Class, BeanDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Creates the configuration object.
createBeanInstance(Class, BeanDeclaration) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
Creates the bean instance.
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.
createContext(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Creates the JXPathContext used for executing a query.
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.
createEvent(int, String, Object, boolean) - Method in class org.apache.commons.configuration.event.EventSource
Creates a ConfigurationEvent object based on the passed in parameters.
createLayout() - Method in class org.apache.commons.configuration.PropertiesConfiguration
Creates the associated layout object.
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.SubnodeConfiguration
Creates a new node.
createNode(String) - Method in class org.apache.commons.configuration.XMLConfiguration
Creates a new node object.
createNodePointer(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Creates the configuration node pointer for the current position.
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
Creates a node pointer for the specified bean.
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
Creates a node pointer for the specified bean.
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.
createResultConfiguration() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Creates the resulting combined configuration.
createSubNodeList(ConfigurationNode, QName) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorAttribute
Determines which attributes are selected based on the passed in node name.
createSubNodeList(ConfigurationNode, NodeTest) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorChildren
Creates the list with sub nodes.
createSubNodes(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Creates a SubNodes instance that is used for storing either this node's children or attributes.
createSubnodeConfiguration(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates a subnode configuration for the specified node.
createSubnodeConfiguration(ConfigurationNode) - Method in class org.apache.commons.configuration.SubnodeConfiguration
Returns a hierarchical configuration object for the given sub node.
createTransformer() - Method in class org.apache.commons.configuration.XMLConfiguration
Creates and initializes the transformer used for save operations.
createViewNode() - Method in class org.apache.commons.configuration.tree.NodeCombiner
Creates a new view node.
curChar - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
curLexState - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
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).
currentKey() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns the current key of the iteration (without skipping to the next element).
currentKey(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns the current key of the iteration (without skipping to the next element).
currentToken - Variable in class org.apache.commons.configuration.plist.ParseException
This is the last token that has been consumed successfully.

D

DATA - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
DATA_END - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
DATA_START - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
DATE_FORMAT_KEY - Static variable in class org.apache.commons.configuration.DataConfiguration
The key of the property storing the user defined date format.
DEFAULT - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
DEFAULT_ATTRIBUTE_END - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Constant for the default attribute end marker.
DEFAULT_ATTRIBUTE_START - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Constant for the default attribute start marker.
DEFAULT_DATE_FORMAT - Static variable in class org.apache.commons.configuration.DataConfiguration
The default format for dates.
DEFAULT_ESCAPED_DELIMITER - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Constant for the default escaped property delimiter.
DEFAULT_INDEX_END - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Constant for the default index end marker.
DEFAULT_INDEX_START - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Constant for the default index start marker.
DEFAULT_PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Constant for the default property delimiter.
DICT_BEGIN - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
DICT_END - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
DICT_SEPARATOR - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
Data() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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.
DatabaseConfiguration - class org.apache.commons.configuration.DatabaseConfiguration.
Configuration stored in a database.
DatabaseConfiguration(DataSource, String, String, String, String, String) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
Build a configuration from a table containing multiple configurations.
DatabaseConfiguration(DataSource, String, String, String) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
Build a configuration from a table
DefaultBeanFactory - class org.apache.commons.configuration.beanutils.DefaultBeanFactory.
The default implementation of the BeanFactory interface.
DefaultBeanFactory() - Constructor for class org.apache.commons.configuration.beanutils.DefaultBeanFactory
 
DefaultConfigurationBuilder - class org.apache.commons.configuration.DefaultConfigurationBuilder.
A factory class that creates a composite configuration from an XML based configuration definition file.
DefaultConfigurationBuilder() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
Creates a new instance of DefaultConfigurationBuilder.
DefaultConfigurationBuilder(File) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
Creates a new instance of DefaultConfigurationBuilder and sets the specified configuration definition file.
DefaultConfigurationBuilder(String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
Creates a new instance of DefaultConfigurationBuilder and sets the specified configuration definition file.
DefaultConfigurationBuilder(URL) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
Creates a new instance of DefaultConfigurationBuilder and sets the specified configuration definition file.
DefaultConfigurationBuilder.ConfigurationBeanFactory - class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBeanFactory.
A specialized BeanFactory implementation that handles configuration declarations.
DefaultConfigurationBuilder.ConfigurationBeanFactory() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBeanFactory
 
DefaultConfigurationBuilder.ConfigurationBuilderProvider - class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBuilderProvider.
A specialized configuration provider class that allows to include other configuration definition files.
DefaultConfigurationBuilder.ConfigurationBuilderProvider() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBuilderProvider
Creates a new instance of ConfigurationBuilderProvider.
DefaultConfigurationBuilder.ConfigurationDeclaration - class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration.
A specialized BeanDeclaration implementation that represents the declaration of a configuration source.
DefaultConfigurationBuilder.ConfigurationDeclaration(DefaultConfigurationBuilder, HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Creates a new instance of ConfigurationDeclaration and initializes it.
DefaultConfigurationBuilder.ConfigurationProvider - class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider.
A base class for creating and initializing configuration sources.
DefaultConfigurationBuilder.ConfigurationProvider() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Creates a new uninitialized instance of ConfigurationProvider.
DefaultConfigurationBuilder.ConfigurationProvider(Class) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Creates a new instance of ConfigurationProvider and sets the class of the configuration created by this provider.
DefaultConfigurationBuilder.FileConfigurationProvider - class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider.
A specialized provider implementation that deals with file based configurations.
DefaultConfigurationBuilder.FileConfigurationProvider() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
Creates a new instance of FileConfigurationProvider.
DefaultConfigurationBuilder.FileConfigurationProvider(Class) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
Creates a new instance of FileConfigurationProvider and sets the configuration class.
DefaultConfigurationBuilder.FileExtensionConfigurationProvider - class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider.
A specialized configuration provider for file based configurations that can handle configuration sources whose concrete type depends on the extension of the file to be loaded.
DefaultConfigurationBuilder.FileExtensionConfigurationProvider(Class, Class, String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Creates a new instance of FileExtensionConfigurationProvider and initializes it.
DefaultConfigurationKey - class org.apache.commons.configuration.tree.DefaultConfigurationKey.
A simple class that supports creation of and iteration on configuration keys supported by a DefaultExpressionEngine object.
DefaultConfigurationKey(DefaultExpressionEngine) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationKey
Creates a new instance of DefaultConfigurationKey and sets the associated expression engine.
DefaultConfigurationKey(DefaultExpressionEngine, String) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationKey
Creates a new instance of DefaultConfigurationKey and sets the associated expression engine and an initial key.
DefaultConfigurationKey.KeyIterator - class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator.
A specialized iterator class for tokenizing a configuration key.
DefaultConfigurationKey.KeyIterator() - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
 
DefaultConfigurationNode - class org.apache.commons.configuration.tree.DefaultConfigurationNode.
A default implementation of the ConfigurationNode interface.
DefaultConfigurationNode() - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode
Creates a new uninitialized instance of DefaultConfigurationNode.
DefaultConfigurationNode(String) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode
Creates a new instance of DefaultConfigurationNode and initializes it with the node name.
DefaultConfigurationNode(String, Object) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode
Creates a new instance of DefaultConfigurationNode and initializes it with the name and a value.
DefaultConfigurationNode.SubNodes - class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes.
An internally used helper class for managing a collection of sub nodes.
DefaultConfigurationNode.SubNodes() - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
 
DefaultExpressionEngine - class org.apache.commons.configuration.tree.DefaultExpressionEngine.
A default implementation of the ExpressionEngine interface providing the "native"e; expression language for hierarchical configurations.
DefaultExpressionEngine() - Constructor for class org.apache.commons.configuration.tree.DefaultExpressionEngine
 
Dictionary() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
Done() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
debugStream - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
defaultLexState - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
delimiter - Variable in class org.apache.commons.configuration.SubsetConfiguration
The prefix delimiter
deregisterBeanFactory(String) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Deregisters the bean factory with the given name.
detachNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
This method is called whenever a sub node is removed from this object.
detachNodes(Collection) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Detaches a list of sub nodes.
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
EOF - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
EQUAL - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
ESCAPED_DELIMITER - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for an escaped delimiter.
ESCAPED_QUOTE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
EVENT_ADD_NODES - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
Constant for the add nodes event.
EVENT_ADD_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
Constant for the add property event type.
EVENT_CLEAR - Static variable in class org.apache.commons.configuration.AbstractConfiguration
Constant for the clear configuration event type.
EVENT_CLEAR_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
Constant for the clear property event type.
EVENT_CLEAR_TREE - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
Constant for the clear tree event.
EVENT_COMBINED_INVALIDATE - Static variable in class org.apache.commons.configuration.CombinedConfiguration
Constant for the invalidate event that is fired when the internal node structure becomes invalid.
EVENT_RELOAD - Static variable in class org.apache.commons.configuration.AbstractFileConfiguration
Constant for the configuration reload event.
EVENT_SET_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
Constant for the set property event type.
EXPRESSION_ENGINE - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the expression engine used by this builder.
EXT_XML - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the XML file extension.
Element() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
EventSource - class org.apache.commons.configuration.event.EventSource.
A base class for objects that can generate configuration events.
EventSource() - Constructor for class org.apache.commons.configuration.event.EventSource
Creates a new instance of EventSource.
ExpandBuff(boolean) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ExpressionEngine - interface org.apache.commons.configuration.tree.ExpressionEngine.
Definition of an interface for evaluating keys for hierarchical configurations.
elementEnd(String) - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader.SAXConverter
Callback for the end of an element.
elementEnd(String) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
An event handler method that is called when an element ends.
elementStart(String, Object) - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader.SAXConverter
Callback for the start of an element.
elementStart(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
An event handler method that is called when an element starts.
enableDigesterSubstitutor(Digester) - Method in class org.apache.commons.configuration.ConfigurationFactory
Adds a substitutor to interpolate system properties
endColumn - Variable in class org.apache.commons.configuration.plist.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.apache.commons.configuration.plist.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
enterNoReload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Enters the "No reloading mode".
entrySet() - Method in class org.apache.commons.configuration.ConfigurationMap
 
eol - Variable in class org.apache.commons.configuration.plist.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.commons.configuration.ConfigurationKey
Checks if two ConfigurationKey objects are equal.
equals(Object) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Checks if two ConfigurationKey objects are equal.
errorCode - Variable in class org.apache.commons.configuration.plist.TokenMgrError
Indicates the reason why the exception is thrown.
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".
expectedTokenSequences - Variable in class org.apache.commons.configuration.plist.ParseException
Each entry in this array is an array of integers.

F

FileChangedReloadingStrategy - class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy.
A reloading strategy that will reload the configuration every time its underlying file is changed.
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.
FillBuff() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
fetchAddNode(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Deprecated. Adding new properties is now to a major part delegated to the ExpressionEngine associated with this configuration instance. This method will no longer be called. Developers who want to modify the process of adding new properties should consider implementing their own expression engine.
fetchAttributes(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
Returns an object with all attributes for the specified node.
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.
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.
filterData(String) - Method in class org.apache.commons.configuration.plist.PropertyListParser
Remove the white spaces and the data delimiters from the specified string and parse it as a byte array.
findCombineNode(ConfigurationNode, ConfigurationNode, ConfigurationNode, List) - Method in class org.apache.commons.configuration.tree.UnionCombiner
Tries to find a child node of the second source node, with whitch a child of the first source node can be combined.
findLastPathNode(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Deprecated. Adding new properties is now to a major part delegated to the ExpressionEngine associated with this configuration instance. This method will no longer be called. Developers who want to modify the process of adding new properties should consider implementing their own expression engine.
findLastPathNode(DefaultConfigurationKey.KeyIterator, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Finds the last existing node for an add operation.
findNodesForKey(DefaultConfigurationKey.KeyIterator, ConfigurationNode, Collection) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Recursive helper method for evaluating a key.
findPropertyNodes(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node, Collection) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Deprecated. Property keys are now evaluated by the expression engine associated with the configuration; this method will no longer be called. If you want to modify the way properties are looked up, consider implementing you own ExpressionEngine implementation.
findStartIndex(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorChildren
Determines the start position of the iteration.
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.
fireEvent(int, String, Object, boolean) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Sends an event to all registered listeners.
fireEvent(int, String, Object, boolean) - Method in class org.apache.commons.configuration.event.EventSource
Creates an event object and delivers it to all registered event listeners.
fireValue(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Fires all necessary element start events with the actual element values.

G

GetImage() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
generateParseException() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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.CombinedConfiguration.ConfigData
Returns the at position of this configuration.
getAt() - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
Returns the value of the at attribute.
getAt() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Returns the value of the at attribute.
getAttribute(int) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the attribute node with the given index.
getAttribute(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the attribute with the given index.
getAttributeCount() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the number of attributes of this node.
getAttributeCount(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the number of attributes with the given name.
getAttributeCount() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the number of attributes contained in this node.
getAttributeCount(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the number of attributes of this node with the given name.
getAttributeEnd() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Sets the attribute end marker.
getAttributeStart() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Returns the attribute start marker.
getAttributes() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns a list with this node's attributes.
getAttributes(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns a list with the attribute nodes with the given name.
getAttributes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns a list with the attributes of this node.
getAttributes(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns a list with all attributes of this node with the given name.
getBaseContext() - Method in class org.apache.commons.configuration.JNDIConfiguration
Return the base context with the prefix applied.
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.
getBasePath(URL) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Return the path without the file name, for example http://xyz.net/foo/bar.xml results in http://xyz.net/foo/
getBasePath() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the base path.
getBaseValue() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns this node's base value.
getBeanClassName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Returns the bean's class name.
getBeanClassName() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
Returns the name of the bean class, from which an instance is to be created.
getBeanClassName() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Returns the name of the class of the bean to be created.
getBeanFactoryName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Returns the name of the bean factory.
getBeanFactoryName() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
Returns the name of the BeanFactory that should be used for creating the bean instance.
getBeanFactoryName() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Returns the name of the bean factory.
getBeanFactoryParameter() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
Here an arbitrary object can be returned that will be passed to the bean factory.
getBeanFactoryParameter() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Returns a parameter for the bean factory.
getBeanProperties() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
Returns a map with properties that should be initialized on the newly created bean.
getBeanProperties() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Returns a map with the bean's (simple) properties.
getBeginColumn() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
getBeginLine() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
getBigDecimal(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a BigDecimal associated with the given configuration key.
getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a BigDecimal associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getBigDecimal(String) - Method in interface org.apache.commons.configuration.Configuration
Get a BigDecimal associated with the given configuration key.
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
Get a BigInteger associated with the given configuration key.
getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a BigInteger associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getBigInteger(String) - Method in interface org.apache.commons.configuration.Configuration
Get a BigInteger associated with the given configuration key.
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.
getBlancLines() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Returns the number of blanc lines before this property.
getBlancLinesBefore(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the number of blanc lines before this property key.
getBoolean(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a boolean associated with the given configuration key.
getBoolean(String, boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a boolean associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getBoolean(String, Boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
Obtains the value of the specified key and tries to convert it into a Boolean object.
getBoolean(String) - Method in interface org.apache.commons.configuration.Configuration
Get a boolean associated with the given configuration key.
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 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
Get a byte associated with the given configuration key.
getByte(String, byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a byte associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getByte(String, Byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a Byte associated with the given configuration key.
getByte(String) - Method in interface org.apache.commons.configuration.Configuration
Get a byte associated with the given configuration key.
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 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, 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.
getCalendarArray(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.
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.
getCalendarList(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.
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.
getCanonicalComment(String, boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the comment for the specified property key in a cononical form.
getCanonicalHeaderComment(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the header comment of the represented properties file in a canonical form.
getChild(int) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the child node with the given index.
getChild(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the child node with the given index.
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 interface org.apache.commons.configuration.tree.ConfigurationNode
Returns a list with the child nodes of this node.
getChildren(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns a list with all children of this node with the given name.
getChildren() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns a list with all children of this node.
getChildren(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns a list of all children with the given name.
getChildrenCount() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the number of this node's children.
getChildrenCount(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the number of children with the given name.
getChildrenCount() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the number of all children of this node.
getChildrenCount(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the number of children with the given name.
getClone() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor
Returns the result of the clone process.
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.
getColumn() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
Deprecated.  
getComment() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Returns the comment for this property.
getComment(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the comment for the specified property key.
getCommentLines() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Returns the comment lines that have been read for the last property.
getConfiguration() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
Returns the actual configuration to be processed.
getConfiguration() - Method in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Returns the stored configuration.
getConfiguration(int) - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns the configuration at the specified index.
getConfiguration(String) - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns the configuration with the given name.
getConfiguration(int) - Method in class org.apache.commons.configuration.CompositeConfiguration
Return the configuration at the specified index.
getConfiguration() - Method in interface org.apache.commons.configuration.ConfigurationBuilder
Returns the configuration provided by this builder.
getConfiguration(ExtendedProperties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a ExtendedProperties class into a Configuration class.
getConfiguration(Properties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a standard Properties class into a configuration class.
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() - Method in class org.apache.commons.configuration.ConfigurationFactory
Return the configuration provided by this factory.
getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationMap
Returns the wrapped Configuration object.
getConfiguration() - Method in class org.apache.commons.configuration.DataConfiguration
Return the configuration decorated by this DataConfiguration.
getConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBuilderProvider
Creates the configuration.
getConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Returns the configuration.
getConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
Creates the configuration.
getConfiguration() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Returns the configuration provided by this builder.
getConfiguration(boolean) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Returns the configuration provided by this builder.
getConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Returns the configuration object to be parsed.
getConfiguration() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the associated configuration object.
getConfiguration() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Returns the configuration object this bean declaration is based on.
getConfigurationBasePath() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Returns the base path for the configuration sources to load.
getConfigurationBuilder() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Returns the associated configuration builder.
getConfigurationClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Returns the class of the configuration returned by this provider.
getConfigurationFileName() - Method in class org.apache.commons.configuration.ConfigurationFactory
Returns the configurationFile.
getConfigurationListeners() - Method in class org.apache.commons.configuration.event.EventSource
Returns a collection with all configuration event listeners that are currently registered at this object.
getConfigurationNames() - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns a set with the names of all configurations contained in this combined configuration.
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.
getDTDHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the DTD handler.
getDate(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.
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.
getDateArray(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.
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.
getDateList(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.
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.
getDefaultBeanClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBeanFactory
Returns the default class for this bean factory.
getDefaultBeanClass() - Method in interface org.apache.commons.configuration.beanutils.BeanFactory
Returns the default bean class of this bean factory.
getDefaultBeanClass() - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
Returns the default bean class used by this factory.
getDefaultBeanFactory() - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns the default bean factory.
getDefaultExpressionEngine() - Static method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns the default expression engine.
getDefaultListDelimiter() - Static method in class org.apache.commons.configuration.AbstractConfiguration
Retrieve the current delimiter.
getDelegate() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Returns the file configuration delegate.
getDelimiter() - Static method in class org.apache.commons.configuration.AbstractConfiguration
Deprecated. Use AbstractConfiguration.getDefaultListDelimiter() instead
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
Get a double associated with the given configuration key.
getDouble(String, double) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a double associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getDouble(String, Double) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a Double associated with the given configuration key.
getDouble(String) - Method in interface org.apache.commons.configuration.Configuration
Get a double associated with the given configuration key.
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 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.
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 class org.apache.commons.configuration.AbstractFileConfiguration
 
getEncoding() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getEncoding() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the encoding used to store the configuration file.
getEndColumn() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
getEndLine() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
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.
getEscapedDelimiter() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Returns the escaped property delimiter string.
getException() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns a reference to an exception that occurred during parsing.
getExpressionEngine() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns the expression engine used by this configuration.
getExpressionEngine() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Returns the associated default expression engine.
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 class org.apache.commons.configuration.AbstractFileConfiguration
Return the file where the configuration is stored.
getFile() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
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.
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.reloading.FileChangedReloadingStrategy
Returns the file that is monitored by this strategy.
getFileName() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Return the name of the file.
getFileName() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getFileName(URL) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Extract the file name from the specified URL.
getFileName() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the name of the file.
getFloat(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a float associated with the given configuration key.
getFloat(String, float) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a float associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getFloat(String, Float) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a Float associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getFloat(String) - Method in interface org.apache.commons.configuration.Configuration
Get a float associated with the given configuration key.
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 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.
getHeaderComment() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the header comment of the represented properties file.
getImmediateNode() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns the immediate node.
getInMemoryConfiguration() - Method in class org.apache.commons.configuration.CompositeConfiguration
Returns the "in memory configuration".
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.
getIndex() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns the index value of the current key.
getIndexEnd() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Returns the index end marker.
getIndexStart() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Returns the index start marker.
getInt(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a int associated with the given configuration key.
getInt(String, int) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a int associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getInt(String) - Method in interface org.apache.commons.configuration.Configuration
Get a int associated with the given configuration key.
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
Get an Integer associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
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.
getKeyList() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
Returns the list with all defined keys.
getKeys() - Method in class org.apache.commons.configuration.AbstractConfiguration
Get the list of the keys contained in the configuration. The returned iterator can be used to obtain all defined keys. Note that the exact behavior of the iterator's remove() method is specific to a concrete implementation. It may remove the corresponding property from the configuration, but this is not guaranteed. In any case it is no replacement for calling Configuration.clearProperty(String) for this property. So it is highly recommended to avoid using the iterator's remove() method.
getKeys(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get the list of the keys contained in the configuration that match the specified prefix.
getKeys() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
getKeys(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
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.CompositeConfiguration
Get the list of the keys contained in the configuration. The returned iterator can be used to obtain all defined keys. Note that the exact behavior of the iterator's remove() method is specific to a concrete implementation. It may remove the corresponding property from the configuration, but this is not guaranteed. In any case it is no replacement for calling Configuration.clearProperty(String) for this property. So it is highly recommended to avoid using the iterator's remove() method.
getKeys(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
Get the list of the keys contained in the configuration that match the specified 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() - 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.DataConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.DatabaseConfiguration
Get the list of the keys contained in the configuration. The returned iterator can be used to obtain all defined keys. Note that the exact behavior of the iterator's remove() method is specific to a concrete implementation. It may remove the corresponding property from the configuration, but this is not guaranteed. In any case it is no replacement for calling Configuration.clearProperty(String) for this property. So it is highly recommended to avoid using the iterator's remove() method.
getKeys() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns an iterator with all keys defined in this configuration.
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() - Method in class org.apache.commons.configuration.JNDIConfiguration
Returns an iterator with all property keys stored in this configuration.
getKeys(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
Returns an iterator with all property keys starting with the given prefix.
getKeys() - Method in class org.apache.commons.configuration.MapConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns a set with all property keys managed by this object.
getKeys(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
Get the list of the keys contained in the configuration that match the specified prefix.
getKeys() - Method in class org.apache.commons.configuration.SubsetConfiguration
Get the list of the keys contained in the configuration. The returned iterator can be used to obtain all defined keys. Note that the exact behavior of the iterator's remove() method is specific to a concrete implementation. It may remove the corresponding property from the configuration, but this is not guaranteed. In any case it is no replacement for calling Configuration.clearProperty(String) for this property. So it is highly recommended to avoid using the iterator's remove() method.
getKeys() - Method in class org.apache.commons.configuration.web.AppletConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletContextConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletFilterConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.web.ServletRequestConfiguration
 
getLayout() - Method in class org.apache.commons.configuration.PropertiesConfiguration
Returns the associated layout object.
getLength() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns this node's length.
getLine() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
Deprecated.  
getList(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a List of strings associated with the given configuration key. If the key doesn't map to an existing object an empty List is returned.
getList(String, List) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a List of strings associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getList(String, List) - Method in class org.apache.commons.configuration.CompositeConfiguration
Get a List of strings associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
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 interface org.apache.commons.configuration.Configuration
Get a List of strings associated with the given configuration key.
getListDelimiter() - Method in class org.apache.commons.configuration.AbstractConfiguration
Retrieve the delimiter for this configuration.
getListNodes() - Method in class org.apache.commons.configuration.tree.NodeCombiner
Returns a set with the names of nodes that are known to be list nodes.
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
Get a long associated with the given configuration key.
getLong(String, long) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a long associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getLong(String, Long) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a Long associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getLong(String) - Method in interface org.apache.commons.configuration.Configuration
Get a long associated with the given configuration key.
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 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(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a Configuration class into a Map class.
getMap() - Method in class org.apache.commons.configuration.MapConfiguration
Return the Map decorated by this configuration.
getMaxIndex(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns the maximum defined index for the given key.
getMaxPosition() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Returns the maximum position for this iterator.
getMessage() - Method in class org.apache.commons.configuration.plist.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.apache.commons.configuration.plist.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - Method in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Returns the configuration's name.
getName() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
getName() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the name of this node.
getName() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the name of this node.
getName() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns this node's name.
getNestedBeanDeclarations() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
Returns a map with declarations for beans that should be set as properties of the newly created bean.
getNestedBeanDeclarations() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Returns a map with bean declarations for the complex properties of the bean to be created.
getNewNodeName() - Method in class org.apache.commons.configuration.tree.NodeAddData
Returns the name of the new node.
getNextToken() - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
getNode() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Returns the node that contains the bean declaration.
getNode(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Returns the node with the given index.
getNodeCombiner() - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns the node combiner that is used for creating the combined node structure.
getNodePointer() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Returns the current node pointer.
getNumberOfConfigurations() - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns the number of configurations that are contained in this combined configuration.
getNumberOfConfigurations() - Method in class org.apache.commons.configuration.CompositeConfiguration
Return the number of configurations.
getOrder() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
Returns the order of this factory between other factories.
getParent() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Returns the parent of this node.
getParent() - Method in class org.apache.commons.configuration.SubnodeConfiguration
Returns the parent configuration of this subnode configuration.
getParent() - Method in class org.apache.commons.configuration.SubsetConfiguration
Return the parent configuation for this subset.
getParent() - Method in class org.apache.commons.configuration.tree.NodeAddData
Returns the parent node.
getParent() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Returns the parent node pointer.
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.
getParentNode() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns this node's parent.
getParentNode() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns a reference to this node's parent.
getParsedConfiguration() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
Returns the configuration to be processed.
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.
getPath() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Returns the full path to the file this configuration is based on.
getPathNodes() - Method in class org.apache.commons.configuration.tree.NodeAddData
Returns a list with further nodes that must be added.
getPosition() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Returns the position of the iteration.
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(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a list of properties associated with the given configuration key. This method expects the given key to have an arbitrary number of String values, each of which is of the form key=value. These strings are splitted at the equals sign, and the key parts will become keys of the returned Properties object, the value parts become values.
getProperties(String, Properties) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a list of properties associated with the given configuration key.
getProperties(String) - Method in interface org.apache.commons.configuration.Configuration
Get a list of properties associated with the given configuration key.
getProperties(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
Convert a Configuration class into a Properties class.
getProperty(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.BaseConfiguration
Read property from underlying map.
getProperty(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
Read property from underlying composite
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.DataConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
Gets a property from the configuration. This is the most basic get method for retrieving values of properties. In a typical implementation of the Configuration interface the other get methods (that return specific data types) will internally make use of this method. On this level variable substitution is not yet performed. The returned object is an internal representation of the property value for the passed in key. It is owned by the Configuration object. So a caller should not modify this object. It cannot be guaranteed that this object will stay constant over time (i.e. further update operations on the configuration may change its internal state).
getProperty(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Fetches the specified property.
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.SubsetConfiguration
Gets a property from the configuration. This is the most basic get method for retrieving values of properties. In a typical implementation of the Configuration interface the other get methods (that return specific data types) will internally make use of this method. On this level variable substitution is not yet performed. The returned object is an internal representation of the property value for the passed in key. It is owned by the Configuration object. So a caller should not modify this object. It cannot be guaranteed that this object will stay constant over time (i.e. further update operations on the configuration may change its internal state).
getProperty(String) - Method in class org.apache.commons.configuration.web.AppletConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletContextConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletFilterConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.web.ServletRequestConfiguration
 
getPropertyDelimiter() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Returns the property delimiter.
getPropertyName() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Returns the name of the last read property.
getPropertyName() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
Returns the name of the affected property.
getPropertyValue() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Returns the value of the last read property.
getPropertyValue() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
Returns the value of the affected property if available.
getPublicID() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns the public ID of the DOCTYPE declaration from the loaded XML document.
getReference() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns this node's reference.
getReference() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the reference.
getRefreshDelay() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Return the minimal time in milliseconds between two reloadings.
getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
getReloadingStrategy() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the reloading strategy.
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.
getRootNode() - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns the configuration root node of this combined configuration.
getRootNode() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns the root node of this hierarchical configuration.
getShort(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a short associated with the given configuration key.
getShort(String, short) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a short associated with the given configuration key.
getShort(String, Short) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a Short associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getShort(String) - Method in interface org.apache.commons.configuration.Configuration
Get a short associated with the given configuration key.
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 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.
getStartOffset() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Returns the start offset of the iteration.
getString(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a string associated with the given configuration key.
getString(String, String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Get a string associated with the given configuration key. If the key doesn't map to an existing object, the default value is returned.
getString(String) - Method in interface org.apache.commons.configuration.Configuration
Get a string associated with the given configuration key.
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
Get an array of strings associated with the given configuration key. If the key doesn't map to an existing object an empty array is returned
getStringArray(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
Get an array of strings associated with the given configuration key. If the key doesn't map to an existing object an empty array is returned
getStringArray(String) - Method in interface org.apache.commons.configuration.Configuration
Get an array of strings associated with the given configuration key.
getSubNodes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Returns a list with all stored sub nodes.
getSubNodes(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Returns a list of the sub nodes with the given name.
getSystemID() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns the system ID of the DOCTYPE declaration from the loaded XML document.
getTransformedRoot() - Method in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Returns the transformed root node of the stored configuration.
getType() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
Returns the type of this event.
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, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Constructs a URL from a base path and a file name.
getURL(String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an URL associated with the given configuration key.
getURL(String, URL) - Method in class org.apache.commons.configuration.DataConfiguration
Get an URL associated with the given configuration key.
getURL() - Method in interface org.apache.commons.configuration.FileConfiguration
Return the URL where the configuration is stored.
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.plist.XMLPropertyListConfiguration.ArrayNode
Return the list of values in the array.
getValue() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns the value of this node.
getValue() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns the value of this node.
getValue() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns the value of this node.

H

HEXA - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
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.
HierarchicalConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration
Creates a new instance of HierarchicalConfiguration.
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.CloneVisitor - class org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor.
A specialized visitor that is able to create a deep copy of a node hierarchy.
HierarchicalConfiguration.CloneVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor
Creates a new instance of CloneVisitor.
HierarchicalConfiguration.DefinedKeysVisitor - class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor.
A specialized visitor that fills a list with keys that are defined in a node hierarchy.
HierarchicalConfiguration.DefinedKeysVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
Default constructor.
HierarchicalConfiguration.DefinedKeysVisitor(String) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
Creates a new DefinedKeysVisitor instance and sets the prefix for the keys to fetch.
HierarchicalConfiguration.DefinedVisitor - class org.apache.commons.configuration.HierarchicalConfiguration.DefinedVisitor.
A specialized visitor that checks if a node is defined.
HierarchicalConfiguration.DefinedVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.DefinedVisitor
 
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.Node(ConfigurationNode) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
Creates a new instance of Node based on the given source node.
HierarchicalConfiguration.NodeVisitor - class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor.
Definition of a visitor class for traversing a node and all of its children.
HierarchicalConfiguration.NodeVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
 
HierarchicalConfigurationConverter - class org.apache.commons.configuration.HierarchicalConfigurationConverter.
A base class for converters that transform a normal configuration object into a hierarchical configuration.
HierarchicalConfigurationConverter() - Constructor for class org.apache.commons.configuration.HierarchicalConfigurationConverter
 
HierarchicalConfigurationXMLReader - class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.
A specialized SAX2 XML parser that "parses" hierarchical configuration objects.
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.
HierarchicalConfigurationXMLReader.SAXVisitor - class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor.
A specialized visitor class for generating SAX events for a hierarchical node structure.
HierarchicalConfigurationXMLReader.SAXVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
 
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.  
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.
hasIndex() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns a flag if the current key has an associated index.
hasIndex() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.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.
hasNext() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Checks if there is a next element.
hashCode() - Method in class org.apache.commons.configuration.ConfigurationKey
Returns the hash code for this object.
hashCode() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Returns the hash code for this object.

I

INSTANCE - Static variable in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
Stores the default instance of this class.
INVALID_LEXICAL_STATE - Static variable in class org.apache.commons.configuration.plist.TokenMgrError
Tried to change to an invalid lexical state.
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
 
image - Variable in class org.apache.commons.configuration.plist.Token
The string image of the token.
inBuf - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
init() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
init() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
init() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
Initialize the strategy.
initBean(Object, BeanDeclaration) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Initializes the passed in bean.
initBeanInstance(Object, BeanDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
Initializes the bean instance.
initBeanInstance(Object, BeanDeclaration) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
Initializes the newly created bean instance.
initCombinedConfiguration(CombinedConfiguration, List, String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Initializes a combined configuration for the configurations of a specific section.
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.
initFromParent(HierarchicalConfiguration) - Method in class org.apache.commons.configuration.SubnodeConfiguration
Initializes this subnode configuration from the given parent configuration.
initNodeAddData(NodeAddData, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Initializes most properties of a NodeAddData object.
initProperties(Document, boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
Initializes this configuration from an XML document.
initSubNodeList(List) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Initializes the list of sub nodes for the iteration.
inputStream - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
input_stream - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
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.
insert(HierarchicalConfiguration.Node, HierarchicalConfiguration.Node, HierarchicalConfiguration.Node, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Inserts a new node.
interpolate(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
interpolate key names to handle ${key} stuff
interpolate(Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns the interpolated value.
interpolate(Object) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Performs interpolation.
interpolate(Object) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Performs interpolation.
interpolate(Object, AbstractConfiguration) - Static method in class org.apache.commons.configuration.PropertyConverter
Performs interpolation of the specified value.
interpolate(Object) - Method in class org.apache.commons.configuration.SubnodeConfiguration
Performs interpolation.
interpolate(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
interpolate key names to handle ${key} stuff
interpolate(Object) - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Performs interpolation for the specified value.
interpolateHelper(String, List) - Method in class org.apache.commons.configuration.AbstractConfiguration
Deprecated. Interpolation is now handled by PropertyConverter; this method will no longer be called
invalidate() - Method in class org.apache.commons.configuration.CombinedConfiguration
Invalidates this combined configuration.
isAttribute() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns a flag if the current key is an attribute.
isAttribute() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns a flag whether this node is an attribute.
isAttribute() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns a flag if the current key is an attribute.
isAttribute() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Checks if this node is an attribute node.
isAttribute() - Method in class org.apache.commons.configuration.tree.NodeAddData
Returns a flag if the new node to be added is an attribute.
isAttribute() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Checks whether this node pointer refers to an attribute node.
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.
isAttributeKey(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Tests if the specified key represents an attribute according to the current expression engine.
isAutoSave() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
isAutoSave() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
isAutoSave() - Method in interface org.apache.commons.configuration.FileConfiguration
Tells if properties are automatically saved to the disk.
isBeforeUpdate() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
Returns a flag if this event was generated before or after an update.
isCollection() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns a flag if this node is a collection.
isCommentLine(String) - Static method in class org.apache.commons.configuration.PropertiesConfiguration
Tests whether a line is a comment, i.e. whether it starts with a comment character.
isCommentLine(String) - Static method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Tests whether a line is a comment, i.e. whether it starts with a comment character.
isDefined() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedVisitor
Returns the defined flag.
isDefined() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Returns a flag if this node is defined.
isDefined() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Returns a flag if this node is defined.
isDelimiterParsingDisabled() - Method in class org.apache.commons.configuration.AbstractConfiguration
Determine if this configuration is using delimiters when parsing property values to convert them to lists of values.
isDetailEvents() - Method in class org.apache.commons.configuration.event.EventSource
Returns a flag whether detail events are enabled.
isEmpty() - Method in class org.apache.commons.configuration.AbstractConfiguration
Check if the configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.BaseConfiguration
Check if the configuration is empty
isEmpty() - Method in class org.apache.commons.configuration.CompositeConfiguration
Check if the configuration is empty.
isEmpty() - Method in interface org.apache.commons.configuration.Configuration
Check if the configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.DataConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.DatabaseConfiguration
Check if the configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Checks if this configuration is empty.
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.SubsetConfiguration
Check if the configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Checks if this configuration is empty.
isForceSingleLine() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the "force single line" flag.
isLeaf() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns a flag whether this node is a leaf.
isListNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.NodeCombiner
Checks if a node is a list node.
isOptional() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Returns a flag whether this is an optional configuration.
isPropertyKey() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns a flag whether the current key refers to a property (i.e. is no special attribute key).
isReservedNode(ConfigurationNode) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Checks whether the given node is reserved.
isReservedNode(ConfigurationNode) - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Checks if the specified node is reserved and thus should be ignored.
isSingleLine() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Returns the single line flag.
isSingleLine(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns a flag whether the specified property is defined on a single line.
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
Returns true if missing values throw Exceptions. 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.
iterator() - Method in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet
 
iterator() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
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(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.
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.
jjFillToken() - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jj_input_stream - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_nt - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jjbitVec0 - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjmatchedKind - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjmatchedPos - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjnewStateCnt - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjnextStates - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjround - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjtoSkip - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjtoToken - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 

K

KEY_ADDITIONAL_LIST - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the key that points to the list nodes definition of the additional combiner.
KEY_COMBINER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the key of the combiner in the result declaration.
KEY_OVERRIDE1 - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for an expression that selects override configurations.
KEY_OVERRIDE2 - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for an expression that selects override configurations in the override section.
KEY_OVERRIDE_LIST - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the key that points to the list nodes definition of the override combiner.
KEY_RESULT - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the key of the result declaration.
KEY_UNION - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for an expression that selects the union configurations.
kind - Variable in class org.apache.commons.configuration.plist.Token
An integer that describes the kind of this token.

L

LETTER - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
LEXICAL_ERROR - Static variable in class org.apache.commons.configuration.plist.TokenMgrError
Lexical error occured.
LIST_ESCAPE - Static variable in class org.apache.commons.configuration.PropertyConverter
Constant for the list delimiter escaping character.
LOOP_DETECTED - Static variable in class org.apache.commons.configuration.plist.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LexicalError(boolean, int, int, int, String, char) - Static method in class org.apache.commons.configuration.plist.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
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.
length() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Returns the actual length of this configuration key.
lexStateNames - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
line - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
listNodes - Variable in class org.apache.commons.configuration.tree.NodeCombiner
Stores a list with node names that are known to be list nodes.
load() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the underlying location.
load(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Locate the specified file and load the configuration.
load(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the specified file.
load(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the specified URL.
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, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Load the configuration from the specified stream, using the specified encoding.
load(Reader) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
load() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(InputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load(InputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
load() - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the underlying URL.
load(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Locate the specified file and load the configuration.
load(File) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified file.
load(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified URL.
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, String) - Method in interface org.apache.commons.configuration.FileConfiguration
Load the configuration from the specified stream, using the specified encoding.
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.PropertiesConfigurationLayout
Reads a properties file and stores its internal structure.
load(InputStream) - Method in class org.apache.commons.configuration.XMLConfiguration
Loads the configuration from the given input stream.
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.PropertyListConfiguration
 
load(Reader) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
loadClass(String, Class) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns a java.lang.Class object for the specified name.
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.
locateFromClasspath(String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Tries to find a resource with the given name in the classpath.

M

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.
map - Variable in class org.apache.commons.configuration.MapConfiguration
The Map decorated by this configuration.
maxNextCharInd - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 

N

NS_URI - Static variable in class org.apache.commons.configuration.ConfigurationXMLReader
Constant for the namespace URI.
NodeAddData - class org.apache.commons.configuration.tree.NodeAddData.
A simple data class used by ExpressionEngine to store the results of the prepareAdd() operation.
NodeAddData() - Constructor for class org.apache.commons.configuration.tree.NodeAddData
Creates a new, uninitialized instance of NodeAddData.
NodeAddData(ConfigurationNode, String) - Constructor for class org.apache.commons.configuration.tree.NodeAddData
Creates a new instance of NodeAddData and sets the most important data fields.
NodeCombiner - class org.apache.commons.configuration.tree.NodeCombiner.
A base class for node combiner implementations.
NodeCombiner() - Constructor for class org.apache.commons.configuration.tree.NodeCombiner
Creates a new instance of NodeCombiner.
newInstance() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
newToken(int) - Static method in class org.apache.commons.configuration.plist.Token
Returns a new Token object, by default.
next() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns the next object in the iteration.
next - Variable in class org.apache.commons.configuration.plist.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.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.
nextKey() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns the next key part of this configuration key.
nextKey(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns the next key part of this configuration key.
nextProperty() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Parses the next property from the input stream and stores the found name and value in internal fields.
nodeDefined(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Deprecated. Use the method HierarchicalConfiguration.nodeDefined(ConfigurationNode) instead.
nodeDefined(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Checks if the specified node is defined.
nodeKey(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Determines the key of the passed in node.
nodeKey(ConfigurationNode, String) - Method in interface org.apache.commons.configuration.tree.ExpressionEngine
Returns the key for the specified node in the expression language supported by an implementation.
nodeKey(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Returns a (canonic) key for the given node based on the parent's key.

O

OverrideCombiner - class org.apache.commons.configuration.tree.OverrideCombiner.
A concrete combiner implementation that is able to construct an override combination.
OverrideCombiner() - Constructor for class org.apache.commons.configuration.tree.OverrideCombiner
 
openElements(ConfigurationKey, ConfigurationKey, Configuration, Set) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Fires all necessary element start events for the specified key.
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.event - package org.apache.commons.configuration.event
This package contains interfaces and classes for receiving notifications about changes at configurations.
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.tree - package org.apache.commons.configuration.tree
A package with helper and utility classes used by hierarchical configurations.
org.apache.commons.configuration.tree.xpath - package org.apache.commons.configuration.tree.xpath
This package contains the implementation of the XPathExpressionEngine class, which enables XPATH support for querying configuration properties.
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

PATH_DELIMITER - Static variable in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Constant for the path delimiter.
PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for a property delimiter.
PROTOCOL_FILE - Static variable in class org.apache.commons.configuration.ConfigurationUtils
Constant for the file URL protocol.
ParseException - exception org.apache.commons.configuration.plist.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.apache.commons.configuration.plist.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.apache.commons.configuration.plist.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.apache.commons.configuration.plist.ParseException
 
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() - 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(String) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
Creates and loads the extended properties from the specified file.
PropertiesConfiguration(File) - 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.
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.PropertiesReader(Reader, char) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Creates a new instance of PropertiesReader and sets the underlaying reader and the list delimiter.
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.
PropertiesConfigurationLayout - class org.apache.commons.configuration.PropertiesConfigurationLayout.
A helper class used by PropertiesConfiguration to keep the layout of a properties file.
PropertiesConfigurationLayout(PropertiesConfiguration) - Constructor for class org.apache.commons.configuration.PropertiesConfigurationLayout
Creates a new instance of PropertiesConfigurationLayout and initializes it with the associated configuration object.
PropertiesConfigurationLayout(PropertiesConfiguration, PropertiesConfigurationLayout) - Constructor for class org.apache.commons.configuration.PropertiesConfigurationLayout
Creates a new instance of PropertiesConfigurationLayout and initializes it with the given configuration object.
PropertiesConfigurationLayout.PropertyLayoutData - class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData.
A helper class for storing all layout related information for a configuration property.
PropertiesConfigurationLayout.PropertyLayoutData() - Constructor for class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Creates a new instance of PropertyLayoutData.
Property() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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.
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(String) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
Creates and loads the property list from the specified file.
PropertyListConfiguration(File) - 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.
PropertyListParser - class org.apache.commons.configuration.plist.PropertyListParser.
JavaCC based parser for the PropertyList format.
PropertyListParser(InputStream) - Constructor for class org.apache.commons.configuration.plist.PropertyListParser
 
PropertyListParser(Reader) - Constructor for class org.apache.commons.configuration.plist.PropertyListParser
 
PropertyListParserConstants - interface org.apache.commons.configuration.plist.PropertyListParserConstants.
 
PropertyListParserTokenManager - class org.apache.commons.configuration.plist.PropertyListParserTokenManager.
 
PropertyListParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
parent - Variable in class org.apache.commons.configuration.SubsetConfiguration
The parent configuration.
parse(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Parses the acutal configuration object.
parse(InputSource) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Parses the acutal configuration object.
parse() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
parseConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Parses the configuration object and generates SAX events.
positionToIndex(int) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Returns the index in the data list for the given position.
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.
prepareAdd(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Prepares Adding the property with the specified key.
prepareAdd(ConfigurationNode, String) - Method in interface org.apache.commons.configuration.tree.ExpressionEngine
Returns information needed for an add operation.
prepareAdd(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Prepares an add operation for a configuration property.
prevCharIsCR - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
process(Configuration) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Processes the specified configuration object.
processDocument(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Processes the node hierarchy and adds new nodes to the document.
processKeys() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
The main SAX event generation method.
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.
propertyLoaded(String, String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
This method is invoked by the associated PropertiesConfigurationLayout object for each property definition detected in the parsed properties file.
providerForTag(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Returns the configuration provider for the given tag.
put(Object, Object) - Method in class org.apache.commons.configuration.ConfigurationMap
 

Q

QUOTE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
QUOTED_STRING - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
query(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Evaluates the given key and returns all matching nodes.
query(ConfigurationNode, String) - Method in interface org.apache.commons.configuration.tree.ExpressionEngine
Finds the node(s) that is (are) matched by the specified key.
query(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Executes a query.
quoteString(String) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
Quote the specified string if necessary, that's if the string contains: a space character (' ', '\t', '\r', '\n') a quote '"' special characters in plist files ('(', ')', '{', '}', '=', ';', ',') Quotes within the string are escaped.

R

RESERVED_PREFIX - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Constant for the prefix of reserved attributes.
RESOURCE_PATH_SEPARATOR - Static variable in class org.apache.commons.configuration.ConfigurationUtils
Constant for the resource path separator.
ReInit(SimpleCharStream) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ReloadingStrategy - interface org.apache.commons.configuration.reloading.ReloadingStrategy.
A strategy to decide if a configuration should be reloaded.
readChar() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
readProperty() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Reads a property line.
refreshDelay - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
The minimum delay in milliseconds between checks.
registerBeanFactory(String, BeanFactory) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Register a bean factory under a symbolic name.
registerDefaultProviders() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Registers the default configuration providers supported by this class.
registeredFactoryNames() - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns a set with the names of all currently registered bean factories.
reload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
reload() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
reload() - Method in interface org.apache.commons.configuration.FileConfiguration
Reload the configuration.
reloadingPerformed() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
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.
reloadingRequired() - 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.
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
 
remove() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Removes the current object in the iteration.
removeAttribute(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Removes the specified attribute from this node.
removeAttribute(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Removes all attributes with the given name.
removeAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Removes the specified attribute.
removeAttribute(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Removes all attributes with the specified name.
removeAttributeMarkers(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
Helper method for removing attribute markers from a key.
removeAttributes() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Removes all attributes of this node.
removeAttributes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Removes all attributes of this node.
removeChild(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Removes the given node from this node's children.
removeChild(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Removes all child nodes of this node with the given name.
removeChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Removes the specified child node from this node.
removeChild(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Removes all children with the given name.
removeChildren() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Removes all children from this node.
removeChildren() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Removes all child nodes of this node.
removeConfiguration(Configuration) - Method in class org.apache.commons.configuration.CombinedConfiguration
Removes the specified configuration from this combined configuration.
removeConfiguration(String) - Method in class org.apache.commons.configuration.CombinedConfiguration
Removes the configuration with the specified name.
removeConfiguration(Configuration) - Method in class org.apache.commons.configuration.CompositeConfiguration
Remove a configuration.
removeConfigurationAt(int) - Method in class org.apache.commons.configuration.CombinedConfiguration
Removes the configuration at the specified index.
removeConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.event.EventSource
Removes the specified event listener so that it does not receive any further events caused by this object.
removeConfigurationProvider(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Removes the configuration provider for the specified tag name.
removeNode(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Deprecated. Use the method HierarchicalConfiguration.removeNode(ConfigurationNode) instead.
removeNode(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Removes the specified node from this configuration.
removeNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Removes a sub node.
removeNodes(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Removes all sub nodes with the given name.
removeQuotes(String) - Method in class org.apache.commons.configuration.plist.PropertyListParser
Remove the quotes at the beginning and at the end of the specified String.
removeReference() - Method in class org.apache.commons.configuration.XMLConfiguration.XMLNode
Updates the associated XML elements when a node is removed.
removeReference() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
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.
reverseIterator(ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Helper method for determining a reverse iterator for the specified key.

S

SEC_HEADER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the header section.
START_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
start token
STATIC_LEXER_ERROR - Static variable in class org.apache.commons.configuration.plist.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
STRING - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
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.
SimpleCharStream - class org.apache.commons.configuration.plist.SimpleCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
 
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.
String() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
SubnodeConfiguration - class org.apache.commons.configuration.SubnodeConfiguration.
A specialized hierarchical configuration class that wraps a single node of its parent configuration.
SubnodeConfiguration(HierarchicalConfiguration, ConfigurationNode) - Constructor for class org.apache.commons.configuration.SubnodeConfiguration
Creates a new instance of SubnodeConfiguration and initializes it with the parent configuration and the new root node.
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.
save() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration.
save(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified file.
save(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified URL if it's a file URL.
save(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified file.
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, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Save the configuration to the specified stream, using the specified encoding.
save(Writer) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
save() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(OutputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
save() - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration.
save(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified file.
save(File) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified file.
save(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified URL if it's a file URL.
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, String) - Method in interface org.apache.commons.configuration.FileConfiguration
Save the configuration to the specified stream, using the specified encoding.
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.PropertiesConfigurationLayout
Writes the properties file to the given writer, preserving as much of its structure as possible.
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.PropertyListConfiguration
 
save(Writer) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
set(String, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
set(String, int, 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.
setAttribute(boolean) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Sets a flag whether this node is an attribute.
setAttribute(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Sets the attribute flag.
setAttribute(boolean) - Method in class org.apache.commons.configuration.tree.NodeAddData
Sets the attribute flag.
setAttributeEnd(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Sets the attribute end marker.
setAttributeStart(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Sets the attribute start marker.
setAutoSave(boolean) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
setAutoSave(boolean) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setAutoSave(boolean) - Method in interface org.apache.commons.configuration.FileConfiguration
Enable or disable the automatical saving of modified properties to the disk.
setBasePath(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Set the 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.
setBasePath(String) - Method in interface org.apache.commons.configuration.FileConfiguration
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.
setBlancLines(int) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Sets the number of properties before this property.
setBlancLinesBefore(String, int) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Sets the number of blanc lines before the given property key.
setComment(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Sets the comment for this property.
setComment(String, String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Sets the comment for the specified property key.
setConfiguration(Configuration) - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
Sets the configuration to be processed.
setConfiguration(HierarchicalConfiguration) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Sets the configuration object to be parsed.
setConfiguration(FileConfiguration) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
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.
setConfigurationBasePath(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Sets the base path for the configuration sources to load.
setConfigurationClass(Class) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Sets the class of the configuration returned by this provider.
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.
setDTDHandler(DTDHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Sets the DTD handler.
setDefaultBeanFactory(BeanFactory) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Sets the default bean factory.
setDefaultExpressionEngine(ExpressionEngine) - Static method in class org.apache.commons.configuration.HierarchicalConfiguration
Sets the default expression engine.
setDefaultListDelimiter(char) - Static method in class org.apache.commons.configuration.AbstractConfiguration
For configurations extending AbstractConfiguration, allow them to change the listDelimiter from the default comma (",").
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
Deprecated. Use AbstractConfiguration.setDefaultListDelimiter(char) instead
setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
Set whether this configuration should use delimiters when parsing property values to convert them to lists of values.
setDetailEvents(boolean) - Method in class org.apache.commons.configuration.event.EventSource
Determines whether detail events should be generated.
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.
setEncoding(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
setEncoding(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setEncoding(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the encoding used to store the configuration file.
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.
setEscapedDelimiter(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Sets the escaped property delimiter string.
setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Sets the expression engine to be used by this configuration.
setExpressionEngine(DefaultExpressionEngine) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Sets the associated expression engine.
setFeature(String, boolean) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Dummy implementation of the interface method.
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
 
setFile(File) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the file where the configuration is stored.
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
 
setFileName(String) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the name of the file.
setForceSingleLine(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Sets the "force single line" flag.
setHeader(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Set the comment header.
setHeaderComment(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Sets the header comment for the represented properties file.
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.
setIndexEnd(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Sets the index end marker.
setIndexStart(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Sets the index start marker.
setLayout(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Sets the associated layout object.
setLength(int) - Method in class org.apache.commons.configuration.ConfigurationKey
Sets the new length of this configuration key.
setLength(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Sets the new length of this configuration key.
setListDelimiter(char) - Method in class org.apache.commons.configuration.AbstractConfiguration
Change the list delimiter for this configuration.
setName(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Sets the name of this node.
setName(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Sets the name of this node.
setNewNodeName(String) - Method in class org.apache.commons.configuration.tree.NodeAddData
Sets the name of the new node.
setNodeCombiner(NodeCombiner) - Method in class org.apache.commons.configuration.CombinedConfiguration
Sets the node combiner.
setParent(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
Sets the parent of this node.
setParent(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.NodeAddData
Sets the parent node.
setParentNode(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Sets the parent of this node.
setParentNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
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 or relative path name.
setPosition(int) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Sets the position of the iteration.
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
Set a property, this will replace any previously set values. Set values is implicitly a call to clearProperty(key), addProperty(key, value).
setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Sets a new value for the specified property.
setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
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.HierarchicalConfiguration
Sets the value of the specified property.
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.SubsetConfiguration
Set a property, this will replace any previously set values. Set values is implicitly a call to clearProperty(key), addProperty(key, value).
setPropertyDelimiter(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Sets the property delmiter.
setPublicID(String) - Method in class org.apache.commons.configuration.XMLConfiguration
Sets the public ID of the DOCTYPE declaration.
setReference(Object) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Sets this node's reference.
setReference(Object) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Sets the reference.
setRefreshDelay(long) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Set the minimal time between two reloadings.
setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
 
setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
 
setReloadingStrategy(ReloadingStrategy) - Method in interface org.apache.commons.configuration.FileConfiguration
Set the reloading strategy.
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.
setRootNode(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Sets the root node of this hierarchical configuration.
setSingleLine(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Sets the single line flag.
setSingleLine(String, boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Sets the "single line flag" for the specified property key.
setStartOffset(int) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Sets the start offset of the iteration.
setSystemID(String) - Method in class org.apache.commons.configuration.XMLConfiguration
Sets the system ID of the DOCTYPE declaration.
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
Allows to set the throwExceptionOnMissing flag. This flag controls the behavior of property getter methods that return objects if the requested property is missing. If the flag is set to false (which is the default value), these methods will return null. If set to true, they will throw a NoSuchElementException exception. Note that getter methods for primitive data types are not affected by this flag. Change the behaviour of the parent configuration if it supports this feature.
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
 
setURL(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
The URL where the configuration is stored.
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.XMLConfiguration.XMLNode
Sets the value of this node.
setValue(Object) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Sets the value of this node.
setValue(Object) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Sets the value of this node.
setValue(Object) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Sets the value of this node.
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.
size() - Method in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet
 
specialConstructor - Variable in class org.apache.commons.configuration.plist.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.apache.commons.configuration.plist.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
split(String, char) - Static method in class org.apache.commons.configuration.PropertyConverter
Split a string on the specified delimiter.
staticFlag - Static variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
strategy - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Holds a reference to the reloading strategy.
stripCommentChar(String, boolean) - Static method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Either removes the comment character from the given comment line or ensures that the line starts with a comment character.
subset(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Return a decorator Configuration containing every key from the current Configuration that starts with the specified prefix. The prefix is removed from the keys in the subset. For example, if the configuration contains the following properties:
    prefix.number = 1
    prefix.string = Apache
    prefixed.foo = bar
    prefix = Jakarta
the Configuration returned by subset("prefix") will contain the properties:
    number = 1
    string = Apache
    = Jakarta
(The key for the value "Jakarta" is an empty string)

Since the subset is a decorator and not a modified copy of the initial Configuration, any change made to the subset is available to the Configuration, and reciprocally.

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.HierarchicalConfiguration
Creates a new Configuration object containing all keys that start with the specified prefix.
subset(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
Return a decorator Configuration containing every key from the current Configuration that starts with the specified prefix. The prefix is removed from the keys in the subset. For example, if the configuration contains the following properties:
    prefix.number = 1
    prefix.string = Apache
    prefixed.foo = bar
    prefix = Jakarta
the Configuration returned by subset("prefix") will contain the properties:
    number = 1
    string = Apache
    = Jakarta
(The key for the value "Jakarta" is an empty string)

Since the subset is a decorator and not a modified copy of the initial Configuration, any change made to the subset is available to the Configuration, and reciprocally.


T

Token - class org.apache.commons.configuration.plist.Token.
Describes the input token stream.
Token() - Constructor for class org.apache.commons.configuration.plist.Token
 
TokenMgrError - error org.apache.commons.configuration.plist.TokenMgrError.
 
TokenMgrError() - Constructor for class org.apache.commons.configuration.plist.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.apache.commons.configuration.plist.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.apache.commons.configuration.plist.TokenMgrError
 
terminate() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedVisitor
Checks if iteration should be stopped.
terminate() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
Returns a flag that indicates if iteration should be stopped.
terminate() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
Checks if iteration should be terminated.
terminate() - Method in interface org.apache.commons.configuration.tree.ConfigurationNodeVisitor
Returns a flag whether the actual visit process should be aborted.
terminate() - Method in class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
Dummy implementation of this interface method.
testNode(NodeTest) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Tests if this node matches the given test.
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.
toNumber(Object, Class) - Static method in class org.apache.commons.configuration.PropertyConverter
Tries to convert the specified object into a number object.
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.
toString() - Method in class org.apache.commons.configuration.plist.Token
Returns the image.
toString() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Returns a string representation of this object.
toURL(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into an URL.
token - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
tokenBegin - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
tokenImage - Variable in class org.apache.commons.configuration.plist.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
token_source - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
trim(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Removes delimiters at the beginning and the end of the specified key.
trimComment(String, boolean) - Static method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Trims a comment.
trimLeft(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Removes leading property delimiters from the specified key.
trimRight(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Removes trailing property delimiters from the specified key.

U

UnionCombiner - class org.apache.commons.configuration.tree.UnionCombiner.
A specialized implementation of the NodeCombiner interface that constructs a union from two passed in node hierarchies.
UnionCombiner() - Constructor for class org.apache.commons.configuration.tree.UnionCombiner
 
UpdateLineColumn(char) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
unescapeJava(String, char) - Static method in class org.apache.commons.configuration.PropertiesConfiguration
Unescapes any Java literals found in the String to a Writer.
unescapeQuotes(String) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
updateAttribute(HierarchicalConfiguration.Node, String, char) - Static method in class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Updates the value of the specified attribute of the given node.
updateLastModified() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Update the last modified time.

V

ViewNode - class org.apache.commons.configuration.tree.ViewNode.
A specialized node implementation to be used in view configurations.
ViewNode() - Constructor for class org.apache.commons.configuration.tree.ViewNode
 
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.
visit(ConfigurationNodeVisitor) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
Visits this node and all its sub nodes.
visit(ConfigurationNodeVisitor) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Let the passed in visitor visit all sub nodes.
visit(ConfigurationNodeVisitor) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Visits this node and all its sub nodes.
visitAfterChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor
Visits the specified node after its children have been processed.
visitAfterChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
Visits the node after its children has been processed.
visitAfterChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
Visits the specified node after its children have been processed.
visitAfterChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
Visits the specified node after its children have been processed.
visitAfterChildren(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNodeVisitor
Visits the specified node.
visitAfterChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
Empty dummy implementation of this interface method.
visitBeforeChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor
Visits the specified node before its children have been traversed.
visitBeforeChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor
Visits and copies the specified node.
visitBeforeChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
Visits the specified node.
visitBeforeChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedVisitor
Visits the node.
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.HierarchicalConfigurationXMLReader.SAXVisitor
Visits the specified node.
visitBeforeChildren(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNodeVisitor
Visits the specified node.
visitBeforeChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
Empty dummy implementation of this interface method.

W

WHITE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
writeComment(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Write a comment.
writeProperty(String, Object) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Write a property.
writeProperty(String, List) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Write a property.
writeProperty(String, Object, boolean) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Writes the given property and its value.
writeln(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Helper method for writing a line with the platform specific line ending.

X

XMLBeanDeclaration - class org.apache.commons.configuration.beanutils.XMLBeanDeclaration.
An implementation of the BeanDeclaration interface that is suitable for XML configuration files.
XMLBeanDeclaration(HierarchicalConfiguration, String) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Creates a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(HierarchicalConfiguration, String, boolean) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Creates a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Creates a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(SubnodeConfiguration, ConfigurationNode) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Creates a new instance of XMLBeanDeclaration and initializes it with the configuration node that contains the bean declaration.
XMLConfiguration - class org.apache.commons.configuration.XMLConfiguration.
A specialized hierarchical configuration class that is able to parse XML documents.
XMLConfiguration() - 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(File) - 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.
XMLConfiguration.XMLBuilderVisitor - class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor.
A concrete BuilderVisitor that can construct XML documents.
XMLConfiguration.XMLBuilderVisitor(Document, char) - Constructor for class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Creates a new instance of XMLBuilderVisitor
XMLConfiguration.XMLNode - class org.apache.commons.configuration.XMLConfiguration.XMLNode.
A specialized Node class that is connected with an XML element.
XMLConfiguration.XMLNode(String, Element) - Constructor for class org.apache.commons.configuration.XMLConfiguration.XMLNode
Creates a new instance of XMLNode and initializes it with a name and the corresponding XML element.
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(String) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
Creates and loads the xml properties from the specified file.
XMLPropertiesConfiguration(File) - 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() - 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(String) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Creates and loads the property list from the specified file.
XMLPropertyListConfiguration(File) - 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.
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
 
XPathExpressionEngine - class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine.
A specialized implementation of the ExpressionEngine interface that is able to evaluate XPATH expressions.
XPathExpressionEngine() - Constructor for class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
 

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

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