- 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
-
- 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.HierarchicalConfiguration
-
Adds a collection of nodes at the specified position of the configuration
tree.
- addPathNode(String) - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Adds the name of a path node.
- addProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Add a property to the configuration.
- 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.
- 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.HierarchicalConfiguration
-
Adds the property with the specified key.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
This operation is not supported and will throw an
UnsupportedOperationException.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.MapConfiguration
-
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Adds a key/value pair to the Configuration.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
-
Adds a property to this configuration.
- addRealValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Parse the specified string as a Double and add it to the values of the node.
- addTrueValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Add a boolean value 'true' to the values of the node.
- addValue(Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
-
Add an object to the array.
- addValue(Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Update the value of the node.
- 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.
- 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.
- 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
-
- 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.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.
- 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
-
Remove all properties from the configuration.
- clear() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
-
- clear() - Method in class org.apache.commons.configuration.BaseConfiguration
-
Remove all properties from the configuration.
- clear() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Clears this configuration.
- clear() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Remove all configuration reinitialize the in memory configuration.
- clear() - Method in interface org.apache.commons.configuration.Configuration
-
Remove all properties from the configuration.
- clear() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Removes all entries 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
-
- 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.HierarchicalConfiguration
-
Removes the property with the given key.
- clearProperty(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Removes the specified property.
- clearProperty(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Removes the specified property from this configuration.
- 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
-
Removes the specified property from this configuration.
- 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.
- closeElements(ConfigurationKey, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfigurationConverter
-
Fires all necessary element end events for the specified keys.
- closeQuietly(Connection, Statement) - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Close a Connection
and, Statement
.
- 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) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns a hierarchical subnode configuration object that wraps the
configuration 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.AbstractConfiguration
-
Check if the configuration contains the specified key.
- containsKey(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.BaseConfiguration
-
check if the configuration contains the key
- containsKey(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Check if the configuration contains the specified key.
- containsKey(String) - Method in interface org.apache.commons.configuration.Configuration
-
Check if the configuration contains the specified key.
- containsKey(String) - Method in class org.apache.commons.configuration.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.HierarchicalConfiguration
-
Checks if the specified key is contained in this configuration.
- containsKey(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Checks whether the specified key is contained in this configuration.
- containsKey(String) - Method in class org.apache.commons.configuration.MapConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Check if the configuration contains the specified key.
- containsKey(String) - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
-
Checks whether the specified key is stored in this configuration.
- 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.
- 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) - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Returns a hierarchical configuration object for the given sub node.
- 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.
- 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_FORMAT_KEY - Static variable in class org.apache.commons.configuration.DataConfiguration
-
The key of the property storing the user defined date format.
- 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.
- 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
- 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.
- 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.
- 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
-
Get a BigDecimal
associated with the given configuration key.
- getBigDecimal(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in interface org.apache.commons.configuration.Configuration
-
Get a BigDecimal
associated with the given configuration key.
- getBigDecimalArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of BigDecimals associated with the given
configuration key.
- getBigDecimalArray(String, BigDecimal[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of BigDecimals associated with the given
configuration key.
- getBigDecimalList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of BigDecimals associated with the given configuration key.
- getBigDecimalList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of BigDecimals associated with the given configuration key.
- getBigInteger(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a BigInteger
associated with the given configuration key.
- 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
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a Byte
associated with the given configuration key.
- getByte(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in interface org.apache.commons.configuration.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in interface org.apache.commons.configuration.Configuration
-
Get a Byte
associated with the given configuration key.
- getByteArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of byte primitives associated with the given
configuration key.
- getByteArray(String, byte[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of byte primitives associated with the given
configuration key.
- getByteList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Byte objects associated with the given configuration key.
- getByteList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Byte objects associated with the given configuration key.
- getCalendar(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, Calendar) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, Calendar, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendarArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, Calendar[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, Calendar[], String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, List, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCanonicalComment(String, boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the comment for the specified property key in a cononical form.
- getCanonicalHeaderComment(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the header comment of the represented properties file in a
canonical form.
- 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
-
Returns a Connection
object.
- 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
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a Double
associated with the given configuration key.
- getDouble(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in interface org.apache.commons.configuration.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in interface org.apache.commons.configuration.Configuration
-
Get a Double
associated with the given configuration key.
- getDoubleArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of double primitives associated with the given
configuration key.
- getDoubleArray(String, double[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of double primitives associated with the given
configuration key.
- getDoubleList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Double objects associated with the given
configuration key.
- getDoubleList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Double objects associated with the given
configuration key.
- 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.
- 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
-
Get a float associated with the given configuration key.
- getFloat(String, float) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a float associated with the given configuration key.
- getFloat(String, Float) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a Float
associated with the given configuration key.
- 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
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a int associated with the given configuration key.
- getInt(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in interface org.apache.commons.configuration.Configuration
-
Get a int associated with the given configuration key.
- getIntArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of int primitives associated with the given
configuration key.
- getIntArray(String, int[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of int primitives associated with the given
configuration key.
- getInteger(String, Integer) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get an Integer
associated with the given configuration key.
- 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() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get the list of the keys contained in the configuration.
- getKeys(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- getKeys(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.BaseConfiguration
-
Get the list of the keys contained in the configuration
repository.
- getKeys() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Get the list of the keys contained in the configuration.
- getKeys(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys() - Method in interface org.apache.commons.configuration.Configuration
-
Get the list of the keys contained in the configuration.
- getKeys() - Method in class org.apache.commons.configuration.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.HierarchicalConfiguration
-
Returns an iterator with all keys defined in this configuration.
- getKeys(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns an iterator with all keys defined in this configuration that
start with the given prefix.
- getKeys() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns an iterator with all property keys stored in this configuration.
- getKeys(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns an iterator with all property keys starting with the given
prefix.
- getKeys() - Method in class org.apache.commons.configuration.MapConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns a set with all property keys managed by this object.
- getKeys(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Get the list of the keys contained in the configuration.
- 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
-
Get a List of strings associated with the given configuration key.
- getList(String, List) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Get a List of strings associated with the given configuration key.
- getList(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getList(String, List) - Method in interface org.apache.commons.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getListDelimiter() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Retrieve the delimiter for this configuration.
- 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
-
Get a long associated with the given configuration key.
- getLong(String, long) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a long associated with the given configuration key.
- getLong(String, Long) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a Long
associated with the given configuration key.
- 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.PropertyListParserTokenManager
-
- getNode() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns the node that contains the bean declaration.
- getNode(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Returns the node with the given index.
- getNodeCombiner() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the node combiner that is used for creating the combined node
structure.
- getNodePointer() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
-
Returns the current node pointer.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the number of configurations that are contained in this combined
configuration.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Return the number of configurations.
- getOrder() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
Returns the order of this factory between other factories.
- getParent() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Returns the parent of this node.
- getParent() - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Returns the parent configuration of this subnode configuration.
- getParent() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return the parent configuation for this subset.
- getParent() - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Returns the parent node.
- getParent() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
-
Returns the parent node pointer.
- getParentKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return the key in the parent configuration associated to the specified
key in this subset.
- getParentNode() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns this node's parent.
- getParentNode() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a reference to this node's parent.
- getParsedConfiguration() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
-
Returns the configuration to be processed.
- getParsedConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns a reference to the configuration that is parsed by this object.
- getParsedConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Returns the configuration object to be processed.
- getPath() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Returns the full path to the file this configuration is based on.
- getPathNodes() - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Returns a list with further nodes that must be added.
- getPosition() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
-
Returns the position of the iteration.
- getPrefix() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns the prefix.
- getPrefix() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return the prefix used to select the properties in the parent configuration.
- getProperties(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a list of properties associated with the given configuration key.
- 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.HierarchicalConfiguration
-
Fetches the specified property.
- getProperty(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns the value of the specified property.
- getProperty(String) - Method in class org.apache.commons.configuration.MapConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Gets a property from the configuration.
- 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.
- getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getReloadingStrategy() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the reloading strategy.
- getRoot() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the root node of this hierarchical configuration.
- getRootElementName() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the name of the root element.
- getRootName() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns the name to be used for the root element.
- getRootNode() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the configuration root node of this combined configuration.
- getRootNode() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the root node of this hierarchical configuration.
- 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
-
Get a short associated with the given configuration key.
- getShort(String, short) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a short associated with the given configuration key.
- getShort(String, Short) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a Short
associated with the given configuration key.
- getShort(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, short) - Method in interface org.apache.commons.configuration.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, Short) - Method in interface org.apache.commons.configuration.Configuration
-
Get a Short
associated with the given configuration key.
- getShortArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of short primitives associated with the given
configuration key.
- getShortArray(String, short[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of short primitives associated with the given
configuration key.
- getShortList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Short objects associated with the given configuration key.
- getShortList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Short objects associated with the given configuration key.
- getStartOffset() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
-
Returns the start offset of the iteration.
- getString(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a string associated with the given configuration key.
- 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
-
Get an array of strings associated with the given configuration key.
- getStringArray(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get an array of strings associated with the given configuration key.
- getSubNodes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Returns a list with all stored sub nodes.
- getSubNodes(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Returns a list of the sub nodes with the given name.
- getSubstitutor() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns the object that is responsible for variable interpolation.
- getSystemID() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the system ID of the DOCTYPE declaration from the loaded XML
document.
- getTransformedRoot() - Method in class org.apache.commons.configuration.CombinedConfiguration.ConfigData
-
Returns the transformed root node of the stored configuration.
- getType() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
-
Returns the type of this event.
- getURL() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Return the URL where the configuration is stored.
- getURL() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getURL(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Constructs a URL from a base path and a file name.
- getURL(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an URL associated with the given configuration key.
- getURL(String, URL) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an URL associated with the given configuration key.
- getURL() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the URL where the configuration is stored.
- getURLArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of URLs associated with the given configuration key.
- getURLArray(String, URL[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of URLs associated with the given configuration key.
- getURLList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of URLs associated with the given configuration key.
- getURLList(String, List) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of URLs associated with the given configuration key.
- getValue() - Method in class org.apache.commons.configuration.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.
- 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.
- 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
-
Returns the interpolated value.
- interpolate(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
interpolate key names to handle ${key} stuff
- 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.AbstractConfiguration
-
Check if the configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.BaseConfiguration
-
Check if the configuration is empty
- isEmpty() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Check if the configuration is empty.
- isEmpty() - Method in interface org.apache.commons.configuration.Configuration
-
Check if the configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Checks if this configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.DataConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Checks if this configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns a flag whether this configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.MapConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Check if the configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.web.BaseWebConfiguration
-
Checks if this configuration is empty.
- 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.
- 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.
- parseConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Parses the configuration object and generates SAX events.
- 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.
- 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.
- PLIST_PROVIDER - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Constant for the provider for plist files.
- 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
-
- 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.
- 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
-
- 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
-
- 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.
- put(Object, Object) - Method in class org.apache.commons.configuration.ConfigurationMap
-
Stores the value for the specified key.
- save() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration.
- save(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified file.
- save(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified URL if it's a file URL.
- save(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified file.
- save(OutputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified stream, using the specified
encoding.
- save(Writer) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
-
- save() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(OutputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration.
- save(String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified file.
- save(File) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified file.
- save(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified URL if it's a file URL.
- save(OutputStream) - Method in interface org.apache.commons.configuration.FileConfiguration
-
- save(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_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.
- 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
-
Set a property, this will replace any previously set values.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Sets a new value for the specified property.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setProperty(String, Object) - Method in interface org.apache.commons.configuration.Configuration
-
Set a property, this will replace any previously set values.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Dummy implementation of the interface method.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the value of the specified property.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
This operation is not supported and will throw an
UnsupportedOperationException.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Set a property, this will replace any previously set values.
- setPropertyDelimiter(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the property delmiter.
- setPublicID(String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the public ID of the DOCTYPE declaration.
- setReference(Object) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Sets this node's reference.
- setReference(Object) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Sets the reference.
- setRefreshDelay(long) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
Set the minimal time between two reloadings.
- setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setReloadingStrategy(ReloadingStrategy) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Set the reloading strategy.
- setRoot(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the root node of this hierarchical configuration.
- setRootElementName(String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the name of the root element.
- setRootName(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Sets the name for the root element.
- setRootNode(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the root node of this hierarchical configuration.
- setSingleLine(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout.PropertyLayoutData
-
Sets the single line flag.
- setSingleLine(String, boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the "single line flag" for the specified property key.
- setStartOffset(int) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodeIteratorBase
-
Sets the start offset of the iteration.
- setSystemID(String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the system ID of the DOCTYPE declaration.
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Allows to set the throwExceptionOnMissing
flag.
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Allows to set the throwExceptionOnMissing
flag.
- 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.
- 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.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.
- 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
-
Return a decorator Configuration containing every key from the current
Configuration that starts with the specified prefix.
- subset(String) - Method in interface org.apache.commons.configuration.Configuration
-
Return a decorator Configuration containing every key from the current
Configuration that starts with the specified prefix.
- subset(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a new Configuration
object containing all keys
that start with the specified prefix.
- subset(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return a decorator Configuration containing every key from the current
Configuration that starts with the specified prefix.
- 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.
- 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.