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

AbstractConfiguration - Class in org.apache.commons.configuration
Abstract configuration class.
AbstractConfiguration() - Constructor for class org.apache.commons.configuration.AbstractConfiguration
Creates a new instance of AbstractConfiguration.
AbstractFileConfiguration - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
Base class for implementing file based hierarchical configurations.
AbstractHierarchicalFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Creates a new instance of AbstractHierarchicalFileConfiguration.
AbstractHierarchicalFileConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Creates a new instance of AbstractHierarchicalFileConfiguration and copies the content of the specified configuration into this object.
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 in org.apache.commons.configuration
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
 
add_escapes(String) - Method in exception 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.
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.
addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.event.EventSource
Adds a new configuration error listener to this object.
addErrorLogListener() - Method in class org.apache.commons.configuration.AbstractConfiguration
Adds a special ConfigurationErrorListener object to this configuration that will log all internal errors.
addEscapes(String) - Static method in error 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.
ADDITIONAL_NAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the additional configuration.
additionalConfigs - Variable in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Stores a collection with the configs from the additional section.
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.AbstractHierarchicalFileConfiguration
Directly adds sub nodes to this configuration.
addNodes(String, Collection) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Adds a collection of nodes at the specified position of the configuration tree.
addNodes(String, Collection) - Method in class org.apache.commons.configuration.XMLConfiguration
Adds a collection of nodes directly to this configuration.
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
 
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.
addProperty(String, Object) - Method in class org.apache.commons.configuration.DatabaseConfiguration
Adds a property to this configuration.
addProperty(String, Object) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
 
addProperty(String, Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
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.DatabaseConfiguration
Adds a property to this configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.EnvironmentConfiguration
Adds a property to this configuration.
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
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Adds a property to this configuration.
addPropertyValues(String, Object, char) - Method in class org.apache.commons.configuration.AbstractConfiguration
Adds the specified value for the given property.
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.
adjustBeginLineColumn(int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
append(Configuration) - Method in class org.apache.commons.configuration.AbstractConfiguration
Appends the content of the specified configuration to this configuration.
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.
AppletConfiguration - Class in org.apache.commons.configuration.web
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.
arg - Variable in class org.apache.commons.configuration.plist.PropertyListParser.JJCalls
 
Array() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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
 
at - Variable in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Stores the at string.
at - Variable in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
Stores the location of this configuration in the global tree.
AT_ENGINE - Static variable in class org.apache.commons.configuration.CombinedConfiguration
Constant for the expression engine for parsing the at path.
atPath - Variable in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Stores the at information as path of nodes.
ATTR_AT - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the at attribute without the reserved prefix.
ATTR_AT_RES - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the reserved at attribute.
ATTR_ATNAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the 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.ConfigurationFactory
Constant for the fileName attribute.
ATTR_FILENAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the file name attribute.
ATTR_FORCECREATE - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the forceCreate 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.ConfigurationFactory
Constant for the optional attribute.
ATTR_OPTIONAL - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the optional attribute without the reserved prefix.
ATTR_OPTIONAL_RES - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the reserved optional attribute.
ATTR_OPTIONALNAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the optional attribute.
ATTR_PREFIX - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Constant for the prefix for reserved attributes.
ATTR_TYPE - Static variable in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
Constant for the attribute type.
ATTR_VALUE_DELIMITER - Static variable in class org.apache.commons.configuration.XMLConfiguration
Constant for the delimiter for multiple attribute values.
attribute - Variable in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Stores a flag if the actual property is an attribute.
attribute - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Stores a flag if the actual property is an attribute.
attribute - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Stores a flag if this is an attribute.
attribute - Variable in class org.apache.commons.configuration.tree.NodeAddData
Stores the attribute flag.
ATTRIBUTE_END - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for an attribute end marker.
ATTRIBUTE_START - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for an attribute start marker.
attributeEnd - Variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Stores the attribute end marker.
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.
attributes - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Stores the attributes of this node.
attributeStart - Variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Stores the attribute start marker.
autoSave - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
The auto save flag.
available - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 

B

backup(int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
BaseConfiguration - Class in org.apache.commons.configuration
Basic configuration classe.
BaseConfiguration() - Constructor for class org.apache.commons.configuration.BaseConfiguration
 
BaseConfigurationXMLReader - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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
 
baseContext - Variable in class org.apache.commons.configuration.JNDIConfiguration
The base JNDI context.
basePath - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Stores the base path.
basePath - Variable in class org.apache.commons.configuration.ConfigurationFactory
The basePath to prefix file paths for file based property files.
BaseWebConfiguration - Class in org.apache.commons.configuration.web
An abstract base class for all web configurations.
BaseWebConfiguration() - Constructor for class org.apache.commons.configuration.web.BaseWebConfiguration
 
BeanDeclaration - Interface in org.apache.commons.configuration.beanutils
Definition of an interface for declaring a bean in a configuration file.
beanFactories - Static variable in class org.apache.commons.configuration.beanutils.BeanHelper
Stores a map with the registered bean factories.
BeanFactory - Interface in org.apache.commons.configuration.beanutils
Definition of an interface for bean factories.
BeanHelper - Class in org.apache.commons.configuration.beanutils
A helper class for creating bean instances that are defined in configuration files.
BeanHelper() - Constructor for class org.apache.commons.configuration.beanutils.BeanHelper
Private constructor, so no instances can be created.
beforeUpdate - Variable in class org.apache.commons.configuration.event.ConfigurationEvent
Stores the before update flag.
begin(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.CallOptionalMethodRule
Checks if the optional attribute is set.
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.
BeginToken() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
blancLines - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Stores the number of blanc lines before this property.
BLANK_SEPARATOR_PARSER - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the separator parser for blanks between the parts.
bufcolumn - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
buffer - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
buffer - Variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
The buffer containing the text node being read
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
 
BUILDER_PROVIDER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the provider for configuration definition files.

C

calendarField - Variable in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateFieldParser
Stores the calendar field to be processed.
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.
cause - Variable in class org.apache.commons.configuration.event.ConfigurationErrorEvent
Stores the exception that caused this event.
characters(char[], int, int) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
characters(char[], int, int) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
 
checkAttribute(String) - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Helper method for checking if the passed key is an attribute.
checkAttribute(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Helper method for checking if the passed key is an attribute.
checkCombineLines(String) - Static method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Checks if the passed in line should be combined with the following.
checkHeaderComment(List) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Checks if parts of the passed in comment can be used as header comment.
checkIndex(String) - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Helper method for checking if the passed key contains an index.
checkIndex(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Helper method for checking if the passed key contains an index.
checkLength(String, int, int) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateComponentParser
Checks whether the given string has at least length characters starting from the given parsing position.
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.
children - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Stores the children of this node.
clazz - Variable in class org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
Actual class to use.
clear() - Method in class org.apache.commons.configuration.AbstractConfiguration
 
clear() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
 
clear() - Method in class org.apache.commons.configuration.BaseConfiguration
 
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
Removes all entries from this configuration.
clear() - Method in class org.apache.commons.configuration.EnvironmentConfiguration
Removes all properties from this configuration.
clear() - Static method in class org.apache.commons.configuration.interpol.ConstantLookup
Clears the shared cache with the so far resolved constants.
clear() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Removes all content from this layout object.
clear() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Removes all sub nodes.
clear() - Method in class org.apache.commons.configuration.XMLConfiguration
Removes all properties from this configuration.
clearConfigurationListeners() - Method in class org.apache.commons.configuration.event.EventSource
Removes all registered configuration listeners.
clearedProperties - Variable in class org.apache.commons.configuration.JNDIConfiguration
The Set of keys that have been virtually cleared.
clearErrorListeners() - Method in class org.apache.commons.configuration.event.EventSource
Removes all registered error 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 interface org.apache.commons.configuration.Configuration
Remove a property from the configuration.
clearProperty(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
Removes the specified value from this configuration.
clearProperty(String) - Method in class org.apache.commons.configuration.DataConfiguration
 
clearProperty(String) - Method in class org.apache.commons.configuration.EnvironmentConfiguration
Removes a property from this configuration.
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
 
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.CompositeConfiguration
 
clearPropertyDirect(String) - Method in class org.apache.commons.configuration.MapConfiguration
 
clearReferences(ConfigurationNode) - Static method in class org.apache.commons.configuration.HierarchicalConfiguration
Clears all reference fields in a node structure.
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.event.EventSource
Overrides the clone() method to correctly handle so far registered event listeners.
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 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.
clone() - Method in class org.apache.commons.configuration.XMLConfiguration
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.
close(Connection, Statement) - Method in class org.apache.commons.configuration.DatabaseConfiguration
Close a Connection and, Statement.
closeElements(ConfigurationKey, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Fires all necessary element end events for the specified keys.
closeSilent(OutputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
A helper method for closing an output stream.
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.
CombinedConfiguration - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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.
combinedRoot - Variable in class org.apache.commons.configuration.CombinedConfiguration
Stores the combined root node.
comment - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Stores the comment for the property.
COMMENT_CHARS - Static variable in class org.apache.commons.configuration.INIConfiguration
The characters that signal the start of a comment line.
COMMENT_CHARS - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
Constant for the supported comment characters.
COMMENT_PREFIX - Static variable in class org.apache.commons.configuration.PropertiesConfigurationLayout
Constant for the default comment prefix.
commentLines - Variable in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Stores the comment lines for the currently processed property.
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.
CompositeConfiguration - Class in org.apache.commons.configuration
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.
config - Variable in class org.apache.commons.configuration.BaseConfigurationXMLReader
Stores the actual configuration.
config - Variable in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Stores the composite configuration.
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.
CONFIG_BEAN_FACTORY_NAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the configuration bean factory.
CONFIG_SECTIONS - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
An array with the names of top level configuration sections.
configList - Variable in class org.apache.commons.configuration.CompositeConfiguration
List holding all the configuration
configuration - Variable in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
Stores the associated configuration.
configuration - Variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Stores the associated configuration.
configuration - Variable in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Stores a reference to the configuration.
Configuration - Interface in org.apache.commons.configuration
The main Configuration interface.
configuration - Variable in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
Stores the configuration object.
configuration - Variable in class org.apache.commons.configuration.ConfigurationMap
The Configuration wrapped by this class.
configuration - Variable in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet
The configuration mapped to this entry set.
configuration - Variable in class org.apache.commons.configuration.DataConfiguration
Stores the wrapped configuration.
configuration - Variable in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
Stores the configuration object to be parsed.
configuration - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout
Stores the associated configuration object.
configuration - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Stores a reference to the configuration to be monitored.
configuration - Variable in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
Stores a reference to the associated configuration.
CONFIGURATION_NODE_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
Constant for the order of this factory.
configurationAt(String, boolean) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns a hierarchical subnode configuration object that wraps the configuration node specified by the given key.
configurationAt(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns a hierarchical subnode configuration for the node specified by the given key.
configurationBasePath - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Stores the base path to the configuration sources to load.
ConfigurationBuilder - Interface in org.apache.commons.configuration
Definition of an interface for objects that can create a configuration.
configurationBuilder - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Stores a reference to the associated configuration builder.
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 interface org.apache.commons.configuration.event.ConfigurationListener
Notifies this listener about a manipulation on a monitored configuration object.
configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
The event listener callback.
configurationClass - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Stores the class of the configuration to be created.
configurationClassName - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Stores the name of the configuration class to be created.
ConfigurationComparator - Interface in org.apache.commons.configuration
Comparator for configurations interface.
ConfigurationConverter - Class in org.apache.commons.configuration
Configuration converter.
ConfigurationConverter() - Constructor for class org.apache.commons.configuration.ConfigurationConverter
Private constructor prevents instances from being created.
ConfigurationDynaBean - Class in org.apache.commons.configuration.beanutils
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 in org.apache.commons.configuration.beanutils
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.
configurationError(ConfigurationErrorEvent) - Method in interface org.apache.commons.configuration.event.ConfigurationErrorListener
Notifies this listener that in an observed configuration an error occurred.
ConfigurationErrorEvent - Class in org.apache.commons.configuration.event
An event class that is used for reporting errors that occurred while processing configuration properties.
ConfigurationErrorEvent(Object, int, String, Object, Throwable) - Constructor for class org.apache.commons.configuration.event.ConfigurationErrorEvent
Creates a new instance of ConfigurationErrorEvent and initializes it.
ConfigurationErrorListener - Interface in org.apache.commons.configuration.event
An event listener interface to be implemented by observers that are interested in internal errors caused by processing of configuration properties.
ConfigurationEvent - Class in org.apache.commons.configuration.event
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 in org.apache.commons.configuration
Any exception that occurs while initializing a Configuration object.
ConfigurationException() - Constructor for exception org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException without specified detail message.
ConfigurationException(String) - Constructor for exception org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified detail message.
ConfigurationException(Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified nested Throwable.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationException
Constructs a new ConfigurationException with specified detail message and nested Throwable.
ConfigurationFactory - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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.CallOptionalMethodRule - Class in org.apache.commons.configuration
A special implementation of Digester's CallMethodRule that is internally used for calling a file configuration's load() method.
ConfigurationFactory.CallOptionalMethodRule(String) - Constructor for class org.apache.commons.configuration.ConfigurationFactory.CallOptionalMethodRule
Creates a new instance of CallOptionalMethodRule and sets the name of the method to invoke.
ConfigurationFactory.ConfigurationBuilder - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
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.JNDIConfigurationFactory - Class in org.apache.commons.configuration
A tiny inner class that allows the Configuration Factory to let the digester construct JNDIConfiguration objects.
ConfigurationFactory.JNDIConfigurationFactory() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.JNDIConfigurationFactory
Creates a new instance of JNDIConfigurationFactory.
ConfigurationFactory.PropertiesConfigurationFactory - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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.
ConfigurationFactory.SystemConfigurationFactory - Class in org.apache.commons.configuration
A tiny inner class that allows the Configuration Factory to let the digester construct SystemConfiguration objects.
ConfigurationFactory.SystemConfigurationFactory() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.SystemConfigurationFactory
Creates a new instance of SystemConfigurationFactory.
configurationFileName - Variable in class org.apache.commons.configuration.ConfigurationFactory
The XML file with the details about the configuration to load
ConfigurationInterpolator - Class in org.apache.commons.configuration.interpol
A class that handles interpolation (variable substitution) for configuration objects.
ConfigurationInterpolator() - Constructor for class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Creates a new instance of ConfigurationInterpolator.
ConfigurationKey - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
A specialized iterator class for tokenizing a configuration key.
ConfigurationKey.KeyIterator() - Constructor for class org.apache.commons.configuration.ConfigurationKey.KeyIterator
 
ConfigurationListener - Interface in org.apache.commons.configuration.event
A simple event listener interface for configuration observers.
ConfigurationMap - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
Set of entries in the map.
ConfigurationMap.ConfigurationSet(Configuration) - Constructor for class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet
 
ConfigurationMap.ConfigurationSet.ConfigurationSetIterator - Class in org.apache.commons.configuration
Iterator over the entries in the ConfigurationMap.
ConfigurationMap.ConfigurationSet.ConfigurationSetIterator() - Constructor for class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
ConfigurationMap.ConfigurationSet.Entry - Class in org.apache.commons.configuration
A Map entry in the ConfigurationMap.
ConfigurationMap.ConfigurationSet.Entry(Object) - Constructor for class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.Entry
 
ConfigurationNode - Interface in org.apache.commons.configuration.tree
Definition of an interface for the nodes of a hierarchical configuration.
ConfigurationNodeIteratorAttribute - Class in org.apache.commons.configuration.tree.xpath
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 in org.apache.commons.configuration.tree.xpath
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 in org.apache.commons.configuration.tree.xpath
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 in org.apache.commons.configuration.tree.xpath
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 in org.apache.commons.configuration.tree.xpath
Implementation of the NodePointerFactory interface for configuration nodes.
ConfigurationNodePointerFactory() - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
 
ConfigurationNodeVisitor - Interface in org.apache.commons.configuration.tree
Definition of a Visitor interface for a configuration node structure.
ConfigurationNodeVisitorAdapter - Class in org.apache.commons.configuration.tree
A simple adapter class that simplyfies writing custom node visitor implementations.
ConfigurationNodeVisitorAdapter() - Constructor for class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
 
ConfigurationRuntimeException - Exception in org.apache.commons.configuration
A configuration related runtime exception.
ConfigurationRuntimeException() - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException without specified detail message.
ConfigurationRuntimeException(String) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message.
ConfigurationRuntimeException(Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified nested Throwable.
ConfigurationRuntimeException(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message and nested Throwable.
configurations - Variable in class org.apache.commons.configuration.CombinedConfiguration
Stores a list with the contained configurations.
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.
configurationURL - Variable in class org.apache.commons.configuration.ConfigurationFactory
The URL to the XML file with the details about the configuration to load.
ConfigurationUtils - Class in org.apache.commons.configuration
Miscellaneous utility methods for configurations.
ConfigurationUtils() - Constructor for class org.apache.commons.configuration.ConfigurationUtils
Private constructor.
ConfigurationXMLReader - Class in org.apache.commons.configuration
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.
configureNamespace(Digester) - Method in class org.apache.commons.configuration.ConfigurationFactory
Configure the current digester to be namespace aware and to have a Configuration object to which all of the other configurations should be added
constantCache - Static variable in class org.apache.commons.configuration.interpol.ConstantLookup
An internally used cache for already retrieved values.
ConstantLookup - Class in org.apache.commons.configuration.interpol
A specialized lookup implementation that allows access to constant fields of classes.
ConstantLookup() - Constructor for class org.apache.commons.configuration.interpol.ConstantLookup
 
CONSTR_ARGS - Static variable in class org.apache.commons.configuration.PropertyConverter
Constant for the argument classes of the Number constructor that takes a String.
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.
constructCombinedNode() - Method in class org.apache.commons.configuration.CombinedConfiguration
Creates the root node of this combined configuration.
constructedConfiguration - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Stores the configuration that is currently constructed.
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.
constructHierarchy(HierarchicalConfiguration.Node, Element, boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
Helper method for building the internal storage hierarchy.
contains(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
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
 
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.DatabaseConfiguration
Checks whether this configuration contains the specified key.
containsKey(String) - Method in class org.apache.commons.configuration.DataConfiguration
 
containsKey(String) - Method in class org.apache.commons.configuration.EnvironmentConfiguration
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
 
containsKey(String) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Checks whether the specified key is stored in this configuration.
contentHandler - Variable in class org.apache.commons.configuration.ConfigurationXMLReader
Stores the content handler.
context - Variable in class org.apache.commons.configuration.JNDIConfiguration
The initial JNDI context.
context - Variable in class org.apache.commons.configuration.web.ServletContextConfiguration
Stores the wrapped servlet context.
ConversionException - Exception in org.apache.commons.configuration
Exception thrown when a property is incompatible with the type requested.
ConversionException() - Constructor for exception org.apache.commons.configuration.ConversionException
Constructs a new ConversionException without specified detail message.
ConversionException(String) - Constructor for exception org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified detail message.
ConversionException(Throwable) - Constructor for exception org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified nested Throwable.
ConversionException(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConversionException
Constructs a new ConversionException with specified detail message and nested Throwable.
convertToHierarchical(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Converts the passed in configuration to a hierarchical one.
convertToXMLNode(ConfigurationNode) - Method in class org.apache.commons.configuration.XMLConfiguration
Converts the specified node into a XMLNode if necessary.
copy(Configuration) - Method in class org.apache.commons.configuration.AbstractConfiguration
Copies the content of the specified configuration into this configuration.
copy(Configuration, Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Copy all properties from the source configuration to the target configuration.
copyFrom(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Copies the data from the given layout object.
copyStack - Variable in class org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor
A stack with the actual object to be copied.
CR - Static variable in class org.apache.commons.configuration.PropertiesConfigurationLayout
Constant for the line break character.
createAdditionalConfiguration(Collection) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Creates a configuration object with the union of all properties defined in the <additional> section.
createAddPath(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
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.
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.
createBean(Class, BeanDeclaration, Object) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBeanFactory
Creates an instance of a bean class.
createBeanInstance(Class, BeanDeclaration) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
Creates the bean instance.
createBeanInstance(Class, BeanDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Creates the configuration object.
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.
createConfigurationAt(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Creates a configuration object from the specified configuration declaration.
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.
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.
createErrorEvent(int, String, Object, Throwable) - Method in class org.apache.commons.configuration.event.EventSource
Creates a ConfigurationErrorEvent object based on the passed in parameters.
createEvent(int, String, Object, boolean) - Method in class org.apache.commons.configuration.event.EventSource
Creates a ConfigurationEvent object based on the passed in parameters.
createInterpolator() - Method in class org.apache.commons.configuration.AbstractConfiguration
Creates the interpolator object that is responsible for variable interpolation.
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.
createPath(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Create the path to the specified file.
createResultConfiguration() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Creates the resulting combined configuration.
createRootNode(ConfigurationFactory.AdditionalConfigurationData) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
Creates a configuration root node for the specified configuration.
createSubnodeConfiguration(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates a subnode configuration for the specified node.
createSubnodeConfiguration(ConfigurationNode, String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Creates a new subnode configuration for the specified node and sets its construction key.
createSubnodeConfiguration(ConfigurationNode) - Method in class org.apache.commons.configuration.SubnodeConfiguration
Returns a hierarchical configuration object for the given sub node.
createSubnodeConfiguration(ConfigurationNode, String) - Method in class org.apache.commons.configuration.SubnodeConfiguration
Returns a hierarchical configuration object for the given sub node that is aware of structural changes of its parent.
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.
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
 
current - Variable in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Stores the current key name.
current - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Stores the current key name.
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 exception org.apache.commons.configuration.plist.ParseException
This is the last token that has been consumed successfully.

D

Data() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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
 
DatabaseConfiguration - Class in org.apache.commons.configuration
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.-
DataConfiguration - Class in org.apache.commons.configuration
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.
datasource - Variable in class org.apache.commons.configuration.DatabaseConfiguration
The datasource to connect to the database.
Date() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
DATE - 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.
DATE_PARSERS - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
An array with the component parsers for dealing with dates.
DATE_SEPARATOR_PARSER - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the separator parser for the date part.
DATE_START - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
debugStream - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
DEF_BASE_PATH - Static variable in class org.apache.commons.configuration.ConfigurationFactory
Constant for the default base path (points to actual directory).
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_COMBINER - Static variable in class org.apache.commons.configuration.CombinedConfiguration
Constant for the default node combiner.
DEFAULT_DATE_FORMAT - Static variable in class org.apache.commons.configuration.DataConfiguration
The default format for dates.
DEFAULT_ENCODING - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
The default encoding (ISO-8859-1 as specified by http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html)
DEFAULT_ENCODING - Static variable in class org.apache.commons.configuration.XMLPropertiesConfiguration
The default encoding (UTF-8 as specified by http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html)
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.
DEFAULT_PROVIDERS - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
An array with the providers for the default tags.
DEFAULT_REFRESH_DELAY - Static variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Constant for the default refresh delay.
DEFAULT_ROOT_NAME - Static variable in class org.apache.commons.configuration.ConfigurationXMLReader
Constant for the default name of the root element.
DEFAULT_ROOT_NAME - Static variable in class org.apache.commons.configuration.XMLConfiguration
Constant for the default root element name.
DEFAULT_TAGS - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
An array with the names of the default tags.
defaultBeanFactory - Static variable in class org.apache.commons.configuration.beanutils.BeanHelper
Stores the default bean factory, which will be used if no other factory is provided.
DefaultBeanFactory - Class in org.apache.commons.configuration.beanutils
The default implementation of the BeanFactory interface.
DefaultBeanFactory() - Constructor for class org.apache.commons.configuration.beanutils.DefaultBeanFactory
 
defaultClass - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Stores the class to be created when the file extension does not match.
defaultClassName - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Stores the name of the class to be created when the file extension does not match.
DefaultConfigurationBuilder - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
A specialized BeanFactory implementation that handles configuration declarations.
DefaultConfigurationBuilder.ConfigurationBeanFactory() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBeanFactory
 
DefaultConfigurationBuilder.ConfigurationBuilderProvider - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
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.ConfigurationProvider(String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Creates a new instance of ConfigurationProvider and sets the name of the class of the configuration created by this provider.
DefaultConfigurationBuilder.FileConfigurationProvider - Class in org.apache.commons.configuration
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.FileConfigurationProvider(String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
Creates a new instance of FileConfigurationProvider and sets the configuration class name.
DefaultConfigurationBuilder.FileExtensionConfigurationProvider - Class in org.apache.commons.configuration
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.
DefaultConfigurationBuilder.FileExtensionConfigurationProvider(String, String, String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Creates a new instance of FileExtensionConfigurationProvider and initializes it with the names of the classes to be created.
DefaultConfigurationBuilder.XMLConfigurationProvider - Class in org.apache.commons.configuration
A specialized configuration provider for XML configurations.
DefaultConfigurationBuilder.XMLConfigurationProvider() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.XMLConfigurationProvider
Creates a new instance of XMLConfigurationProvider.
DefaultConfigurationKey - Class in org.apache.commons.configuration.tree
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 in org.apache.commons.configuration.tree
A specialized iterator class for tokenizing a configuration key.
DefaultConfigurationKey.KeyIterator() - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
 
DefaultConfigurationNode - Class in org.apache.commons.configuration.tree
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 in org.apache.commons.configuration.tree
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 - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
Stores the default expression engine to be used for new objects.
DefaultExpressionEngine - Class in org.apache.commons.configuration.tree
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
 
defaultLexState - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
defaultListDelimiter - Static variable in class org.apache.commons.configuration.AbstractConfiguration
The default value for listDelimiter
defaultLookup - Variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Stores the default lookup object.
defined - Variable in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedVisitor
Stores the defined flag.
delegate - Variable in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Stores the delegate used for implementing functionality related to the FileConfiguration interface.
delimiter - Variable in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Stores the list delimiter character.
delimiter - Variable in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
The delimiter for multi-valued properties.
delimiter - Variable in class org.apache.commons.configuration.SubsetConfiguration
The prefix delimiter
delimiterParsingDisabled - Variable in class org.apache.commons.configuration.AbstractConfiguration
When set to true the given configuration delimiter will not be used while parsing for this configuration.
deregisterBeanFactory(String) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Deregisters the bean factory with the given name.
deregisterGlobalLookup(String) - Static method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Deregisters the global lookup object for the specified prefix.
deregisterLookup(String) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Deregisters the lookup object for the specified prefix at this instance.
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.
detailEvents - Variable in class org.apache.commons.configuration.event.EventSource
A counter for the detail events.
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
 
Dictionary() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
differenceKey(ConfigurationKey) - Method in class org.apache.commons.configuration.ConfigurationKey
Returns the "difference key" to a given key.
digesterRuleNamespaceURI - Variable in class org.apache.commons.configuration.ConfigurationFactory
The digester namespace to parse
digesterRules - Variable in class org.apache.commons.configuration.ConfigurationFactory
URL for xml digester rules file
disable_tracing() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
DISABLED_DELIMITER - Static variable in class org.apache.commons.configuration.AbstractConfiguration
Constant for the disabled list delimiter.
doAddListener(Collection, Object) - Static method in class org.apache.commons.configuration.event.EventSource
Adds a new listener object to a listener collection.
doClearListeners(Collection) - Static method in class org.apache.commons.configuration.event.EventSource
Removes all entries from the given list of event listeners.
document - Variable in class org.apache.commons.configuration.XMLConfiguration
The document from this configuration's data source.
document - Variable in class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Stores the document to be constructed.
documentBuilder - Variable in class org.apache.commons.configuration.XMLConfiguration
Stores the document builder that should be used for loading.
doGetListeners(Collection) - Static method in class org.apache.commons.configuration.event.EventSource
Returns an unmodifiable snapshot of the given event listener collection.
Done() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
doRemoveListener(Collection, Object) - Static method in class org.apache.commons.configuration.event.EventSource
Removes an event listener from a listener collection.
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

Element() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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.
EMPTY_ATTRS - Static variable in class org.apache.commons.configuration.ConfigurationXMLReader
An empty attributes object.
enable_tracing() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
enableDigesterSubstitutor(Digester) - Method in class org.apache.commons.configuration.ConfigurationFactory
Adds a substitutor to interpolate system properties
enableRuntimeExceptions(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Enables runtime exceptions for the specified configuration object.
encoding - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Stores the encoding of the configuration file.
end() - Method in class org.apache.commons.configuration.ConfigurationFactory.CallOptionalMethodRule
Calls the method.
END_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
end token
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.
endElement(String, String, String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
endElement(String, String, String) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
 
endIndex - Variable in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Stores the end index of the actual token.
endIndex - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Stores the end index of the actual 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
Returns a set with the entries contained in this configuration-based map.
environment - Variable in class org.apache.commons.configuration.EnvironmentConfiguration
Stores the environment properties.
EnvironmentConfiguration - Class in org.apache.commons.configuration
A Configuration implementation that reads the platform specific environment variables.
EnvironmentConfiguration() - Constructor for class org.apache.commons.configuration.EnvironmentConfiguration
Constructor.
EOF - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
eol - Variable in exception org.apache.commons.configuration.plist.ParseException
The end of line string for this machine.
EQUAL - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
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 error org.apache.commons.configuration.plist.TokenMgrError
Indicates the reason why the exception is thrown.
errorListeners - Variable in class org.apache.commons.configuration.event.EventSource
A collection for the registered error listeners.
ESCAPE - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
Constant for the escaping character.
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
 
escapedDelimiter - Variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Stores the escaped property delimiter.
escapeDelimiters(String, char) - Static method in class org.apache.commons.configuration.PropertyConverter
Escapes the delimiters that might be contained in the given string.
escapeDelimiters(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Escapes the delimiters in the specified string.
escapedPosition(String, int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Checks if a delimiter at the specified position is escaped.
escapeKey(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Escape the separators in the key.
escapeOffset() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Determines the relative offset of an escaped delimiter in relation to a delimiter.
escapeValue(Object) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Escapes the given property value.
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_ERR_LOAD_OPTIONAL - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the type of error events caused by optional configurations that cannot be loaded.
EVENT_READ_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
Constant for the get property event type.
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.
EVENT_SUBNODE_CHANGED - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
Constant for the subnode configuration modified event.
EventSource - Class in org.apache.commons.configuration.event
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.
exception - Variable in class org.apache.commons.configuration.ConfigurationXMLReader
Stores an exception that occurred during parsing.
exitNoReload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Leaves the "No reloading mode".
ExpandBuff(boolean) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.commons.configuration.plist.ParseException
Each entry in this array is an array of integers.
expressionEngine - Variable in class org.apache.commons.configuration.HierarchicalConfiguration
Stores the expression engine for this instance.
expressionEngine - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Stores a reference to the associated expression engine.
ExpressionEngine - Interface in org.apache.commons.configuration.tree
Definition of an interface for evaluating keys for hierarchical configurations.
EXT_XML - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the XML file extension.
extractComment(List, int, int) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Extracts a comment string from the given range of the specified comment lines.
extractProperties14() - Method in class org.apache.commons.configuration.EnvironmentConfiguration
Extracts environment properties on a JRE < 1.5.
extractProperties15() - Method in class org.apache.commons.configuration.EnvironmentConfiguration
Extracts environment properties on a JR >= 1.5.
extractPropertiesFromCollection(Collection) - Method in class org.apache.commons.configuration.EnvironmentConfiguration
An internally used method for processing a collection with environment entries.

F

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.
fetchBeanClass(BeanDeclaration, Class, BeanFactory) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Determines the class of the bean to be created.
fetchBeanFactory(BeanDeclaration) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Obtains the bean factory to use for creating the specified bean.
fetchChildConfigs(ConfigurationNode) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Returns a list with SubnodeConfiguration objects for the child nodes of the specified configuration node.
fetchChildConfigs(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Returns a list with SubnodeConfiguration objects for the child nodes of the node specified by the given key.
fetchClass(String) - Method in class org.apache.commons.configuration.interpol.ConstantLookup
Loads the class with the specified name.
fetchConfigurationClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Returns the configuration class supported by this provider.
fetchDefaultClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Returns the default class object, no matter whether it was defined as a class or as a class name.
fetchLayoutData(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns a layout data object for the specified key.
fetchLookupForPrefix(String) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Obtains the lookup object for the specified prefix.
fetchMatchingClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Returns the matching class object, no matter whether it was defined as a class or as a class name.
fetchNodeList(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Fetches a list of nodes, which are selected by the specified key.
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.
fetchNoPrefixLookup() - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Returns the lookup object to be used for variables without a prefix.
fetchTopLevelOverrideConfigs() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Finds the override configurations that are defined as top level elements in the configuration definition file.
FIELD_SEPRATOR - Static variable in class org.apache.commons.configuration.interpol.ConstantLookup
Constant for the field separator.
FileChangedReloadingStrategy - Class in org.apache.commons.configuration.reloading
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 in org.apache.commons.configuration
A persistent configuration loaded and saved to a file.
fileExtension - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Stores the file extension to be checked against.
fileFromURL(URL) - Static method in class org.apache.commons.configuration.ConfigurationUtils
Tries to convert the specified URL to a file object.
fileFromURL(URL) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Helper method for transforming a URL into a file object.
fileName - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Stores the file name.
FillBuff() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
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.
findNextIndices() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Helper method for determining the next indices.
findNextIndices() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Helper method for determining the next indices.
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.
findSourceConfiguration(ConfigurationNode) - Method in class org.apache.commons.configuration.CombinedConfiguration
Determines the configuration that owns the specified node.
findStartIndex(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorChildren
Determines the start position of the iteration.
findTextNodeForUpdate() - Method in class org.apache.commons.configuration.XMLConfiguration.XMLNode
Returns the only text node of this element for update.
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.
fireError(int, String, Object, Throwable) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
 
fireError(int, String, Object, Throwable) - Method in class org.apache.commons.configuration.event.EventSource
Creates an error event object and delivers it to all registered error listeners.
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.
first - Variable in class org.apache.commons.configuration.plist.PropertyListParser.JJCalls
 
forceReloadCheck - Variable in class org.apache.commons.configuration.CombinedConfiguration
A flag whether an enhanced reload check is to be performed.
forceSingleLine - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout
Stores the force single line flag.
format - Static variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
The standard format of dates in plist files.
formatComponent(StringBuffer, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateComponentParser
Formats a date component.
formatComponent(StringBuffer, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateFieldParser
 
formatComponent(StringBuffer, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateSeparatorParser
 
formatComponent(StringBuffer, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateTimeZoneParser
 
formatDate(Calendar) - Static method in class org.apache.commons.configuration.plist.PropertyListConfiguration
Returns a string representation for the date specified by the given calendar.
formatDate(Date) - Static method in class org.apache.commons.configuration.plist.PropertyListConfiguration
Returns a string representation for the specified date.
formatValue(String) - Method in class org.apache.commons.configuration.INIConfiguration
Add quotes around the specified value if it contains a comment character.

G

gen - Variable in class org.apache.commons.configuration.plist.PropertyListParser.JJCalls
 
generateParseException() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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
 
get(Object) - Method in class org.apache.commons.configuration.ConfigurationMap
Returns the value of the specified key.
get(Class, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an object of the specified type associated with the given configuration key.
get(Class, String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
Get an object of the specified type associated with the given configuration key.
getArray(Class, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of typed objects associated with the given configuration key.
getArray(Class, String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of typed objects associated with the given configuration key.
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.
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.
getAttributeStart() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Returns the attribute start marker.
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
Returns the base path.
getBaseValue() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns this node's base value.
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.
getBeanClassName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Returns the bean's class name.
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.
getBeanFactoryName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
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
 
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
 
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.
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
 
getByte(String, byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getByte(String, Byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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.
getCause() - Method in class org.apache.commons.configuration.event.ConfigurationErrorEvent
Returns the cause of this error event.
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(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns the comment for the specified property key.
getComment() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Returns the comment for this property.
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.beanutils.XMLBeanDeclaration
Returns the configuration object this bean declaration is based on.
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.
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.
getConfigurationClassName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Returns the name of the configuration class 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.
getConnection() - Method in class org.apache.commons.configuration.DatabaseConfiguration
Deprecated. Use a custom data source to change the connection used by the class. To be removed in Commons Configuration 2.0
getContentHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the actually set content handler.
getContext(List, Context) - Method in class org.apache.commons.configuration.JNDIConfiguration
Because JNDI is based on a tree configuration, we need to filter down the tree, till we find the Context specified by the key to start from.
getContext() - Method in class org.apache.commons.configuration.JNDIConfiguration
Return the initial context used by this configuration.
getDatasource() - Method in class org.apache.commons.configuration.DatabaseConfiguration
Returns the used DataSource object.
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 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.
getDefaultBeanClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBeanFactory
Returns the default class for this bean factory.
getDefaultBeanFactory() - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns the default bean factory.
getDefaultDateFormat() - Method in class org.apache.commons.configuration.DataConfiguration
Returns the date format specified by the user in the DATE_FORMAT_KEY property, or the default format otherwise.
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.
getDefaultLookup() - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Returns the default lookup object.
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
 
getDouble(String, double) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getDouble(String, Double) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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.
getDTDHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Returns the DTD handler.
getDynaClass() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
getDynaProperties() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
getDynaProperty(String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
getElement(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Helper method for accessing the element of the specified node.
getEmptyConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationBuilderProvider
Returns an empty configuration in case of an optional configuration could not be created.
getEmptyConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Returns an uninitialized configuration of the represented type.
getEmptyConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
Returns an uninitialized file configuration.
getEmptyConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.XMLConfigurationProvider
Returns a new empty configuration instance.
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.
getErrorListeners() - Method in class org.apache.commons.configuration.event.EventSource
Returns a collection with all configuration error listeners that are currently registered at this object.
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
 
getFloat(String, float) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getFloat(String, Float) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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.
GetImage() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
getImmediateNode() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Returns the immediate node.
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.
getInMemoryConfiguration() - Method in class org.apache.commons.configuration.CompositeConfiguration
Returns the "in memory configuration".
getInt(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getInt(String, int) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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
 
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.
getInterpolator() - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns the ConfigurationInterpolator object that manages the lookup objects for resolving variables.
getKey() - Method in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.Entry
 
getKeyList() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
Returns the list with all defined keys.
getKeys(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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
 
getKeys(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
 
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.DatabaseConfiguration
Returns an iterator with the names of all properties contained in this configuration.
getKeys() - Method in class org.apache.commons.configuration.DataConfiguration
 
getKeys() - Method in class org.apache.commons.configuration.EnvironmentConfiguration
Get the list of the keys contained in the configuration.
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
 
getKeys() - Method in class org.apache.commons.configuration.SubsetConfiguration
 
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.
getList(String, List) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getList(String, List) - Method in class org.apache.commons.configuration.CompositeConfiguration
 
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.
getList(Class, String) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of typed objects associated with the given configuration key.
getList(Class, String, List) - Method in class org.apache.commons.configuration.DataConfiguration
Get a list of typed objects associated with the given configuration key.
getListDelimiter() - Method in class org.apache.commons.configuration.AbstractConfiguration
Retrieve the delimiter for this configuration.
getListDelimiter() - Method in class org.apache.commons.configuration.SubsetConfiguration
Returns the list delimiter.
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.
getLogger() - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns the logger used by this configuration object.
getLong(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getLong(String, long) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getLong(String, Long) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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 exception 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 error 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.beanutils.ConfigurationDynaClass
 
getName() - Method in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Returns the configuration's name.
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.PropertyListParser
 
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.
getPrimitiveArray(Class, String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
Get an array of primitive values associated with the given configuration key.
getProperties(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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.CombinedConfiguration
Returns the value of the specified property.
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.DatabaseConfiguration
Returns the value of the specified property.
getProperty(String) - Method in class org.apache.commons.configuration.DataConfiguration
 
getProperty(String) - Method in class org.apache.commons.configuration.EnvironmentConfiguration
Gets a property from the configuration.
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
 
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.event.ConfigurationEvent
Returns the name of the affected property.
getPropertyName() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Returns the name of the last read property.
getPropertyValue() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
Returns the value of the affected property if available.
getPropertyValue() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Returns the value of the last read property.
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.
getRegisteredEntities() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns a map with the entity IDs that have been registered using the registerEntityId() method.
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.ConfigData
Returns the root node for this child configuration.
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.
getRootNode() - Method in class org.apache.commons.configuration.SubnodeConfiguration
Returns the root node for this configuration.
getSections() - Method in class org.apache.commons.configuration.INIConfiguration
Return a set containing the sections in this ini configuration.
getShort(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getShort(String, short) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
getShort(String, Short) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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.
getSource(String) - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns the configuration source, in which the specified key is defined.
getSource(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
Returns the configuration source, in which the specified key is defined.
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
 
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.
getStringArray(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
 
getStringArray(String) - Method in interface org.apache.commons.configuration.Configuration
Get an array of strings associated with the given configuration key.
getSubnodeKey() - Method in class org.apache.commons.configuration.SubnodeConfiguration
Returns the key that was used to construct this configuration.
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.
getSubstitutor() - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns the object that is responsible for variable interpolation.
GetSuffix(int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
getSystemID() - Method in class org.apache.commons.configuration.XMLConfiguration
Returns the system ID of the DOCTYPE declaration from the loaded XML document.
getToken(int) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
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.ConfigurationMap.ConfigurationSet.Entry
 
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.
globalLookups - Static variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
A map with the globally registered lookup objects.

H

handleDelimiters(Object) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Takes care of list delimiters in property values.
handleDelimiters(HierarchicalConfiguration.Node, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.XMLConfiguration
Deals with elements whose value is a list.
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.
hasDelimiter() - Method in class org.apache.commons.configuration.ConfigurationKey
Helper method that checks if the actual buffer ends with a property delimiter.
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.
hasIndex - Variable in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Stores a flag if the actual property has an index.
hasIndex() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns a flag if the current key has an associated index.
hasIndex - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Stores a flag if the actual property has an index.
hasIndex() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns a flag if the current key has an associated index.
hasLeadingDelimiter(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Helper method that checks if the specified key starts with a property delimiter.
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.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
hasNext() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Checks if there is a next element.
hasTrailingDelimiter(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Helper method that checks if the specified key ends with a property delimiter.
headerComment - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout
Stores the header comment.
HEX_PREFIX - Static variable in class org.apache.commons.configuration.PropertyConverter
Constant for the prefix of hex numbers.
HEX_RADIX - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
Constant for the radix of hex numbers.
HEX_RADIX - Static variable in class org.apache.commons.configuration.PropertyConverter
Constant for the radix of hex numbers.
HEXA - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
HierarchicalConfiguration - Class in org.apache.commons.configuration
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(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration
Creates a new instance of HierarchicalConfiguration and copies all data contained in the specified configuration into the new one.
HierarchicalConfiguration.BuilderVisitor - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
A specialized visitor that checks if a node is defined.
HierarchicalConfiguration.DefinedVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.DefinedVisitor
 
HierarchicalConfiguration.Node - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
Deprecated. This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.
HierarchicalXMLConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalXMLConfiguration
Deprecated.  

I

image - Variable in class org.apache.commons.configuration.plist.Token
The string image of the token.
implicitBasePath - Variable in class org.apache.commons.configuration.ConfigurationFactory
The implicit base path for included files.
inBuf - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
include - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
This is the name of the property that can point to other properties file for including other properties files.
includesAllowed - Variable in class org.apache.commons.configuration.PropertiesConfiguration
Allow file inclusion or not
inCommentElement - Variable in class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
Indicates that a comment is being parsed.
INDENT_SIZE - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Size of the indentation for the generated file.
INDENT_SIZE - Static variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Size of the indentation for the generated file.
INDEX_END - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for an index end marker.
INDEX_START - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for an index start marker.
indexEnd - Variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
stores the index end marker.
indexStart - Variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Stores the index start marker.
indexValue - Variable in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Stores the index of the actual property if there is one.
indexValue - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Stores the index of the actual property if there is one.
inEntryElement - Variable in class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
Indicates that an entry is being parsed.
INIConfiguration - Class in org.apache.commons.configuration
An initialization or ini file is a configuration file tpically found on Microsoft's Windows operating system and contains data for Windows based applications.
INIConfiguration() - Constructor for class org.apache.commons.configuration.INIConfiguration
Create a new empty INI Configuration.
INIConfiguration(String) - Constructor for class org.apache.commons.configuration.INIConfiguration
Create and load the ini configuration from the given file.
INIConfiguration(File) - Constructor for class org.apache.commons.configuration.INIConfiguration
Create and load the ini configuration from the given file.
INIConfiguration(URL) - Constructor for class org.apache.commons.configuration.INIConfiguration
Create and load the ini configuration from the given url.
init() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
 
init() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
init() - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
 
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.beanutils.DefaultBeanFactory
Initializes the newly created bean instance.
initBeanInstance(Object, BeanDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
Initializes the 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.
initDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Helper method for initializing the file configuration delegate.
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.
INITIAL_SIZE - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for the initial StringBuffer size.
INITIAL_SIZE - Static variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Constant for the initial StringBuffer size.
initialize() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Initializes this instance, mainly the internally used delegate object.
initListeners() - Method in class org.apache.commons.configuration.event.EventSource
Initializes the collections for storing registered event listeners.
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.
initProperty(Object, String, Object) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Sets a property on the given bean using Common Beanutils.
initReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Helper method for initializing the reloading strategy.
initSubnodeConfiguration(SubnodeConfiguration) - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Initializes the internally managed subnode configuration.
initSubNodeList(List) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Initializes the list of sub nodes for the iteration.
initSubNodes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Helper method for initializing the sub nodes objects.
inMemoryConfiguration - Variable in class org.apache.commons.configuration.CompositeConfiguration
Configuration that holds in memory stuff.
input_stream - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
inputStream - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
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.
INSTANCE - Static variable in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
Stores the default instance of this class.
INTERNET_ADDRESS_CLASSNAME - Static variable in class org.apache.commons.configuration.PropertyConverter
The fully qualified name of javax.mail.internet.InternetAddress
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.beanutils.XMLBeanDeclaration
Performs interpolation for the specified 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(Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
 
interpolate(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
 
interpolatedConfiguration() - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns a configuration with the same content as this configuration, but with all variables replaced by their actual values.
interpolatedConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Returns a configuration with the same content as this configuration, but with all variables replaced by their actual values.
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
INVALID_LEXICAL_STATE - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
Tried to change to an invalid lexical state.
invalidate() - Method in class org.apache.commons.configuration.CombinedConfiguration
Invalidates this combined configuration.
invalidPath(String, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Helper method for throwing an exception about an invalid path.
InvariantReloadingStrategy - Class in org.apache.commons.configuration.reloading
A strategy that never triggers a reloading.
InvariantReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
 
isAttribute() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Returns a flag if the current key is an attribute.
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.
isAttributeEmulatingMode() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Returns a flag whether attributes are marked the same way as normal property keys.
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.
isAttributeNode(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
Checks if the specified node is an attribute node.
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) - Method in class org.apache.commons.configuration.INIConfiguration
Determine if the given line is a comment line.
isCommentLine(String) - Static method in class org.apache.commons.configuration.PropertiesConfiguration
Tests whether a line is a comment, i.e.
isCommentLine(String) - Static method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Tests whether a line is a comment, i.e.
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.
isDelimiterParsingDisabled() - Method in class org.apache.commons.configuration.SubsetConfiguration
Returns a flag whether string properties should be checked for list delimiter characters.
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.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
 
isEmpty() - Method in interface org.apache.commons.configuration.Configuration
Check if the configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.DatabaseConfiguration
Checks if this configuration is empty.
isEmpty() - Method in class org.apache.commons.configuration.DataConfiguration
 
isEmpty() - Method in class org.apache.commons.configuration.EnvironmentConfiguration
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
 
isEmpty() - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
Checks if this configuration is empty.
isEnum(Class) - Static method in class org.apache.commons.configuration.PropertyConverter
Calls Class.isEnum() on Java 5, returns false on older JRE.
isForceCreate() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Returns a flag whether this configuration should always be created and added to the resulting combined configuration.
isForceReloadCheck() - Method in class org.apache.commons.configuration.CombinedConfiguration
Returns a flag whether an enhanced reload check must be performed.
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.
isReservedNode(ConfigurationNode) - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Checks if the specified node is reserved and thus should be ignored.
isReservedNode(ConfigurationNode) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
Checks whether the given node is reserved.
isSectionLine(String) - Method in class org.apache.commons.configuration.INIConfiguration
Determine if the given line is a section.
isSingleLine(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
Returns a flag whether the specified property is defined on a single line.
isSingleLine() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Returns the single line flag.
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.
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

JAR_PROTOCOL - Static variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Constant for the jar URL protocol.
JAVA_VERSION_1_5 - Static variable in class org.apache.commons.configuration.PropertyConverter
Constant for the Java version 1.5.
jj_2_1(int) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_2_rtns - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3_1() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_10() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_11() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_12() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_13() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_14() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_15() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_3() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_4() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_5() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_6() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_7() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_8() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_3R_9() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_add_error_token(int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_consume_token(int) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_endpos - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_expentries - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_expentry - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_gc - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_gen - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_input_stream - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_kind - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_la - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_la1 - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_la1_0 - Static variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_la1_0() - Static method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_lastpos - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_lasttokens - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_ls - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_nt - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_ntk - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_ntk() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_rescan - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_rescan_token() - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_save(int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_scan_token(int) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_scanpos - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jj_semLA - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
jjAddStates(int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjbitVec0 - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjCheckNAdd(int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjCheckNAddStates(int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjFillToken() - Method 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
 
jjMoveNfa_0(int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method 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
 
jjrounds - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjstateSet - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method 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
 
JNDI_PROVIDER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the provider for JNDI sources.
JNDIConfiguration - Class in org.apache.commons.configuration
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.

K

key - Variable in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.Entry
The key of the map entry.
key - Variable in class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
The key of the current entry being parsed.
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_OVERRIDE - 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.
keyBuffer - Variable in class org.apache.commons.configuration.ConfigurationKey
Holds a buffer with the so far created key.
keyBuffer - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Holds a buffer with the so far created key.
keyColumn - Variable in class org.apache.commons.configuration.DatabaseConfiguration
The column containing the keys.
keyList - Variable in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
Stores the list to be filled.
keys - Variable in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
An iterator over the keys in the configuration.
kind - Variable in class org.apache.commons.configuration.plist.Token
An integer that describes the kind of this token.

L

lastChecked - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
The last time the file was checked for changes.
lastModified - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
The last time the configuration file was modified.
layout - Variable in class org.apache.commons.configuration.PropertiesConfiguration
Stores the layout object.
layoutData - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout
Stores a map with the contained layout information.
length() - Method in class org.apache.commons.configuration.ConfigurationKey
Returns the actual length of this configuration key.
length - Variable in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateFieldParser
Stores the length of this field.
length() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Returns the actual length of this configuration key.
LETTER - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
LEXICAL_ERROR - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
Lexical error occured.
LexicalError(boolean, int, int, int, String, char) - Static method in error 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.
lexStateNames - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
line - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
LINE_SEPARATOR - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
Constant for the platform specific line separator.
list - Variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
The list of values in the array.
LIST_ESC_CHAR - Static variable in class org.apache.commons.configuration.PropertyConverter
Constant for the list delimiter as char.
LIST_ESCAPE - Static variable in class org.apache.commons.configuration.PropertyConverter
Constant for the list delimiter escaping character as string.
listDelimiter - Variable in class org.apache.commons.configuration.AbstractConfiguration
Delimiter used to convert single values to lists
listDelimiter - Variable in class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Stores the list delimiter.
listeners - Variable in class org.apache.commons.configuration.event.EventSource
A collection for the registered event listeners.
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.INIConfiguration
Load the configuration from the given reader.
load(Reader) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
 
load(Reader) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
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(InputSource) - Method in class org.apache.commons.configuration.XMLConfiguration
Loads a configuration file from the specified input source.
load(InputStream) - Method in class org.apache.commons.configuration.XMLConfiguration.XMLFileConfigurationDelegate
 
load(Reader) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
 
loadClass(String, Class) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns a java.lang.Class object for the specified name.
loadClass(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Loads the class with the specified name dynamically.
loadCounter - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout
A counter for determining nested load calls.
loadIncludeFile(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
Helper method for loading an included properties file.
localLookups - Variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
A map with the locally registered lookup objects.
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.
log - Variable in class org.apache.commons.configuration.AbstractConfiguration
Stores the logger.
log - Static variable in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
The logger.
log - Static variable in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
The logger.
log - Static variable in class org.apache.commons.configuration.ConfigurationFactory
static logger
log - Static variable in class org.apache.commons.configuration.ConfigurationUtils
The logger.
log - Variable in class org.apache.commons.configuration.interpol.ConstantLookup
The logger.
log - Variable in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
The logger.
lookingAhead - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
lookup(String) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Resolves the specified variable.
lookup(String) - Method in class org.apache.commons.configuration.interpol.ConstantLookup
Tries to resolve the specified variable.
LOOP_DETECTED - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.

M

makeSingleLineValue(List) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Transforms a list of values into a single line value.
ManagedReloadingStrategy - Class in org.apache.commons.configuration.reloading
A strategy to reload configuration based on management requests.
ManagedReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
 
ManagedReloadingStrategyMBean - Interface in org.apache.commons.configuration.reloading
MBean definition for managing configuration reload.
map - Variable in class org.apache.commons.configuration.MapConfiguration
The Map decorated by this configuration.
MapConfiguration - Class in org.apache.commons.configuration
A Map based Configuration.
MapConfiguration(Map) - Constructor for class org.apache.commons.configuration.MapConfiguration
Create a Configuration decorator around the specified Map.
matchingClass - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Stores the class to be created when the file extension matches.
matchingClassName - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileExtensionConfigurationProvider
Stores the name of the class to be created when the file extension matches.
maxNextCharInd - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
METH_LOAD - Static variable in class org.apache.commons.configuration.ConfigurationFactory
Constant for the load method.
METHOD_CLONE - Static variable in class org.apache.commons.configuration.ConfigurationUtils
Constant for the name of the clone() method.
METHOD_NAME - Static variable in class org.apache.commons.configuration.EnvironmentConfiguration
Constant for the name of the getenv() method.
MILLIS_PER_MINUTE - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the milliseconds of a minute.
MINUTES_PER_HOUR - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the minutes per hour.

N

name - Variable in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Stores the name under which the configuration is stored.
name - Variable in class org.apache.commons.configuration.DatabaseConfiguration
The name of the configuration.
name - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Stores the name of this node.
nameColumn - Variable in class org.apache.commons.configuration.DatabaseConfiguration
The column containing the name of the configuration.
namedConfigurations - Variable in class org.apache.commons.configuration.CombinedConfiguration
Stores a map with the named configurations.
namedNodes - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Stores a map for accessing subnodes by name.
newInstance() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
 
newNodeName - Variable in class org.apache.commons.configuration.tree.NodeAddData
Stores the name of the new node.
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() - Method in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
next - Variable in class org.apache.commons.configuration.plist.PropertyListParser.JJCalls
 
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.
nextDelimiterPos(String, int, int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Searches the next unescaped delimiter from the given position.
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.
nextKeyPart() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Helper method for extracting the next key part.
nextKeyPart() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Helper method for extracting the next key part.
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.
node - Variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Stores the configuration node that contains the bean declaration.
node - Variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
Stores the associated configuration node.
NODE_PATH_DELIMITERS - Static variable in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Constant for the delimiters for splitting node paths.
NodeAddData - Class in org.apache.commons.configuration.tree
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 - Variable in class org.apache.commons.configuration.CombinedConfiguration
Stores the combiner.
NodeCombiner - Class in org.apache.commons.configuration.tree
A base class for node combiner implementations.
NodeCombiner() - Constructor for class org.apache.commons.configuration.tree.NodeCombiner
Creates a new instance of NodeCombiner.
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.
nodeName(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader.SAXVisitor
Helper method for determining the name of a node.
nodes - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
Stores a list for the sub nodes.
noReload - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
A counter that prohibits reloading.
NS_URI - Static variable in class org.apache.commons.configuration.ConfigurationXMLReader
Constant for the namespace URI.

O

offset - Variable in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateFieldParser
An optional offset to add to the calendar field.
openElements(ConfigurationKey, ConfigurationKey, Configuration, Set) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Fires all necessary element start events for the specified key.
optional - Variable in class org.apache.commons.configuration.ConfigurationFactory.CallOptionalMethodRule
A flag whether the optional attribute is set for this node.
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.interpol - package org.apache.commons.configuration.interpol
A package with helper classes used for interpolation (variable substitution).
org.apache.commons.configuration.plist - package org.apache.commons.configuration.plist
Configuration classes supporting NeXT / OpenStep /GNUStep 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.
OverrideCombiner - Class in org.apache.commons.configuration.tree
A concrete combiner implementation that is able to construct an override combination.
OverrideCombiner() - Constructor for class org.apache.commons.configuration.tree.OverrideCombiner
 

P

PAD_CHAR - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the padding character in the date format.
padNum(StringBuffer, int, int) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateComponentParser
Adds a number to the given string buffer and adds leading '0' characters until the given length is reached.
parent - Variable in class org.apache.commons.configuration.SubnodeConfiguration
Stores the parent configuration.
parent - Variable in class org.apache.commons.configuration.SubsetConfiguration
The parent configuration.
parent - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Stores a reference to this node's parent.
parent - Variable in class org.apache.commons.configuration.tree.NodeAddData
Stores the parent node of the add operation.
parent - Variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Stores the parent node pointer.
parentKeys - Variable in class org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
A stack with the keys of the already processed nodes.
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
 
parseAt(String) - Method in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Splits the at path into its components.
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateComponentParser
Parses a component from the given input string.
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateFieldParser
 
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateSeparatorParser
 
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateTimeZoneParser
 
parseConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Parses the configuration object and generates SAX events.
parseDate(String) - Static method in class org.apache.commons.configuration.plist.PropertyListConfiguration
Parses a date in a format like <*D2002-03-22 11:30:00 +0100>.
parseDate(String) - Method in class org.apache.commons.configuration.plist.PropertyListParser
Parse a date formatted as <*D2002-03-22 11:30:00 +0100>
ParseException - Exception in org.apache.commons.configuration.plist
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.commons.configuration.plist.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception 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 exception org.apache.commons.configuration.plist.ParseException
 
parseProperty(String) - Static method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Parse a property line and return the key and the value in an array.
parseValue(String) - Method in class org.apache.commons.configuration.INIConfiguration
Parse the value to remove the quotes and ignoring the comment.
partsEqual(ConfigurationKey.KeyIterator, ConfigurationKey.KeyIterator) - Static method in class org.apache.commons.configuration.ConfigurationKey
Helper method for comparing two key parts.
PATH_DELIMITER - Static variable in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
Constant for the path delimiter.
pathNodes - Variable in class org.apache.commons.configuration.tree.NodeAddData
Stores a list with nodes that are on the path between the parent node and the new node.
peek() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Return the node on the top of the stack.
PLIST_PROVIDER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the provider for plist files.
pop() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Remove and return the node on the top of the stack.
position - Variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Stores the current position.
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.JNDIConfiguration
The prefix of the context.
prefix - Variable in class org.apache.commons.configuration.SubsetConfiguration
The prefix used to select the properties.
PREFIX_CONSTANTS - Static variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Constant for the prefix of the standard lookup object for resolving constant values.
PREFIX_SEPARATOR - Static variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Constant for the prefix separator.
PREFIX_SYSPROPERTIES - Static variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Constant for the prefix of the standard lookup object for resolving system properties.
prefixSet() - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Returns a set with the prefixes, for which lookup objects are registered at this instance.
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
 
printNode(PrintWriter, int, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
Append a node to the writer, indented according to a specific level.
printNode(PrintWriter, int, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Append a node to the writer, indented according to a specific level.
printValue(PrintWriter, int, Object) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
Append a value to the writer, indented according to a specific level.
printValue(PrintWriter, int, Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Append a value to the writer, indented according to a specific level.
process(Configuration) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Processes the specified configuration object.
processAttributes(HierarchicalConfiguration.Node, Element, boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
Helper method for constructing node objects for the attributes of the given XML element.
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.
processNodeAddData(NodeAddData) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Helper method for processing a node add data object obtained from the expression engine.
processSubNodes(DefaultConfigurationKey.KeyIterator, List, Collection) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Called by findNodesForKey() to process the sub nodes of the current node depending on the type of the current key part (children, attributes, or both).
PROP_RELOAD_CHECK - Static variable in class org.apache.commons.configuration.CombinedConfiguration
Constant for the name of the property used for the reload check.
PROPERTIES_PROVIDER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the provider for properties files.
PropertiesConfiguration - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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 in org.apache.commons.configuration
This class is used to write properties lines.
PropertiesConfiguration.PropertiesWriter(Writer, char) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Constructor.
PropertiesConfigurationLayout - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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
 
PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
Constant for the property delimiter.
PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration.ConfigurationKey
Constant for a property delimiter.
PropertyConverter - Class in org.apache.commons.configuration
A utility class to convert the configuration properties into any type.
PropertyConverter() - Constructor for class org.apache.commons.configuration.PropertyConverter
Private constructor prevents instances from being created.
propertyDelimiter - Variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
Stores the property delimiter.
PropertyListConfiguration - Class in org.apache.commons.configuration.plist
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(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
Creates a new instance of PropertyListConfiguration and copies the content of the specified configuration into this object.
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.
PropertyListConfiguration.DateComponentParser - Class in org.apache.commons.configuration.plist
A helper class for parsing and formatting date literals.
PropertyListConfiguration.DateComponentParser() - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration.DateComponentParser
 
PropertyListConfiguration.DateFieldParser - Class in org.apache.commons.configuration.plist
A specialized date component parser implementation that deals with numeric calendar fields.
PropertyListConfiguration.DateFieldParser(int, int) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration.DateFieldParser
Creates a new instance of DateFieldParser.
PropertyListConfiguration.DateFieldParser(int, int, int) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration.DateFieldParser
Creates a new instance of DateFieldParser and fully initializes it.
PropertyListConfiguration.DateSeparatorParser - Class in org.apache.commons.configuration.plist
A specialized date component parser implementation that deals with separator characters.
PropertyListConfiguration.DateSeparatorParser(String) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration.DateSeparatorParser
Creates a new instance of DateSeparatorParser and sets the separator string.
PropertyListConfiguration.DateTimeZoneParser - Class in org.apache.commons.configuration.plist
A specialized date component parser implementation that deals with the time zone part of a date component.
PropertyListConfiguration.DateTimeZoneParser() - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration.DateTimeZoneParser
 
PropertyListParser - Class in org.apache.commons.configuration.plist
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
 
PropertyListParser(PropertyListParserTokenManager) - Constructor for class org.apache.commons.configuration.plist.PropertyListParser
 
PropertyListParser.JJCalls - Class in org.apache.commons.configuration.plist
 
PropertyListParser.JJCalls() - Constructor for class org.apache.commons.configuration.plist.PropertyListParser.JJCalls
 
PropertyListParser.LookaheadSuccess - Error in org.apache.commons.configuration.plist
 
PropertyListParser.LookaheadSuccess() - Constructor for error org.apache.commons.configuration.plist.PropertyListParser.LookaheadSuccess
 
PropertyListParserConstants - Interface in org.apache.commons.configuration.plist
 
PropertyListParserTokenManager - Class in org.apache.commons.configuration.plist
 
PropertyListParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
PropertyListParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
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.
propertyName - Variable in class org.apache.commons.configuration.event.ConfigurationEvent
Stores the property name.
propertyName - Variable in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Stores the name of the last read property.
propertyValue - Variable in class org.apache.commons.configuration.event.ConfigurationEvent
Stores the property value.
propertyValue - Variable in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Stores the value of the last read property.
PROTOCOL_FILE - Static variable in class org.apache.commons.configuration.ConfigurationUtils
Constant for the file URL protocol.
providerForTag(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Returns the configuration provider for the given tag.
providers - Variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Stores a map with the registered configuration providers.
publicID - Variable in class org.apache.commons.configuration.XMLConfiguration
Stores the public ID from the DOCTYPE.
push(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Put a node on the top of the stack.
put(Object, Object) - Method in class org.apache.commons.configuration.ConfigurationMap
Stores the value for the specified key.

Q

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.
QUOTE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
QUOTED_STRING - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
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

readChar() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
readProperty() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
Reads a property line.
recursiveGetKeys(Set, Context, String, Set) - Method in class org.apache.commons.configuration.JNDIConfiguration
This method recursive traverse the JNDI tree, looking for Context objects.
reference - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Stores the reference.
refresh() - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
Tells this strategy that the monitored configuration file should be refreshed.
refresh() - Method in interface org.apache.commons.configuration.reloading.ManagedReloadingStrategyMBean
Management method to force configuration reload.
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.
registerBeanFactory() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Registers the bean factory used by this class if necessary.
registerDefaultProviders() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
Registers the default configuration providers supported by this class.
registeredEntities - Variable in class org.apache.commons.configuration.XMLConfiguration
Stores a map with the registered public IDs.
registeredFactoryNames() - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
Returns a set with the names of all currently registered bean factories.
registerEntityId(String, URL) - Method in class org.apache.commons.configuration.XMLConfiguration
Registers the specified DTD URL for the specified public identifier.
registerGlobalLookup(String, StrLookup) - Static method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Registers the given lookup object for the specified prefix globally.
registerLookup(String, StrLookup) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Registers the given lookup object for the specified prefix at this instance.
registerSubnodeConfiguration(SubnodeConfiguration) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
Registers this instance at the given subnode configuration.
ReInit(InputStream) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
ReInit(Reader) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
ReInit(PropertyListParserTokenManager) - Method in class org.apache.commons.configuration.plist.PropertyListParser
 
ReInit(SimpleCharStream) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ReInit(Reader) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ReInit(InputStream) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 
ReInitRounds() - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
reload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
Performs a reload operation if necessary.
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 class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
 
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 - Variable in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
A flag whether a reload is required.
reloadingRequired() - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
Checks whether reloading is required.
reloadingRequired() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
Tell if the evaluation of the strategy requires to reload the configuration.
ReloadingStrategy - Interface in org.apache.commons.configuration.reloading
A strategy to decide if a configuration should be reloaded.
reloadLock - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
A lock object for protecting reload operations.
remove(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
 
remove() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Removes the current object in the iteration.
remove() - Method in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
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() - 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.
removeAttributeMarkers(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
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.
removeErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.event.EventSource
Removes the specified error listener so that it does not receive any further events caused by this object.
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.tree.DefaultConfigurationNode
Deals with the reference when a node is removed.
removeReference() - Method in class org.apache.commons.configuration.XMLConfiguration.XMLNode
Updates the associated XML elements when a node is removed.
removeTrailingDelimiter() - Method in class org.apache.commons.configuration.ConfigurationKey
Removes a trailing delimiter if there is any.
request - Variable in class org.apache.commons.configuration.web.ServletRequestConfiguration
Stores the wrapped request.
RESERVED_PREFIX - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
Constant for the prefix of reserved attributes.
resolveContainerStore(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
Returns an object from the store described by the key.
resolveEntity(String, String) - Method in class org.apache.commons.configuration.XMLConfiguration
Resolves the requested external entity.
resolveField(String, String) - Method in class org.apache.commons.configuration.interpol.ConstantLookup
Determines the value of the specified constant member field of a class.
RESOURCE_PATH_SEPARATOR - Static variable in class org.apache.commons.configuration.ConfigurationUtils
Constant for the resource path separator.
result - Variable in class org.apache.commons.configuration.HierarchicalConfiguration.CloneVisitor
Stores the result of the clone process.
reverse - Variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Stores the reverse flag.
reverseIterator(ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
Helper method for determining a reverse iterator for the specified key.
root - Variable in class org.apache.commons.configuration.HierarchicalConfiguration
Stores the root node of this configuration.
rootElementName - Variable in class org.apache.commons.configuration.XMLConfiguration
Stores the name of the root element.
rootName - Variable in class org.apache.commons.configuration.ConfigurationXMLReader
Stores the name for the root element.
rootNode - Variable in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
Stores the root node for this child configuration.
rootNode - Variable in class org.apache.commons.configuration.HierarchicalConfiguration
Stores the root configuration node.

S

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.
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.
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.INIConfiguration
Save the configuration to the specified writer.
save(Writer) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
 
save(Writer) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
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
 
SEC_ADDITIONAL - Static variable in class org.apache.commons.configuration.ConfigurationFactory
Constant for the additional section.
SEC_HEADER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the name of the header section.
SEC_OVERRIDE - Static variable in class org.apache.commons.configuration.ConfigurationFactory
Constant for the override section.
SEC_ROOT - Static variable in class org.apache.commons.configuration.ConfigurationFactory
Constant for the root element in the info file.
separator - Variable in class org.apache.commons.configuration.plist.PropertyListConfiguration.DateSeparatorParser
Stores the separator.
SEPARATOR_CHARS - Static variable in class org.apache.commons.configuration.INIConfiguration
The characters used to separate keys from values.
SEPARATORS - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
The list of possible key/value separators
serialVersionUID - Static variable in class org.apache.commons.configuration.CombinedConfiguration
The serial version ID.
serialVersionUID - Static variable in exception org.apache.commons.configuration.ConfigurationException
The serial version ID.
serialVersionUID - Static variable in class org.apache.commons.configuration.ConfigurationKey
The serial version ID.
serialVersionUID - Static variable in exception org.apache.commons.configuration.ConfigurationRuntimeException
The serial version ID.
serialVersionUID - Static variable in exception org.apache.commons.configuration.ConversionException
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.DataConfiguration
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.event.ConfigurationErrorEvent
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.event.ConfigurationEvent
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration.Node
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.HierarchicalXMLConfiguration
Deprecated. The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.SubnodeConfiguration
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointer
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.XMLConfiguration
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration.XMLConfiguration.XMLNode
The serial version UID.
ServletConfiguration - Class in org.apache.commons.configuration.web
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 in org.apache.commons.configuration.web
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 in org.apache.commons.configuration.web
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 in org.apache.commons.configuration.web
A configuration wrapper to read the parameters of a servlet request.
ServletRequestConfiguration(ServletRequest) - Constructor for class org.apache.commons.configuration.web.ServletRequestConfiguration
Create a ServletRequestConfiguration using the request parameters.
set(String, 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
Sets 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
Sets 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 class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
Sets the associated configuration.
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.
setConfigurationClassName(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
Sets the name of the configuration class 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.
setDebugStream(PrintStream) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
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 (",").
setDefaultLookup(StrLookup) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
Sets the default lookup object.
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.
setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.CompositeConfiguration
Sets a flag whether added values for string properties should be checked for the list delimiter.
setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.SubsetConfiguration
Sets a flag whether list parsing is disabled.
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.
setDTDHandler(DTDHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
Sets the DTD handler.
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.
setForceReloadCheck(boolean) - Method in class org.apache.commons.configuration.CombinedConfiguration
Sets the force reload check flag.
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.
setListDelimiter(char) - Method in class org.apache.commons.configuration.CompositeConfiguration
Sets the character that is used as list delimiter.
setListDelimiter(char) - Method in class org.apache.commons.configuration.SubsetConfiguration
Sets the list delimiter.
setLogger(Log) - Method in class org.apache.commons.configuration.AbstractConfiguration
Allows to set the logger to be used by this configuration object.
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
 
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.plist.PropertyListConfiguration
 
setProperty(String, Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
 
setProperty(String, Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
 
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.
setSubnodeKey(String) - Method in class org.apache.commons.configuration.SubnodeConfiguration
Sets the key to the root node of this subnode configuration.
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.
setupDigesterInstance(Digester, String, ObjectCreationFactory, String, boolean) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets up digester rules for a configuration to be loaded.
setupUnionRules(Digester, String) - Method in class org.apache.commons.configuration.ConfigurationFactory
Sets up rules for configurations in the additional section.
setURL(URL) - Method in 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.ConfigurationMap.ConfigurationSet.Entry
 
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.
setValue(Object) - Method in class org.apache.commons.configuration.XMLConfiguration.XMLNode
Sets the value of this node.
SimpleCharStream - Class in org.apache.commons.configuration.plist
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
 
singleLine - Variable in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
Stores the single line property.
size() - Method in class org.apache.commons.configuration.ConfigurationMap.ConfigurationSet
 
sourceURL - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Stores the URL from which the configuration file was loaded.
specialConstructor - Variable in exception 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.
stack - Variable in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
The stack of configuration nodes
START_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
start token
startElement(String, String, String, Attributes) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
 
startIndex - Variable in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
Stores the start index of the actual token.
startIndex - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
Stores the start index of the actual token.
startOffset - Variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Stores the start offset of the iterator.
STATIC_LEXER_ERROR - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
store - Variable in class org.apache.commons.configuration.BaseConfiguration
stores the configuration key-value pairs
strategy - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
Holds a reference to the reloading strategy.
StrictConfigurationComparator - Class in org.apache.commons.configuration
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
 
STRING - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
 
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.
SubnodeConfiguration - Class in org.apache.commons.configuration
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.
subnodeConfigurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
Reacts on changes of an associated subnode configuration.
subnodeConfigurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
This method is always called when a subnode configuration created from this configuration has been modified.
subnodeKey - Variable in class org.apache.commons.configuration.SubnodeConfiguration
Stores the key that was used to construct this configuration.
subNodes - Variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
Stores the list with the sub nodes.
subset(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
 
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
 
SubsetConfiguration - Class in org.apache.commons.configuration
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
substitutor - Variable in class org.apache.commons.configuration.AbstractConfiguration
Stores a reference to the object that handles variable interpolation.
SwitchTo(int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
 
SYSTEM_PROVIDER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the provider for system properties.
SystemConfiguration - Class in org.apache.commons.configuration
A configuration based on the system properties.
SystemConfiguration() - Constructor for class org.apache.commons.configuration.SystemConfiguration
Create a Configuration based on the system properties.
systemID - Variable in class org.apache.commons.configuration.XMLConfiguration
Stores the system ID from the DOCTYPE.

T

table - Variable in class org.apache.commons.configuration.DatabaseConfiguration
The name of the table containing the configurations.
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.
throwExceptionOnMissing - Variable in class org.apache.commons.configuration.AbstractConfiguration
Whether the configuration should throw NoSuchElementExceptions or simply return null when a property does not exist.
TIME_SEPARATOR_PARSER - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the separator parser for the time part.
TIME_ZONE_LENGTH - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the length of a time zone.
TIME_ZONE_PREFIX - Static variable in class org.apache.commons.configuration.plist.PropertyListConfiguration
Constant for the ID prefix for GMT time zones.
to(Class, Object, Object[]) - Static method in class org.apache.commons.configuration.PropertyConverter
Converts the specified value to the target class.
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.
toEnum(Object, Class) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified value into a Java 5 enum.
toFloat(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into a Float.
toInetAddress(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified value into an internet address.
toInteger(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified object into an Integer.
toInternetAddress(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
Convert the specified value into an email address.
toIterator(Object, char) - Static method in class org.apache.commons.configuration.PropertyConverter
Return an iterator over the simple values of a composite value.
token - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
Token - Class in org.apache.commons.configuration.plist
Describes the input token stream.
Token() - Constructor for class org.apache.commons.configuration.plist.Token
 
token_source - Variable in class org.apache.commons.configuration.plist.PropertyListParser
 
tokenBegin - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
 
tokenImage - Variable in exception 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
 
TokenMgrError - Error in org.apache.commons.configuration.plist
 
TokenMgrError() - Constructor for error org.apache.commons.configuration.plist.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.apache.commons.configuration.plist.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.commons.configuration.plist.TokenMgrError
 
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.
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.
type - Variable in class org.apache.commons.configuration.event.ConfigurationEvent
Stores the event type.

U

unescapeDelimiters(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
Unescapes the delimiters in the specified string.
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
 
UNICODE_LEN - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
Constant for the length of a unicode literal.
UnionCombiner - Class in org.apache.commons.configuration.tree
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
 
updateAttribute(HierarchicalConfiguration.Node, Element, String, char) - Static method in class org.apache.commons.configuration.XMLConfiguration.XMLBuilderVisitor
Helper method for updating the value of the specified node's attribute with the given name.
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.
updateAttribute() - Method in class org.apache.commons.configuration.XMLConfiguration.XMLNode
Updates the node's value if it represents an attribute.
updateElement(Object) - Method in class org.apache.commons.configuration.XMLConfiguration.XMLNode
Updates the node's value if it represents an element node.
updateLastModified() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
Update the last modified time.
UpdateLineColumn(char) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
 

V

validating - Variable in class org.apache.commons.configuration.XMLConfiguration
Stores a flag whether DTD validation should be performed.
value - Variable in class org.apache.commons.configuration.tree.DefaultConfigurationNode
Stores the value of this node.
value - Variable in class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
The value of the current entry being parsed.
valueColumn - Variable in class org.apache.commons.configuration.DatabaseConfiguration
The column containing the values.
VERSION_1_5 - Static variable in class org.apache.commons.configuration.EnvironmentConfiguration
Constant for the Java version 1.5.
ViewNode - Class in org.apache.commons.configuration.tree
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
 
WHITE_SPACE - Static variable in class org.apache.commons.configuration.PropertiesConfiguration
The white space characters used as key/value separators.
WILDCARD - Static variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorAttribute
Constant for the wildcard node name.
writeComment(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Write a comment.
writeln(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
Helper method for writing a line with the platform specific line ending.
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.
writeProperty(PrintWriter, String, Object) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
Write a property.
writeProperty(PrintWriter, String, List) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
Write a list property.

X

XML_PROVIDER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
Constant for the provider for XML files.
XMLBeanDeclaration - Class in org.apache.commons.configuration.beanutils
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 in org.apache.commons.configuration
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(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.XMLConfiguration
Creates a new instance of XMLConfiguration and copies the content of the passed in configuration into this object.
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 in org.apache.commons.configuration
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.XMLFileConfigurationDelegate - Class in org.apache.commons.configuration
A special implementation of the FileConfiguration interface that is used internally to implement the FileConfiguration methods for XMLConfiguration, too.
XMLConfiguration.XMLFileConfigurationDelegate() - Constructor for class org.apache.commons.configuration.XMLConfiguration.XMLFileConfigurationDelegate
 
XMLConfiguration.XMLNode - Class in org.apache.commons.configuration
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 in org.apache.commons.configuration
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.
XMLPropertiesConfiguration.XMLPropertiesHandler - Class in org.apache.commons.configuration
SAX Handler to parse a XML properties file.
XMLPropertiesConfiguration.XMLPropertiesHandler() - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration.XMLPropertiesHandler
 
XMLPropertyListConfiguration - Class in org.apache.commons.configuration.plist
Property list file (plist) in XML format as used by Mac OS X (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(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
Creates a new instance of XMLPropertyListConfiguration and copies the content of the specified configuration into this object.
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 in org.apache.commons.configuration.plist
Container for array elements.
XMLPropertyListConfiguration.ArrayNode() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
 
XMLPropertyListConfiguration.PListNode - Class in org.apache.commons.configuration.plist
Node extension with addXXX methods to parse the typed data passed by the SAX handler.
XMLPropertyListConfiguration.PListNode() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
 
XMLPropertyListConfiguration.XMLPropertyListHandler - Class in org.apache.commons.configuration.plist
SAX Handler to build the configuration nodes while the document is being parsed.
XMLPropertyListConfiguration.XMLPropertyListHandler(HierarchicalConfiguration.Node) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
XPathExpressionEngine - Class in org.apache.commons.configuration.tree.xpath
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