Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbsoluteNameLocationStrategy - Class in org.apache.commons.configuration2.io
A specialized implementation of FileLocationStrategy which checks whether the provided file name is already an absolute file name.
AbsoluteNameLocationStrategy() - Constructor for class org.apache.commons.configuration2.io.AbsoluteNameLocationStrategy
 
AbstractConfiguration - Class in org.apache.commons.configuration2
Abstract configuration class.
AbstractConfiguration() - Constructor for class org.apache.commons.configuration2.AbstractConfiguration
Creates a new instance of AbstractConfiguration.
AbstractHierarchicalConfiguration<T> - Class in org.apache.commons.configuration2
A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.
AbstractHierarchicalConfiguration(NodeModel<T>) - Constructor for class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Creates a new instance of AbstractHierarchicalConfiguration and sets the NodeModel to be used.
AbstractHierarchicalConfiguration.DefinedKeysVisitor - Class in org.apache.commons.configuration2
A specialized visitor that fills a list with keys that are defined in a node hierarchy.
AbstractHierarchicalConfiguration.DefinedVisitor<T> - Class in org.apache.commons.configuration2
A specialized visitor that checks if a node is defined.
AbstractImmutableNodeHandler - Class in org.apache.commons.configuration2.tree
An abstract base class for a NodeHandler implementation for ImmutableNode objects.
AbstractImmutableNodeHandler() - Constructor for class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
AbstractListDelimiterHandler - Class in org.apache.commons.configuration2.convert
An abstract base class for concrete ListDelimiterHandler implementations.
AbstractListDelimiterHandler() - Constructor for class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
 
AbstractYAMLBasedConfiguration - Class in org.apache.commons.configuration2
A base class for configuration implementations based on YAML structures.
AbstractYAMLBasedConfiguration() - Constructor for class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Creates a new instance of AbstractYAMLBasedConfiguration.
AbstractYAMLBasedConfiguration(HierarchicalConfiguration<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Creates a new instance of AbstractYAMLBasedConfiguration as a copy of the specified configuration.
accept(T) - Method in interface org.apache.commons.configuration2.ConfigurationConsumer
Performs this operation on the given argument.
acceptedTypes - Variable in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
The set with accepted event types.
add_escapes(String) - Static method in exception org.apache.commons.configuration2.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.
ADD_NODES - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the event type for an add nodes operation.
ADD_PROPERTY - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the event type for an add property operation.
addAddNodeOperation(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for adding a new child to a given parent node.
addAddNodesOperation(ImmutableNode, Collection<? extends ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for adding a number of new children to a given parent node.
addAll(EventListenerList) - Method in class org.apache.commons.configuration2.event.EventListenerList
Adds all event listener registrations stored in the specified EventListenerList to this list.
addAttribute(String, Object) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Adds an attribute to this builder.
addAttributeData(ConfigurationNodePointer<T>, List<String>, String) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
Helper method for checking whether an attribute is defined and adding it to the list of attributes to iterate over.
addAttributeOperation(ImmutableNode, String, Object) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for adding an attribute to a target node.
AddAttributeOperation(String, Object) - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.AddAttributeOperation
Creates a new instance of AddAttributeOperation.
addAttributeProperty(ModelTransaction, NodeAddData<ImmutableNode>, Iterable<?>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Handles an add property operation if the property to be added is an attribute.
addAttributes(Map<String, ?>) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Adds all attributes of the given map to this builder.
addAttributes(ImmutableNode.Builder, ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.MergeCombiner
Handles the attributes during a combination process.
addAttributes(ImmutableNode.Builder, ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.OverrideCombiner
Handles the attributes during a combination process.
addAttributesOperation(ImmutableNode, Map<String, Object>) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for adding multiple attributes to a target node.
AddAttributesOperation(Map<String, Object>) - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.AddAttributesOperation
Creates a new instance of AddAttributesOperation.
addChangeNodeNameOperation(ImmutableNode, String) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for changing the name of a target node.
addChangeNodeValueOperation(ImmutableNode, Object) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for changing the value of a target node.
addChild(XMLPropertyListConfiguration.PListNodeBuilder) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Adds the given child builder to this builder.
addChild(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Creates a new ImmutableNode instance which is a copy of this object, but has the given child node added.
addChild(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Adds a child node to this builder.
addChildConfiguration(CombinedConfiguration, ConfigurationDeclaration, ConfigurationBuilder<? extends Configuration>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Creates a new configuration using the specified builder and adds it to the resulting combined configuration.
addChildren(Collection<? extends ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Adds multiple child nodes to this builder.
addChildrenOperation(ModelTransaction.ChildrenUpdateOperation) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
Adds an operation which manipulates children.
addClearNodeValueOperation(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for clearing the value of a target node.
addComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Adds a comment for this property.
addConfiguration(Configuration) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Adds a new configuration to this combined configuration.
addConfiguration(Configuration) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Add a configuration.
addConfiguration(Configuration, boolean) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Adds a child configuration and optionally makes it the in-memory configuration.
addConfiguration(Configuration, String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Adds a new configuration to this combined configuration with an optional name.
addConfiguration(Configuration, String, String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Adds a new configuration to this combined configuration.
addConfiguration(Configuration, String, String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Adds a new configuration to this combined configuration.
addConfigurationFirst(Configuration) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Add a configuration to the start of the list of child configurations.
addConfigurationFirst(Configuration, boolean) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Adds a child configuration to the start of the collection and optionally makes it the in-memory configuration.
addDataValue(String) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
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.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Parse the specified string as a date and add it to the values of the node.
addDefaultLookup(Lookup) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Adds a default Lookup object.
addDefaultLookups(Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Adds all Lookup objects in the given collection as default lookups.
addDefinitionBuilderChangeListener(ConfigurationBuilder<? extends HierarchicalConfiguration<?>>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Adds a listener at the given definition builder which resets this builder when a reset of the definition builder happens.
addedNodes - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
A collection with nodes which have been added.
addedNodesInOperation - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
A collection with nodes added by an operation.
addEntry(Map<String, Object>, String, Object) - Static method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Adds a key value pair to a map, taking list structures into account.
addErrorLogListener() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Adds a special EventListener object to this configuration that will log all internal errors.
addEscapes(String) - Static method in error org.apache.commons.configuration2.plist.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEventListener(EventListenerRegistrationData<T>) - Method in class org.apache.commons.configuration2.builder.EventListenerParameters
Adds the specified EventListenerRegistrationData instance to this object.
addEventListener(EventListenerRegistrationData<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
Adds the specified listener registration data object to the internal list of event listeners.
addEventListener(EventType<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Adds an event listener for the specified event type.
addEventListener(EventType<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Adds an event listener for the specified event type.
addEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.WrapperBuilder
 
addEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.builder.EventListenerParameters
Adds an event listener of the specified event type to this object.
addEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
addEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.event.BaseEventSource
 
addEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
Adds an event listener for the specified event type.
addEventListener(EventType<T>, EventListener<? super T>) - Method in interface org.apache.commons.configuration2.event.EventSource
Adds an event listener for the specified event type.
addEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
addEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.reloading.ReloadingController
Adds an event listener for the specified event type.
addFalseValue() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Add a boolean value 'false' to the values of the node.
addFileHandlerListener(FileHandlerListener) - Method in class org.apache.commons.configuration2.io.FileHandler
Adds a listener to this FileHandler.
addIntegerValue(String) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
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.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the name of the additional configuration.
addList(XMLPropertyListConfiguration.ArrayNodeBuilder) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Add a sublist to the values of the node.
addListNode(String) - Method in class org.apache.commons.configuration2.tree.NodeCombiner
Adds the name of a node to the list of known list nodes.
addLookup(DefaultLookups, Map<String, Lookup>) - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultPrefixLookupsHolder
Add the prefix and lookup from lookup to map.
addNewNode(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Adds a node to be added to the target of the operation.
addNewNodes(Collection<? extends ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Adds a collection of nodes to be added to the target of the operation.
addNewReference(ImmutableNode, Object) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds a new reference object for the given node.
addNewReferences(Map<ImmutableNode, ?>) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds a map with new reference objects.
addNodeProperty(ModelTransaction, NodeAddData<ImmutableNode>, Iterable<?>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Handles an add property operation if the property to be added is a node.
addNodes(String, Collection<? extends ImmutableNode>, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
 
addNodes(String, Collection<? extends ImmutableNode>, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
addNodes(String, Collection<? extends T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Adds a collection of nodes at the specified position of the configuration tree.
addNodes(String, Collection<? extends T>) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Adds a collection of nodes at the specified position of the configuration tree.
addNodes(String, Collection<? extends T>, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Adds a collection of new nodes to this model.
addNodes(String, NodeSelector, Collection<? extends ImmutableNode>, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Adds new nodes using a tracked node as root node.
addNodesByAddData(ModelTransaction, NodeAddData<ImmutableNode>, Collection<ImmutableNode>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Initializes a transaction to add a collection of nodes as described by a NodeAddData object.
addNodesInternal(String, Collection<? extends ImmutableNode>) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
addNodesInternal(String, Collection<? extends ImmutableNode>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
addNodesInternal(String, Collection<? extends T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Actually adds a collection of new nodes to this configuration.
addNodeToRemove(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Adds a node for a remove operation.
addNodeToReplace(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Adds a node for a replacement operation.
addOperation(ModelTransaction.Operation) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
Adds an operation.
addParameters(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Adds the content of the given map to the already existing initialization parameters.
addProperty(String, Iterable<?>, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
 
addProperty(String, Iterable<?>, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
addProperty(String, Iterable<?>, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Adds a new property to this node model consisting of an arbitrary number of values.
addProperty(String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
addProperty(String, Object) - Method in interface org.apache.commons.configuration2.Configuration
Add a property to the configuration.
addProperty(String, NodeSelector, Iterable<?>, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Adds new property values using a tracked node as root node.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Adds a key/value pair to the Configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Adds a key/value pair to the Configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.BaseConfiguration
Adds a key/value pair to the map.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Add this property to the in-memory Configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Adds a property to this configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.DataConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.EnvironmentConfiguration
Adds a property to this configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.JNDIConfiguration
This operation is not supported and will throw an UnsupportedOperationException.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.MapConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.web.BaseWebConfiguration
Adds a property to this configuration.
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Actually adds a property to this configuration.
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Adds the property with the specified key.
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Adds a property to this configuration.
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.DataConfiguration
 
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
 
addPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
 
addPropertyToModel(String, Iterable<?>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Helper method for executing an add property operation on the model.
addRealValue(String) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Parse the specified string as a Double and add it to the values of the node.
addReferences(Map<ImmutableNode, ?>) - Method in class org.apache.commons.configuration2.tree.ReferenceTracker
Adds all references stored in the passed in map to the managed references.
addRemoveAttributeOperation(ImmutableNode, String) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for removing an attribute from a target node.
addRemoveNodeOperation(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds an operation for removing a child node of a given node.
addTrueValue() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Add a boolean value 'true' to the values of the node.
addValue(Object) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.ArrayNodeBuilder
Add an object to the array.
addValue(Object) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Update the value of the node.
adjustBeginLineColumn(int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
allBuilders - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
A collection with all child builders.
allowFailOnInit - Variable in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
A flag whether exceptions on initializing configurations are allowed.
allowUserInteraction - Variable in class org.apache.commons.configuration2.io.URLConnectionOptions
TODO
allRemovedNodes - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
Stores all nodes which have been removed in this transaction (not only the root nodes of removed trees).
ANY - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
The common super type for all events related to configuration builders.
ANY - Static variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Constant for the common event type for all error events.
ANY - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the common super type of all configuration update events.
ANY - Static variable in class org.apache.commons.configuration2.event.Event
The root event type for all configuration-related events.
ANY - Static variable in class org.apache.commons.configuration2.reloading.ReloadingEvent
The common event super type for all reloading events.
ANY_HIERARCHICAL - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the common base event type for all hierarchical update events.
append(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Appends the name of a property to this key.
append(String, boolean) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Appends the name of a property to this key.
append(Collection<E>, E) - Static method in class org.apache.commons.configuration2.tree.ModelTransaction
Appends a single element to a collection.
append(Map<K, V>, K, V) - Static method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds a single key-value pair to a map.
append(Set<E>, E) - Static method in class org.apache.commons.configuration2.tree.ModelTransaction
Appends a single element to a set.
append(Configuration) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Appends the content of the specified configuration to this configuration.
append(Configuration, Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Append all properties from the source configuration to the target configuration.
append(ImmutableConfiguration, Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Append all properties from the source configuration to the target configuration.
appendAttribute(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Appends an attribute to this configuration key.
appendIndex(int) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Appends an index to this configuration key.
appendListProperty(List<Object>, Configuration, String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Adds the value of a property to the given list.
appendPath(String, String) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Extends a path by another component.
appendPropertyRepresentation(StringBuilder, String, Object) - Method in class org.apache.commons.configuration2.event.Event
Helper method for appending a representation for a property to the overall string representation for this object.
applet - Variable in class org.apache.commons.configuration2.web.AppletConfiguration
Stores the wrapped applet.
AppletConfiguration - Class in org.apache.commons.configuration2.web
A configuration wrapper to read applet parameters.
AppletConfiguration(Applet) - Constructor for class org.apache.commons.configuration2.web.AppletConfiguration
Create an AppletConfiguration using the initialization parameters of the specified Applet.
apply(Object) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultStringConverter
apply(URLConnection) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Applies the options to the given connection.
apply(ImmutableNode, int) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
Executes all operations stored in this object on the given target node.
apply(ImmutableNode, ModelTransaction.Operations) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.AddAttributeOperation
 
apply(ImmutableNode, ModelTransaction.Operations) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.AddAttributesOperation
 
apply(ImmutableNode, ModelTransaction.Operations) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeNameOperation
 
apply(ImmutableNode, ModelTransaction.Operations) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeValueOperation
 
apply(ImmutableNode, ModelTransaction.Operations) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Executes this operation on the provided target node returning the result.
apply(ImmutableNode, ModelTransaction.Operations) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.Operation
Executes this operation on the provided target node returning the result.
apply(ImmutableNode, ModelTransaction.Operations) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.RemoveAttributeOperation
 
applyHandlerIfMatching(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager.DefaultHandlerData
Checks whether the managed DefaultParametersHandler can be applied to the given parameters object.
arg - Variable in class org.apache.commons.configuration2.plist.PropertyListParser.JJCalls
 
Array() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
ARRAY_BEGIN - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
ARRAY_END - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
ARRAY_SEPARATOR - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
ArrayNodeBuilder() - Constructor for class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.ArrayNodeBuilder
 
asEventSource(Object, boolean) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Casts the specified object to an EventSource if possible.
assignListReference(Map<ImmutableNode, Object>, ImmutableNode, Element) - Static method in class org.apache.commons.configuration2.XMLListReference
Assigns an instance of this class as reference to the specified configuration node.
at - Variable in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Stores the at string.
at - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
Stores the at string.
AT_ENGINE - Static variable in class org.apache.commons.configuration2.CombinedConfiguration
Constant for the expression engine for parsing the at path.
atPath - Variable in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Stores the at information as path of nodes.
ATTR_AT - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the at attribute without the reserved prefix.
ATTR_AT_RES - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the reserved at attribute.
ATTR_ATNAME - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the name of the at attribute.
ATTR_BEAN_CLASS - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the bean class attribute.
ATTR_BEAN_CLASS_NAME - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the name of the bean class attribute.
ATTR_BEAN_FACTORY - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the bean factory attribute.
ATTR_CTOR_TYPE - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the name of the attribute with the data type of a constructor argument.
ATTR_CTOR_VALUE - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the name of the attribute with the value of a constructor argument.
ATTR_DELIMITER - Static variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Constant for the attribute delimiter.
ATTR_FACTORY_PARAM - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the bean factory parameter attribute.
ATTR_FORCECREATE - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the forceCreate attribute.
ATTR_NAME - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the reserved name attribute.
ATTR_OPTIONAL - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the optional attribute without the reserved prefix.
ATTR_OPTIONAL_RES - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the reserved optional attribute.
ATTR_OPTIONALNAME - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the name of the optional attribute.
ATTR_PREFIX - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the prefix for reserved attributes.
ATTR_RELOAD - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the reload attribute.
ATTR_SPACE - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Constant for the name of the space attribute.
ATTR_SPACE_INTERNAL - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Constant for an internally used space attribute.
ATTR_TYPE - Static variable in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader.SAXVisitor
Constant for the attribute type.
attribute - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Stores a flag if the actual property is an attribute.
attribute - Variable in class org.apache.commons.configuration2.tree.NodeAddData
Stores the attribute flag.
attributeEnd - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Stores the attribute end marker.
attributeEnd - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Stores the attribute end marker.
attributeIterator(QName) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Returns an iterator for the attributes that match the given name.
attributeKey(String, String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
 
attributeKey(String, String) - Method in interface org.apache.commons.configuration2.tree.ExpressionEngine
Returns the key of an attribute.
attributeKey(String, String) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
 
attributeKeyException(String) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates an exception referring to an invalid key for adding properties.
attributeName - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.AddAttributeOperation
The attribute name.
attributeName - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.RemoveAttributeOperation
The attribute name.
attributeName - Variable in class org.apache.commons.configuration2.tree.QueryResult
The name of the result attribute.
attributeName(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Extracts the name of the attribute from the given attribute key.
attributeNames - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
A list with the names of the managed attributes.
attributeResult - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Stores information about the represented attribute.
attributes - Variable in class org.apache.commons.configuration2.tree.ImmutableNode
A map with the attributes of this node.
attributes - Variable in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
A map for storing the attributes of the new node.
attributes - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.AddAttributesOperation
The map with attributes.
attributeStart - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Stores the attribute start marker.
attributeStart - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Stores the attribute start marker.
attributeValue - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.AddAttributeOperation
The attribute value.
autoCommit - Variable in class org.apache.commons.configuration2.DatabaseConfiguration
A flag whether commits should be performed by this configuration.
autoSaveListener - Variable in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
A specialized listener for the auto save mechanism.
AutoSaveListener - Class in org.apache.commons.configuration2.builder
A listener class implementing an auto save mechanism for file-based configurations.
AutoSaveListener(FileBasedConfigurationBuilder<?>) - Constructor for class org.apache.commons.configuration2.builder.AutoSaveListener
Creates a new instance of AutoSaveListener and initializes it with the associated builder.
autoSaveRequired(ConfigurationEvent) - Method in class org.apache.commons.configuration2.builder.AutoSaveListener
Checks whether an auto save operation has to be performed based on the passed in event and the current state of this object.
available - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 

B

backup(int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Backup a number of characters.
BASE64_DECODER - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for Base64 decoding, accessed using the prefix "base64Decoder".
BASE64_ENCODER - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for Base64 encoding, accessed using the prefix "base64Encoder".
BaseConfiguration - Class in org.apache.commons.configuration2
Basic configuration class.
BaseConfiguration() - Constructor for class org.apache.commons.configuration2.BaseConfiguration
 
BaseConfigurationBuilderProvider - Class in org.apache.commons.configuration2.builder.combined
A fully-functional, reflection-based implementation of the ConfigurationBuilderProvider interface which can deal with the default tags defining configuration sources.
BaseConfigurationBuilderProvider(String, String, String, Collection<String>) - Constructor for class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Creates a new instance of BaseConfigurationBuilderProvider and initializes all its properties.
BaseConfigurationXMLReader - Class in org.apache.commons.configuration2
A specialized SAX2 XML parser that processes configuration objects.
BaseConfigurationXMLReader() - Constructor for class org.apache.commons.configuration2.BaseConfigurationXMLReader
Creates a new instance of BaseConfigurationXMLReader.
BaseConfigurationXMLReader(Configuration) - Constructor for class org.apache.commons.configuration2.BaseConfigurationXMLReader
Creates a new instance of BaseConfigurationXMLReader and sets the configuration object to be parsed.
BaseConfigurationXMLReader.SAXConverter - Class in org.apache.commons.configuration2
An internally used helper class to iterate over all configuration keys ant to generate corresponding SAX events.
baseContext - Variable in class org.apache.commons.configuration2.JNDIConfiguration
The base JNDI context.
baseDir - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
The base directory
BaseEventSource - Class in org.apache.commons.configuration2.event
A base class for objects that can generate configuration events.
BaseEventSource() - Constructor for class org.apache.commons.configuration2.event.BaseEventSource
Creates a new instance of BaseEventSource.
baseEventType - Variable in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
The base event type.
BaseHierarchicalConfiguration - Class in org.apache.commons.configuration2
A specialized hierarchical configuration implementation that is based on a structure of ImmutableNode objects.
BaseHierarchicalConfiguration() - Constructor for class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a new instance of BaseHierarchicalConfiguration.
BaseHierarchicalConfiguration(HierarchicalConfiguration<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a new instance of BaseHierarchicalConfiguration and copies all data contained in the specified configuration into the new one.
BaseHierarchicalConfiguration(NodeModel<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a new instance of BaseHierarchicalConfiguration and initializes it with the given NodeModel.
BaseHierarchicalConfiguration.BuilderVisitor - Class in org.apache.commons.configuration2
A specialized visitor base class that can be used for storing the tree of configuration nodes.
BaseHierarchicalConfiguration.InterpolatedVisitor - Class in org.apache.commons.configuration2
A specialized visitor implementation which constructs the root node of a configuration with all variables replaced by their interpolated values.
basePath - Variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
The base path for configuration sources to be loaded.
basePath - Variable in class org.apache.commons.configuration2.io.FileLocator
The base path.
basePath - Variable in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
The base path.
basePath(String) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the base path of the new FileLocator.
BasePathLocationStrategy - Class in org.apache.commons.configuration2.io
A specialized implementation of FileLocationStrategy which tries to construct a file path from the locator's base path and file name.
BasePathLocationStrategy() - Constructor for class org.apache.commons.configuration2.io.BasePathLocationStrategy
 
BaseWebConfiguration - Class in org.apache.commons.configuration2.web
An abstract base class for all web configurations.
BaseWebConfiguration() - Constructor for class org.apache.commons.configuration2.web.BaseWebConfiguration
 
basic() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for basic configuration properties.
BASIC_BUILDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the basic configuration builder class.
BasicBuilderParameters - Class in org.apache.commons.configuration2.builder
An implementation of BuilderParameters which handles the parameters of a ConfigurationBuilder common to all concrete Configuration implementations.
BasicBuilderParameters() - Constructor for class org.apache.commons.configuration2.builder.BasicBuilderParameters
Creates a new instance of BasicBuilderParameters.
BasicBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a properties interface for basic parameters which are supported by all ConfigurationBuilder implementations derived from BasicConfigurationBuilder.
BasicConfigurationBuilder<T extends ImmutableConfiguration> - Class in org.apache.commons.configuration2.builder
An implementation of the ConfigurationBuilder interface which is able to create different concrete ImmutableConfiguration implementations based on reflection.
BasicConfigurationBuilder(Class<? extends T>) - Constructor for class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates a new instance of BasicConfigurationBuilder and initializes it with the given result class.
BasicConfigurationBuilder(Class<? extends T>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates a new instance of BasicConfigurationBuilder and initializes it with the given result class and an initial set of builder parameters.
BasicConfigurationBuilder(Class<? extends T>, Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates a new instance of BasicConfigurationBuilder and initializes it with the given result class, an initial set of builder parameters, and the allowFailOnInit flag.
BEAN_UTILS_BEAN - Static variable in class org.apache.commons.configuration2.beanutils.BeanHelper
A special instance of BeanUtilsBean which is used for all property set and copy operations.
beanClass - Variable in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
The class of the bean to be created.
BeanCreationContext - Interface in org.apache.commons.configuration2.beanutils
Definition of a context object storing all required information for the creation of a bean.
BeanCreationContextImpl(BeanHelper, Class<?>, BeanDeclaration, Object) - Constructor for class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
 
beanDeclaration - Variable in class org.apache.commons.configuration2.beanutils.ConstructorArg
The bean declaration referenced by this constructor argument.
BeanDeclaration - Interface in org.apache.commons.configuration2.beanutils
Definition of an interface for declaring a bean in a configuration file.
beanFactories - Variable in class org.apache.commons.configuration2.beanutils.BeanHelper
Stores a map with the registered bean factories.
BeanFactory - Interface in org.apache.commons.configuration2.beanutils
Definition of an interface for bean factories.
beanHelper - Variable in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
The association BeanHelper instance.
BeanHelper - Class in org.apache.commons.configuration2.beanutils
A helper class for creating bean instances that are defined in configuration files.
BeanHelper() - Constructor for class org.apache.commons.configuration2.beanutils.BeanHelper
Constructs a new instance of BeanHelper with the default instance of DefaultBeanFactory as default BeanFactory.
BeanHelper(BeanFactory) - Constructor for class org.apache.commons.configuration2.beanutils.BeanHelper
Constructs a new instance of BeanHelper and sets the specified default BeanFactory.
BeanHelper.BeanCreationContextImpl - Class in org.apache.commons.configuration2.beanutils
An implementation of the BeanCreationContext interface used by BeanHelper to communicate with a BeanFactory.
beforeUpdate - Variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Stores the before update flag.
beginColumn - Variable in class org.apache.commons.configuration2.plist.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.commons.configuration2.plist.Token
The line number of the first character of this Token.
beginRead() - Method in enum org.apache.commons.configuration2.sync.NoOpSynchronizer
 
beginRead() - Method in class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
 
beginRead() - Method in interface org.apache.commons.configuration2.sync.Synchronizer
Notifies this Synchronizer that the current thread is going to start a read operation on the managed configuration.
beginRead(boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Notifies this configuration's Synchronizer that a read operation is about to start.
beginRead(boolean) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Notifies this configuration's Synchronizer that a read operation is about to start.
beginRead(boolean) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Notifies this configuration's Synchronizer that a read operation is about to start.
BeginToken() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Start.
beginWrite() - Method in enum org.apache.commons.configuration2.sync.NoOpSynchronizer
 
beginWrite() - Method in class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
 
beginWrite() - Method in interface org.apache.commons.configuration2.sync.Synchronizer
Notifies this Synchronizer that the current thread is going to start a write operation on the managed configuration.
beginWrite(boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Notifies this configuration's Synchronizer that an update operation is about to start.
beginWrite(boolean) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Notifies this configuration's Synchronizer that an update operation is about to start.
beginWrite(boolean) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Notifies this configuration's Synchronizer that an update operation is about to start.
bfs(T, ConfigurationNodeVisitor<T>, NodeHandler<T>) - Static method in class org.apache.commons.configuration2.tree.NodeTreeWalker
Helper method for performing a BFS traversal.
BIN_PREFIX - Static variable in class org.apache.commons.configuration2.convert.PropertyConverter
Constant for the prefix of binary numbers.
BIN_RADIX - Static variable in class org.apache.commons.configuration2.convert.PropertyConverter
Constant for the radix of binary numbers.
BLANK_SEPARATOR_PARSER - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the separator parser for blanks between the parts.
blankLines - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Stores the number of blank lines before this property.
BUF_SIZE - Static variable in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
Constant for a buffer size for escaping strings.
BUF_SIZE - Static variable in class org.apache.commons.configuration2.event.Event
Constant for the initial buffer size for the generation of the string representation.
BUF_SIZE - Static variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Constant for a default size of a key buffer.
bufcolumn - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
buffer - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
buffer - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
The buffer containing the text node being read
bufline - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
bufpos - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
Position in buffer.
bufsize - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
build() - Method in class org.apache.commons.configuration2.INIConfiguration.Builder
 
builder - Variable in class org.apache.commons.configuration2.builder.AutoSaveListener
The associated builder.
builder - Variable in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.BuilderConfigurationWrapperInvocationHandler
The wrapped builder.
builder - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.WrapperBuilder
The builder to which this instance delegates.
builder - Variable in class org.apache.commons.configuration2.builder.ReloadingBuilderSupportListener
Stores the associated configuration builder.
builder() - Static method in class org.apache.commons.configuration2.INIConfiguration
Creates a new builder.
Builder() - Constructor for class org.apache.commons.configuration2.INIConfiguration.Builder
 
Builder() - Constructor for class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
 
Builder() - Constructor for class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Creates a new, uninitialized instance of Builder.
Builder() - Constructor for class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates a new instance of Builder which does not contain any property definitions yet.
Builder(int) - Constructor for class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates a new instance of Builder and sets the number of expected child nodes.
Builder(int, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates a new instance of Builder and initializes the attributes of the new node and prepares the collection for the children.
Builder(List<ImmutableNode>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates a new instance of Builder and initializes the children and attributes of the new node.
Builder(DefaultExpressionEngineSymbols) - Constructor for class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Creates a new instance of Builder whose properties are initialized from the passed in DefaultExpressionEngineSymbols object.
BUILDER - Enum constant in enum org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
EventSource support is implemented by delegating to the associated ConfigurationBuilder object.
BUILDER_CLASS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Constant for the name of the supported builder class.
BUILDER_CLASS - Static variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
Constant for the name of the builder class.
builderClass - Variable in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
The name of the builder class.
BuilderConfigurationWrapperFactory - Class in org.apache.commons.configuration2.builder
A class that allows the creation of configuration objects wrapping a ConfigurationBuilder.
BuilderConfigurationWrapperFactory() - Constructor for class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Creates a new instance of BuilderConfigurationWrapperFactory setting the default EventSourceSupport NONE.
BuilderConfigurationWrapperFactory(BuilderConfigurationWrapperFactory.EventSourceSupport) - Constructor for class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Creates a new instance of BuilderConfigurationWrapperFactory and sets the property for supporting the EventSource interface.
BuilderConfigurationWrapperFactory.BuilderConfigurationWrapperInvocationHandler - Class in org.apache.commons.configuration2.builder
A specialized InvocationHandler implementation for wrapper configurations.
BuilderConfigurationWrapperFactory.EventSourceSupport - Enum in org.apache.commons.configuration2.builder
An enumeration class with different options for supporting the EventSource interface in generated ImmutableConfiguration proxies.
BuilderConfigurationWrapperInvocationHandler(ConfigurationBuilder<? extends ImmutableConfiguration>, BuilderConfigurationWrapperFactory.EventSourceSupport) - Constructor for class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.BuilderConfigurationWrapperInvocationHandler
Creates a new instance of BuilderConfigurationWrapperInvocationHandler.
builderNames() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Returns a set with the names of all child configuration builders.
builderNames() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Returns a set with the names of all known named builders.
BuilderParameters - Interface in org.apache.commons.configuration2.builder
An interface to be implemented by objects which can be used to parameterize a ConfigurationBuilder.
builderStack - Variable in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
A stack for managing node builder instances.
BuilderVisitor() - Constructor for class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
 

C

CACHE - Static variable in class org.apache.commons.configuration2.interpol.ConstantLookup
Cache of field values.
calendarField - Variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateFieldParser
Stores the calendar field to be processed.
callListener(EventListener<?>, Event) - Static method in class org.apache.commons.configuration2.event.EventListenerList
Helper method for calling an event listener with an event.
canCombine(ImmutableNode, ImmutableNode, List<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.MergeCombiner
Tests if the first node can be combined with the second node.
canCombine(ImmutableNode, ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.OverrideCombiner
Tests if a child node of the second node can be combined with the given child node of the first node.
canonicalKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Determines a "canonical" key for the specified node in the expression language supported by this implementation.
canonicalKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.ExpressionEngine
Determines a "canonical" key for the specified node in the expression language supported by this implementation.
canonicalKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Determines a "canonical" key for the specified node in the expression language supported by this implementation.
castListener(EventListenerRegistrationData<?>) - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
Extracts the listener from the given data object and performs a cast to the target type.
castPointer(NodePointer) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Casts the given child pointer to a node pointer of this type.
Catalog() - Constructor for class org.apache.commons.configuration2.resolver.CatalogResolver.Catalog
 
CatalogManager() - Constructor for class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
 
CatalogResolver - Class in org.apache.commons.configuration2.resolver
Thin wrapper around xml commons CatalogResolver to allow list of catalogs to be provided.
CatalogResolver() - Constructor for class org.apache.commons.configuration2.resolver.CatalogResolver
Constructs the CatalogResolver
CatalogResolver.Catalog - Class in org.apache.commons.configuration2.resolver
Overrides the Catalog implementation to use the underlying FileSystem.
CatalogResolver.CatalogManager - Class in org.apache.commons.configuration2.resolver
Extends the CatalogManager to make the FileSystem and base directory accessible.
cause - Variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Stores the exception that caused this event.
changedValues - Variable in class org.apache.commons.configuration2.tree.NodeUpdateData
The map with the query results whose value has to be changed.
changeListener - Variable in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
A listener for reacting on changes caused by sub configurations.
changeListener - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
A listener for reacting on changes of sub builders.
ChangeNodeNameOperation(String) - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeNameOperation
Creates a new instance of ChangeNodeNameOperation and sets the new node name.
ChangeNodeValueOperation(Object) - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeValueOperation
Creates a new instance of ChangeNodeValueOperation and initializes it with the new value to set for the node.
characters(char[], int, int) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
characters(char[], int, int) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
 
checkAttribute(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Helper method for checking if the passed key is an attribute.
checkChildNode(ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.ImmutableNode
Checks whether the given child node is not null.
checkCombineLines(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Checks if the passed in line should be combined with the following.
checkContent() - Method in class org.apache.commons.configuration2.io.FileHandler
Checks whether a content object is available.
checkContentAndGetLocator() - Method in class org.apache.commons.configuration2.io.FileHandler
Checks whether a content object is available and returns the current FileLocator.
checkDefaultValueArray(Class<?>, Object) - Static method in class org.apache.commons.configuration2.AbstractConfiguration
Checks an object provided as default value for the getArray() method.
checkDetailEvents(int) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Helper method for checking the current counter for detail events.
checkForReloading(Object) - Method in class org.apache.commons.configuration2.reloading.ReloadingController
Performs a check whether a reload operation is necessary.
checkHeaderComment(List<String>) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Checks if parts of the passed in comment can be used as header comment.
checkIfNodeDefined(ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
Checks if the passed in node is defined.
checkIfNodeDefined(ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Checks if the passed in node is defined.
checkIndex(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Helper method for checking if the passed key contains an index.
checkIndexedProperty(String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
Checks whether the given name references an indexed property.
checkLength(String, int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateComponentParser
Checks whether the given string has at least length characters starting from the given parsing position.
checkLookup(Lookup) - Static method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Helper method for checking a lookup.
checkManagedControllers(Collection<? extends ReloadingController>) - Static method in class org.apache.commons.configuration2.reloading.CombinedReloadingController
Checks the collection with the passed in sub controllers and creates a defensive copy.
checkNonNullValue(String, T) - Static method in class org.apache.commons.configuration2.AbstractConfiguration
Checks whether the specified value is null and throws an exception in this case.
checkParameters(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Checks whether a map with parameters is present.
checkParameters(T, ConfigurationNodeVisitor<T>, NodeHandler<T>) - Static method in class org.apache.commons.configuration2.tree.NodeTreeWalker
Helper method for checking the parameters for the walk() methods.
checkResultInstance(Object) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Checks whether the class of the result configuration is compatible with this builder's result class.
checkSingleMatchingConstructor(Class<T>, BeanDeclaration, List<Constructor<T>>) - Static method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Checks whether exactly one matching constructor was found.
checkSourceHandler(FileHandler) - Static method in class org.apache.commons.configuration2.io.FileHandler
Helper method for checking a file handler which is to be copied.
childBuilders - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
A collection with child builders of this builder.
childConfigurationsAt(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a list with sub configurations for all child nodes of the node selected by the given key.
childConfigurationsAt(String) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Returns a list with sub configurations for all child nodes of the node selected by the given key.
childConfigurationsAt(String, boolean) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a list with sub configurations for all child nodes of the node selected by the given key allowing the caller to specify the supportUpdates flag.
childConfigurationsAt(String, boolean) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Returns a list with sub configurations for all child nodes of the node selected by the given key allowing the caller to specify the supportUpdates flag.
childDeclarations - Variable in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
A list with the child declarations.
childDefaultParametersManager - Variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
The manager for default handlers.
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Returns an iterator for the children of this pointer that match the given test object.
childParameters - Variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
A list with default parameters for child configuration sources.
children - Variable in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
A list for the children of the new node.
children - Variable in class org.apache.commons.configuration2.tree.ImmutableNode
A collection with the child nodes of this node.
childrenOperation - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
An operation for manipulating child nodes.
ChildrenUpdateOperation() - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
 
CLASS - Static variable in class org.apache.commons.configuration2.interpol.ExprLookup
Prefix to identify a Java Class object
ClasspathLocationStrategy - Class in org.apache.commons.configuration2.io
A specialized FileLocationStrategy implementation which searches for files on the class path.
ClasspathLocationStrategy() - Constructor for class org.apache.commons.configuration2.io.ClasspathLocationStrategy
 
cleanUp() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Frees resources used by this object and performs clean up.
clear() - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
clear() - Method in interface org.apache.commons.configuration2.Configuration
Remove all properties from the configuration.
clear() - Method in class org.apache.commons.configuration2.event.EventListenerList
Removes all event listeners registered at this object.
clear() - Static method in class org.apache.commons.configuration2.interpol.ConstantLookup
Clears the shared cache with the so far resolved constants.
clear() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Removes all content from this layout object.
clear(NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Removes all data from this model.
clear(NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Removes all data from this model.
clear(NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Removes all data from this model.
CLEAR - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the event type for a clear operation.
CLEAR_PROPERTY - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the event type for a clear property operation.
CLEAR_TREE - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the event type for a clear tree operation.
clearAttributes(Element) - Static method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Removes all attributes of the given element.
clearedProperties - Variable in class org.apache.commons.configuration2.JNDIConfiguration
The Set of keys that have been virtually cleared.
clearErrorListeners() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
clearErrorListeners() - Method in class org.apache.commons.configuration2.event.BaseEventSource
Removes all registered error listeners.
clearErrorListeners() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
clearEventListeners() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
clearEventListeners() - Method in class org.apache.commons.configuration2.event.BaseEventSource
Removes all registered event listeners.
clearEventListeners() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
clearInternal() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Clears the whole configuration.
clearInternal() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Clears this configuration.
clearInternal() - Method in class org.apache.commons.configuration2.BaseConfiguration
 
clearInternal() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Clears this configuration.
clearInternal() - Method in class org.apache.commons.configuration2.CompositeConfiguration
Removes all child configurations and reinitializes the in-memory configuration.
clearInternal() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Removes all entries from this configuration.
clearInternal() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
clearInternal() - Method in class org.apache.commons.configuration2.EnvironmentConfiguration
Removes all properties from this configuration.
clearInternal() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
clearLocation() - Method in class org.apache.commons.configuration2.io.FileHandler
Clears the location of this FileHandler.
clearProperty(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Removes the specified property from this configuration.
clearProperty(String) - Method in interface org.apache.commons.configuration2.Configuration
Remove a property from the configuration.
clearProperty(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Clears the value of a property.
clearProperty(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
clearProperty(String, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Clears the value of a property.
clearProperty(String, NodeSelector, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Clears a property using a tracked node as root node.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Removes the specified property from this configuration.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Removes the property with the given key.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.BaseConfiguration
Clear a property in the configuration.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
 
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Removes the specified value from this configuration.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.DataConfiguration
 
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.EnvironmentConfiguration
Removes a property from this configuration.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.JNDIConfiguration
Removes the specified property.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.MapConfiguration
 
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.web.BaseWebConfiguration
Removes the property with the given key.
clearTree(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Removes all values of the property with the given name and of keys that start with this name.
clearTree(String) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Removes all values of the property with the given name and of keys that start with this name.
clearTree(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Removes the sub trees defined by the given key from this model.
clearTree(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
clearTree(String, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Removes the sub trees defined by the given key from this model.
clearTree(String, NodeSelector, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Clears a whole sub tree using a tracked node as root node.
clearTreeInternal(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Actually clears the tree of elements referenced by the given key.
clearTreeInternal(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
clearTreeInternal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
clone() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration2.BaseConfiguration
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Clones this object.
clone() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Clones this object.
clone() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Clones this object.
clone() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Clones this object.
clone() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Returns a copy of this object.
clone() - Method in class org.apache.commons.configuration2.CompositeConfiguration
Returns a copy of this object.
clone() - Method in class org.apache.commons.configuration2.event.BaseEventSource
Overrides the clone() method to correctly handle so far registered event listeners.
clone() - Method in class org.apache.commons.configuration2.MapConfiguration
Returns a copy of this object.
clone() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Creates a copy of this object.
clone() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Creates a clone of this object.
clone(Object) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
An internally used helper method for cloning objects.
cloneConfiguration(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Clones the given configuration object if this is possible.
cloneIfPossible(Object) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Returns a clone of the passed in object if cloning is supported or the object itself if not.
cloneInterpolator(AbstractConfiguration) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Creates a clone of the ConfigurationInterpolator used by this instance.
cloneNodeModel() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Creates a clone of the node model.
cloneNodeModel() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a clone of the node model.
cloneNodeModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Creates a clone of the node model.
cloneStore(BaseConfiguration) - Method in class org.apache.commons.configuration2.BaseConfiguration
Clones the internal map with the data of this configuration.
cloneSynchronizer(Synchronizer) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Creates a clone of the specified Synchronizer.
close() - Method in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 
close() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Closes this sub configuration.
close() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Closes this model.
close(Connection, Statement, ResultSet) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Close the specified database objects.
closed - Variable in class org.apache.commons.configuration2.tree.TrackedNodeModel
A flag whether this model has already been closed.
closeElements(DefaultConfigurationKey, DefaultConfigurationKey) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationConverter
Fires all necessary element end events for the specified keys.
closeSilent(Closeable) - Static method in class org.apache.commons.configuration2.io.FileHandler
A helper method for closing a stream.
column - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
combine(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.MergeCombiner
Combines the given nodes to a new union node.
combine(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.NodeCombiner
Combines the hierarchies represented by the given root nodes.
combine(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.OverrideCombiner
Constructs an override combination for the passed in node structures.
combine(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.UnionCombiner
Combines the given nodes to a new union node.
combine(ModelTransaction.ChildrenUpdateOperation) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Adds all operations defined by the specified object to this instance.
combined() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for combined configuration builder properties.
combined(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a CombinedConfiguration instance from the content of the given file.
combined(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a CombinedConfiguration instance from the content of the file identified by the given path.
combined(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a CombinedConfiguration instance from the content of the given URL.
COMBINED_INVALIDATE - Static variable in class org.apache.commons.configuration2.CombinedConfiguration
Constant for the event type fired when the internal node structure of a combined configuration becomes invalid.
COMBINED_PARAMS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Constant for the combined configuration builder parameters class.
COMBINED_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for configuration definition files.
CombinedBeanDeclaration - Class in org.apache.commons.configuration2.beanutils
A special implementation of the BeanDeclaration interface which allows combining multiple BeanDeclaration objects.
CombinedBeanDeclaration(BeanDeclaration...) - Constructor for class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
Constructs a new instance of CombinedBeanDeclaration and initializes it with the given child declarations.
combinedBuilder(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a CombinedConfiguration and initializes it with the given file to be loaded.
combinedBuilder(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a CombinedConfiguration and initializes it with the given path to the file to be loaded.
combinedBuilder(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a CombinedConfiguration and initializes it with the given URL to be loaded.
CombinedBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties of a builder for a combined configuration.
CombinedBuilderParametersImpl - Class in org.apache.commons.configuration2.builder.combined
A specialized parameters object for a CombinedConfigurationBuilder.
CombinedBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Creates a new instance of CombinedBuilderParametersImpl.
CombinedBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder.combined
Definition of a properties interface for the parameters of a combined configuration builder.
CombinedConfiguration - Class in org.apache.commons.configuration2
A hierarchical composite configuration class.
CombinedConfiguration() - Constructor for class org.apache.commons.configuration2.CombinedConfiguration
Creates a new instance of CombinedConfiguration that uses a union combiner.
CombinedConfiguration(NodeCombiner) - Constructor for class org.apache.commons.configuration2.CombinedConfiguration
Creates a new instance of CombinedConfiguration and initializes the combiner to be used.
CombinedConfiguration.ConfigData - Class in org.apache.commons.configuration2
An internal helper class for storing information about contained configurations.
CombinedConfigurationBuilder - Class in org.apache.commons.configuration2.builder.combined
A specialized ConfigurationBuilder implementation that creates a CombinedConfiguration from multiple configuration sources defined by an XML-based configuration definition file.
CombinedConfigurationBuilder() - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates a new instance of CombinedConfigurationBuilder.
CombinedConfigurationBuilder(Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates a new instance of CombinedConfigurationBuilder and sets the specified initialization parameters.
CombinedConfigurationBuilder(Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates a new instance of CombinedConfigurationBuilder and sets the specified initialization parameters and the allowFailOnInit flag.
CombinedConfigurationBuilder.ConfigurationSourceData - Class in org.apache.commons.configuration2.builder.combined
A data class for storing information about all configuration sources defined for a combined builder.
CombinedConfigurationBuilderProvider - Class in org.apache.commons.configuration2.builder.combined
A specialized ConfigurationBuilderProvider implementation which deals with combined configuration builders.
CombinedConfigurationBuilderProvider() - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Creates a new instance of CombinedConfigurationBuilderProvider.
CombinedLocationStrategy - Class in org.apache.commons.configuration2.io
A specialized implementation of a FileLocationStrategy which encapsulates an arbitrary number of FileLocationStrategy objects.
CombinedLocationStrategy(Collection<? extends FileLocationStrategy>) - Constructor for class org.apache.commons.configuration2.io.CombinedLocationStrategy
Creates a new instance of CombinedLocationStrategy and initializes it with the provided sub strategies.
CombinedReloadingController - Class in org.apache.commons.configuration2.reloading
A specialized ReloadingController implementation which manages an arbitrary number of other ReloadingController objects.
CombinedReloadingController(Collection<? extends ReloadingController>) - Constructor for class org.apache.commons.configuration2.reloading.CombinedReloadingController
Creates a new instance of CombinedReloadingController and initializes it with the ReloadingController objects to be managed.
CombinedReloadingController.MultiReloadingControllerDetector - Class in org.apache.commons.configuration2.reloading
A specialized implementation of the ReloadingDetector interface which operates on a collection of ReloadingController objects.
comment - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Stores the comment for the property.
COMMENT_CHARS - Static variable in class org.apache.commons.configuration2.INIConfiguration
The default characters that signal the start of a comment line.
COMMENT_CHARS - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
Constant for the supported comment characters.
COMMENT_PREFIX - Static variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Constant for the default comment prefix.
commentCharsUsedInInput - Variable in class org.apache.commons.configuration2.INIConfiguration
The characters used to separate keys from values when reading an INI file.
commentLines - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Stores the comment lines for the currently processed property.
commonKey(DefaultConfigurationKey) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
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.configuration2.ConfigurationComparator
Compare two configuration objects.
compare(Configuration, Configuration) - Method in class org.apache.commons.configuration2.StrictConfigurationComparator
Compare two configuration objects.
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Compares two child node pointers.
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Compares two child node pointers.
CompositeConfiguration - Class in org.apache.commons.configuration2
CompositeConfiguration allows you to add multiple Configuration objects to an aggregated configuration.
CompositeConfiguration() - Constructor for class org.apache.commons.configuration2.CompositeConfiguration
Creates an empty CompositeConfiguration object which can then be added some other Configuration files
CompositeConfiguration(Collection<? extends Configuration>) - Constructor for class org.apache.commons.configuration2.CompositeConfiguration
Create a CompositeConfiguration with an empty in memory configuration and adds the collection of configurations specified.
CompositeConfiguration(Configuration) - Constructor for class org.apache.commons.configuration2.CompositeConfiguration
Creates a CompositeConfiguration object with a specified in-memory configuration.
CompositeConfiguration(Configuration, Collection<? extends Configuration>) - Constructor for class org.apache.commons.configuration2.CompositeConfiguration
Creates a CompositeConfiguration with a specified in-memory configuration, and then adds the given collection of configurations.
concatenate(Collection<E>, Collection<? extends E>) - Static method in class org.apache.commons.configuration2.tree.ModelTransaction
Constructs the concatenation of two collections.
concatenate(Map<K, V>, Map<? extends K, ? extends V>) - Static method in class org.apache.commons.configuration2.tree.ModelTransaction
Constructs the concatenation of two maps.
concatenate(Set<E>, Set<? extends E>) - Static method in class org.apache.commons.configuration2.tree.ModelTransaction
Constructs the concatenation of two sets.
config - Variable in class org.apache.commons.configuration2.BaseConfigurationXMLReader
Stores the actual configuration.
config - Variable in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
The wrapped configuration
config - Variable in class org.apache.commons.configuration2.web.ServletConfiguration
Stores a reference to the wrapped ServletConfig.
config - Variable in class org.apache.commons.configuration2.web.ServletFilterConfiguration
Stores the wrapped filter config.
CONFIG_BEAN_FACTORY_NAME - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the name of the configuration bean factory.
CONFIG_SECTIONS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
An array with the names of top level configuration sections.
ConfigData(Configuration, String, String) - Constructor for class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Creates a new instance of ConfigData and initializes it.
ConfigData(Configuration, String, String) - Constructor for class org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
Creates a new instance of ConfigData and initializes it.
configList - Variable in class org.apache.commons.configuration2.CompositeConfiguration
List holding all the configuration
configs - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
The CombinedConfigurations
configuration - Variable in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
Stores the associated configuration.
configuration - Variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Stores the associated configuration.
configuration - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.WrapperBuilder
The configuration managed by this builder.
configuration - Variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
The newly created configuration object.
configuration - Variable in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Stores a reference to the configuration.
configuration - Variable in class org.apache.commons.configuration2.ConfigurationLookup
The configuration to which lookups are delegated.
configuration - Variable in class org.apache.commons.configuration2.ConfigurationMap
The Configuration wrapped by this class.
configuration - Variable in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet
The configuration mapped to this entry set.
configuration - Variable in class org.apache.commons.configuration2.DataConfiguration
Stores the wrapped configuration.
configuration - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
Stores a reference to the configuration.
configuration - Variable in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Stores the configuration object to be parsed.
Configuration - Interface in org.apache.commons.configuration2
The main Configuration interface.
CONFIGURATION_CLASS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Constant for the name of the supported configuration class.
CONFIGURATION_NODE_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
Constant for the order of this factory.
CONFIGURATION_REQUEST - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
The specific event type for configuration request events.
configurationAt(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a hierarchical subnode configuration for the node specified by the given key.
configurationAt(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
configurationAt(String) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Returns a hierarchical subnode configuration for the node specified by the given key.
configurationAt(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
configurationAt(String, boolean) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a hierarchical sub configuration object that wraps the configuration node specified by the given key.
configurationAt(String, boolean) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
configurationAt(String, boolean) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Returns a hierarchical sub configuration object that wraps the configuration node specified by the given key.
configurationAt(String, boolean) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
ConfigurationAttributePointer<T> - Class in org.apache.commons.configuration2.tree.xpath
A specialized NodePointer implementation for the attributes of a configuration node.
ConfigurationAttributePointer(ConfigurationNodePointer<T>, String) - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Creates a new instance of ConfigurationAttributePointer.
configurationBuilder - Variable in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Stores a reference to the associated configuration builder.
ConfigurationBuilder<T extends ImmutableConfiguration> - Interface in org.apache.commons.configuration2.builder
Definition of an interface for objects that can create ImmutableConfiguration or Configuration objects of a specific type.
ConfigurationBuilderEvent - Class in org.apache.commons.configuration2.builder
A base event class for events generated by a ConfigurationBuilder.
ConfigurationBuilderEvent(ConfigurationBuilder<?>, EventType<? extends ConfigurationBuilderEvent>) - Constructor for class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
Creates a new instance of ConfigurationBuilderEvent and sets basic properties.
ConfigurationBuilderProvider - Interface in org.apache.commons.configuration2.builder.combined
An interface for creating builders for configuration sources of a CombinedConfigurationBuilder.
ConfigurationBuilderResultCreatedEvent - Class in org.apache.commons.configuration2.builder
A specialized event class which is generated by a ConfigurationBuilder when a result configuration has been created.
ConfigurationBuilderResultCreatedEvent(ConfigurationBuilder<?>, EventType<? extends ConfigurationBuilderResultCreatedEvent>, ImmutableConfiguration) - Constructor for class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
Creates a new instance of ConfigurationBuilderResultCreatedEvent and initializes its properties.
configurationClass - Variable in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Stores the name of the configuration class to be created.
ConfigurationComparator - Interface in org.apache.commons.configuration2
Comparator for configurations interface.
ConfigurationConsumer<T> - Interface in org.apache.commons.configuration2
A Configuration task that may throw a ConfigurationException.
ConfigurationConverter - Class in org.apache.commons.configuration2
Configuration converter.
ConfigurationConverter() - Constructor for class org.apache.commons.configuration2.ConfigurationConverter
Private constructor prevents instances from being created.
ConfigurationDeclaration - Class in org.apache.commons.configuration2.builder.combined
A specialized BeanDeclaration implementation that represents the declaration of a configuration source.
ConfigurationDeclaration(CombinedConfigurationBuilder, HierarchicalConfiguration<?>) - Constructor for class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Creates a new instance of ConfigurationDeclaration and initializes it.
configurationDecoder - Variable in class org.apache.commons.configuration2.AbstractConfiguration
The object used for dealing with encoded property values.
ConfigurationDecoder - Interface in org.apache.commons.configuration2
An interface for decoding encoded values from a configuration source.
ConfigurationDynaBean - Class in org.apache.commons.configuration2.beanutils
The ConfigurationDynaBean dynamically reads and writes configurations properties from a wrapped configuration-collection Configuration instance.
ConfigurationDynaBean(Configuration) - Constructor for class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
Constructs a new instance of ConfigurationDynaBean and sets the configuration this bean is associated with.
ConfigurationDynaClass - Class in org.apache.commons.configuration2.beanutils
The ConfigurationDynaClass dynamically determines properties for a ConfigurationDynaBean from a wrapped configuration-collection Configuration instance.
ConfigurationDynaClass(Configuration) - Constructor for class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
Constructs an instance of a ConfigurationDynaClass wrapping the specified Configuration instance.
ConfigurationErrorEvent - Class in org.apache.commons.configuration2.event
An event class that is used for reporting errors that occurred while processing configuration properties.
ConfigurationErrorEvent(Object, EventType<? extends ConfigurationErrorEvent>, EventType<?>, String, Object, Throwable) - Constructor for class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Creates a new instance of ConfigurationErrorEvent and sets all its properties.
ConfigurationEvent - Class in org.apache.commons.configuration2.event
An event class for reporting updates on a configuration object.
ConfigurationEvent(Object, EventType<? extends ConfigurationEvent>, String, Object, boolean) - Constructor for class org.apache.commons.configuration2.event.ConfigurationEvent
Creates a new instance of ConfigurationEvent and initializes it.
ConfigurationException - Exception in org.apache.commons.configuration2.ex
Any exception that occurs while initializing a Configuration object.
ConfigurationException() - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
Constructs a new ConfigurationException without specified detail message.
ConfigurationException(String) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
Constructs a new ConfigurationException with specified detail message.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
Constructs a new ConfigurationException with specified detail message and nested Throwable.
ConfigurationException(Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
Constructs a new ConfigurationException with specified nested Throwable.
ConfigurationInterpolator - Class in org.apache.commons.configuration2.interpol
A class that handles interpolation (variable substitution) for configuration objects.
ConfigurationInterpolator() - Constructor for class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Creates a new instance of ConfigurationInterpolator.
ConfigurationInterpolator.DefaultPrefixLookupsHolder - Class in org.apache.commons.configuration2.interpol
Internal class used to construct the default Lookup map used by ConfigurationInterpolator.getDefaultPrefixLookups().
ConfigurationInterpolator.DefaultStringConverter - Class in org.apache.commons.configuration2.interpol
Class encapsulating the default logic to convert resolved variable values into strings.
configurationListeners - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
A list for the event listeners to be passed to managed builders.
ConfigurationLogger - Class in org.apache.commons.configuration2.io
A class providing basic logging capabilities.
ConfigurationLogger() - Constructor for class org.apache.commons.configuration2.io.ConfigurationLogger
Creates a new, uninitialized instance of ConfigurationLogger.
ConfigurationLogger(Class<?>) - Constructor for class org.apache.commons.configuration2.io.ConfigurationLogger
Creates a new instance of ConfigurationLogger that uses a logger whose name is derived from the provided class.
ConfigurationLogger(String) - Constructor for class org.apache.commons.configuration2.io.ConfigurationLogger
Creates a new instance of ConfigurationLogger that uses the specified logger name.
ConfigurationLogger(Log) - Constructor for class org.apache.commons.configuration2.io.ConfigurationLogger
Creates a new instance of ConfigurationLogger which wraps the specified logger.
ConfigurationLookup - Class in org.apache.commons.configuration2
A specialized implementation of the Lookup interface which uses a Configuration object to resolve variables.
ConfigurationLookup(ImmutableConfiguration) - Constructor for class org.apache.commons.configuration2.ConfigurationLookup
Creates a new instance of ConfigurationLookup and sets the associated ImmutableConfiguration.
ConfigurationMap - Class in org.apache.commons.configuration2
The ConfigurationMap wraps a configuration-collection Configuration instance to provide a Map interface.
ConfigurationMap(Configuration) - Constructor for class org.apache.commons.configuration2.ConfigurationMap
Creates a new instance of a ConfigurationMap that wraps the specified Configuration instance.
ConfigurationMap.ConfigurationSet - Class in org.apache.commons.configuration2
Set of entries in the map.
ConfigurationMap.ConfigurationSet.ConfigurationSetIterator - Class in org.apache.commons.configuration2
Iterator over the entries in the ConfigurationMap.
ConfigurationMap.ConfigurationSet.Entry - Class in org.apache.commons.configuration2
A Map entry in the ConfigurationMap.
configurationName - Variable in class org.apache.commons.configuration2.DatabaseConfiguration
The configurationName of the configuration.
configurationNameColumn - Variable in class org.apache.commons.configuration2.DatabaseConfiguration
The column containing the configurationName of the configuration.
ConfigurationNodeIteratorAttribute<T> - Class in org.apache.commons.configuration2.tree.xpath
A specialized node iterator implementation that deals with attribute nodes.
ConfigurationNodeIteratorAttribute(ConfigurationNodePointer<T>, QName) - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
Creates a new instance of ConfigurationNodeIteratorAttribute.
ConfigurationNodeIteratorBase<T> - Class in org.apache.commons.configuration2.tree.xpath
A base class for implementing iterators over configuration nodes.
ConfigurationNodeIteratorBase(ConfigurationNodePointer<T>, boolean) - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Creates a new instance of ConfigurationNodeIteratorBase and initializes it.
ConfigurationNodeIteratorChildren<T> - Class in org.apache.commons.configuration2.tree.xpath
A specialized iterator implementation for the child nodes of a configuration node.
ConfigurationNodeIteratorChildren(ConfigurationNodePointer<T>, NodeTest, boolean, ConfigurationNodePointer<T>) - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
Creates a new instance of ConfigurationNodeIteratorChildren and initializes it.
ConfigurationNodePointer<T> - Class in org.apache.commons.configuration2.tree.xpath
A specific NodePointer implementation for configuration nodes.
ConfigurationNodePointer(ConfigurationNodePointer<T>, T, NodeHandler<T>) - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Creates a new instance of ConfigurationNodePointer and initializes it with its parent pointer.
ConfigurationNodePointer(T, Locale, NodeHandler<T>) - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Creates a new instance of ConfigurationNodePointer pointing to the specified node.
ConfigurationNodePointerFactory - Class in org.apache.commons.configuration2.tree.xpath
Implementation of the NodePointerFactory interface for configuration nodes.
ConfigurationNodePointerFactory() - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
 
ConfigurationNodePointerFactory.NodeWrapper<T> - Class in org.apache.commons.configuration2.tree.xpath
An internally used wrapper class that holds all information for processing a query for a specific node.
ConfigurationNodeVisitor<T> - Interface in org.apache.commons.configuration2.tree
Definition of a Visitor interface for a configuration node structure.
ConfigurationNodeVisitorAdapter<T> - Class in org.apache.commons.configuration2.tree
A simple adapter class that simplifies writing custom node visitor implementations.
ConfigurationNodeVisitorAdapter() - Constructor for class org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
 
ConfigurationRuntimeException - Exception in org.apache.commons.configuration2.ex
A configuration related runtime exception.
ConfigurationRuntimeException() - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException without specified detail message.
ConfigurationRuntimeException(String) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message.
ConfigurationRuntimeException(String, Object...) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message using String.format(String,Object...).
ConfigurationRuntimeException(String, Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message and nested Throwable.
ConfigurationRuntimeException(Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified nested Throwable.
configurations - Variable in class org.apache.commons.configuration2.CombinedConfiguration
Stores a list with the contained configurations.
configurations - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Stores a list with the contained configurations.
Configurations - Class in org.apache.commons.configuration2.builder.fluent
A convenience class which simplifies the creation of standard configurations and their builders.
Configurations() - Constructor for class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a new Configurations instance with default settings.
Configurations(Parameters) - Constructor for class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a new instance of Configurations and initializes it with the specified Parameters object.
configurationsAt(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a list of sub configurations for all configuration nodes selected by the given key.
configurationsAt(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
configurationsAt(String) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Returns a list of sub configurations for all configuration nodes selected by the given key.
configurationsAt(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
configurationsAt(String, boolean) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a list of sub configurations for all configuration nodes selected by the given key allowing the caller to specify the supportUpdates flag.
configurationsAt(String, boolean) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Returns a list of sub configurations for all configuration nodes selected by the given key allowing the caller to specify the supportUpdates flag.
ConfigurationSet(Configuration) - Constructor for class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet
 
ConfigurationSetIterator() - Constructor for class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
ConfigurationSourceData() - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Creates a new instance of ConfigurationSourceData.
ConfigurationUtils - Class in org.apache.commons.configuration2
Miscellaneous utility methods for configurations.
ConfigurationUtils() - Constructor for class org.apache.commons.configuration2.ConfigurationUtils
Private constructor.
ConfigurationXMLReader - Class in org.apache.commons.configuration2
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.configuration2.ConfigurationXMLReader
Creates a new instance of ConfigurationXMLReader.
configure(BuilderParameters...) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Appends the content of the specified BuilderParameters objects to the current initialization parameters.
configure(BuilderParameters...) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Appends the content of the specified BuilderParameters objects to the current initialization parameters.
configure(BuilderParameters...) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Appends the content of the specified BuilderParameters objects to the current initialization parameters.
configure(BuilderParameters...) - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Appends the content of the specified BuilderParameters objects to the current initialization parameters.
configure(BuilderParameters...) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Appends the content of the specified BuilderParameters objects to the current initialization parameters.
configure(BuilderParameters...) - Method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Appends the content of the specified BuilderParameters objects to the current initialization parameters.
configureBuilder(BasicConfigurationBuilder<? extends Configuration>, ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Configures a newly created builder instance with its initialization parameters.
configureEntityResolver(HierarchicalConfiguration<?>, XMLBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates and initializes a default EntityResolver if the definition configuration contains a corresponding declaration.
conn - Variable in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Stores the connection.
connect(BasicConfigurationBuilder<?>, ReloadingController) - Static method in class org.apache.commons.configuration2.builder.ReloadingBuilderSupportListener
Creates a new instance of ReloadingBuilderSupportListener which connects the specified ConfigurationBuilder with the given ReloadingController.
connection - Variable in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
The HttpURLConnection
connectTimeoutMillis - Variable in class org.apache.commons.configuration2.io.URLConnectionOptions
TODO
connectToReloadingController(ReloadingController) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Connects this builder with a ReloadingController.
CONST - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for Java constants, accessed using the prefix "const".
ConstantLookup - Class in org.apache.commons.configuration2.interpol
Looks up constant fields in classes.
ConstantLookup() - Constructor for class org.apache.commons.configuration2.interpol.ConstantLookup
 
CONSTR_ARGS - Static variable in class org.apache.commons.configuration2.convert.PropertyConverter
Constant for the argument classes of the Number constructor that takes a String.
constructAttributeKey(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Decorates the given key so that it represents an attribute.
constructCanonicalComment(String, boolean) - Static method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Helper method for generating a comment string.
constructCombinedNode() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Creates the root node of this combined configuration.
constructFile(String, String) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Helper method for constructing a file object from a base path and a file name.
constructFileName(MultiFileBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Determines the file name of a configuration based on the file name pattern.
constructHierarchy(String, Object) - Static method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Creates a part of the hierarchical nodes structure of the resulting configuration.
constructHierarchy(ImmutableNode.Builder, MutableObject<String>, Element, Map<ImmutableNode, Object>, boolean, int) - Method in class org.apache.commons.configuration2.XMLConfiguration
Helper method for building the internal storage hierarchy.
constructMap(ImmutableNode) - Method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Constructs a YAML map, i.e.
ConstructorArg - Class in org.apache.commons.configuration2.beanutils
A class representing an argument for a constructor invocation to be used by a BeanDeclaration.
ConstructorArg(BeanDeclaration, Object, String) - Constructor for class org.apache.commons.configuration2.beanutils.ConstructorArg
Constructs a new instance of ConstructorArg.
constructorMatchingException(Class<?>, BeanDeclaration, String) - Static method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Constructs an exception if no single matching constructor was found with a meaningful error message.
contains(String, String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
contains(String, String) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
This operation is not supported by the WrapDynaBean objects used internally by this class.
containsKey(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Checks if the configuration contains the specified key.
containsKey(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Checks if the configuration contains the specified key.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Actually checks whether the specified key is contained in this configuration.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Checks if the specified key is contained in this configuration.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.BaseConfiguration
check if the configuration contains the key
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
 
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Checks whether this configuration contains the specified key.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.DataConfiguration
 
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.JNDIConfiguration
Checks whether the specified key is contained in this configuration.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.MapConfiguration
 
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.web.BaseWebConfiguration
Checks whether the specified key is stored in this configuration.
content - Variable in class org.apache.commons.configuration2.io.FileHandler
The file-based object managed by this handler.
contentHandler - Variable in class org.apache.commons.configuration2.ConfigurationXMLReader
Stores the content handler.
context - Variable in class org.apache.commons.configuration2.JNDIConfiguration
The initial JNDI context.
context - Variable in class org.apache.commons.configuration2.web.ServletContextConfiguration
Stores the wrapped servlet context.
contextFactory - Variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
The internally used context factory.
controller - Variable in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
The associated reloading controller.
controllerParam - Variable in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
The parameter to be passed to the controller.
controllers - Variable in class org.apache.commons.configuration2.reloading.CombinedReloadingController
The collection with managed reloading controllers.
ConversionException - Exception in org.apache.commons.configuration2.ex
Thrown when a property is incompatible with the type requested.
ConversionException() - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException without specified detail message.
ConversionException(String) - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException with specified detail message.
ConversionException(String, Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException with specified detail message and nested Throwable.
ConversionException(Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException with specified nested Throwable.
conversionExpressionEngine - Variable in class org.apache.commons.configuration2.CombinedConfiguration
An expression engine used for converting child configurations to hierarchical ones.
conversionHandler - Variable in class org.apache.commons.configuration2.AbstractConfiguration
The conversion handler.
conversionHandler - Variable in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
The conversion handler used by this instance.
ConversionHandler - Interface in org.apache.commons.configuration2.convert
An interface defining the possible data type conversions supported by the configuration framework.
convert(Class<T>, String, T, boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Helper method for obtaining a property value with a type conversion.
convert(Object, Class<T>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Performs the conversion from the passed in source object to the specified target class.
convertClob(Clob) - Static method in class org.apache.commons.configuration2.DatabaseConfiguration
Converts a CLOB to a string.
convertFileToURL(File) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Tries to convert the specified file to a URL.
convertPropertiesToMap(Properties) - Static method in class org.apache.commons.configuration2.MapConfiguration
Helper method for converting the type of the Properties object to a supported map type.
convertResults(List<?>) - Static method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Converts the objects returned as query result from the JXPathContext to query result objects.
convertToArray(Class<?>, String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Performs a conversion to an array result class.
convertToCollection(Object, Class<T>, ConfigurationInterpolator, Collection<T>) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Helper method for converting all values of a source object and storing them in a collection.
convertToEnum(Class<?>, Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Helper method for converting a value to a constant of an enumeration class.
convertToHierarchical(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Converts the passed in configuration to a hierarchical one.
convertToHierarchical(Configuration, ExpressionEngine) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Converts the passed in Configuration object to a hierarchical one using the specified ExpressionEngine.
convertURIToURL(URI) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Tries to convert the specified URI to a URL.
convertValue(Object, Class<T>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Performs a conversion of a single value to the specified target class.
copy(Configuration) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Copies the content of the specified configuration into this configuration.
copy(Configuration, Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Copy all properties from the source configuration to the target configuration.
copy(ImmutableConfiguration, Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Copy all properties from the source configuration to the target configuration.
copyCollection(Collection<? extends T>) - Static method in class org.apache.commons.configuration2.tree.NodeUpdateData
Creates an unmodifiable defensive copy of the passed in collection with may be null.
copyDocument(Document) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a copy of the specified document.
copyEventListeners(BasicConfigurationBuilder<?>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Copies all EventListener objects registered at this builder to the specified target configuration builder.
copyEventListeners(BasicConfigurationBuilder<?>, EventListenerList) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Copies all event listeners in the specified list to the specified target configuration builder.
copyEventListeners(BaseEventSource) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Copies all event listener registrations maintained by this object to the specified BaseEventSource object.
copyFrom(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Copies the data from the given layout object.
copyMap(Map<? extends K, ? extends V>) - Static method in class org.apache.commons.configuration2.tree.NodeUpdateData
Creates an unmodifiable defensive copy of the passed in map which may be null.
CopyObjectDefaultHandler - Class in org.apache.commons.configuration2.builder
A specialized implementation of DefaultParametersHandler that copies the properties of a BuilderParameters object (passed at construction time) onto the object to be initialized.
CopyObjectDefaultHandler(BuilderParameters) - Constructor for class org.apache.commons.configuration2.builder.CopyObjectDefaultHandler
Creates a new instance of CopyObjectDefaultHandler and initializes it with the specified source object.
copyParentMapping() - Method in class org.apache.commons.configuration2.tree.TreeData
Returns a copy of the mapping from nodes to their parents.
copyProperties(Object, Object) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Copies matching properties from the source bean to the destination bean using a specially configured PropertyUtilsBean instance.
copyPropertiesFrom(Map<String, ?>, String...) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Copies a number of properties from the given map into this object.
copyReplacementMapping() - Method in class org.apache.commons.configuration2.tree.TreeData
Returns a copy of the map storing the replaced nodes.
countChildElements(Node, String) - Static method in class org.apache.commons.configuration2.XMLConfiguration
Determines the number of child elements of this given node with the specified node name.
countTrailingBS(String) - Static method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Returns the number of trailing backslashes.
countTrailingBS(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Returns the number of trailing backslashes.
CR - Static variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Constant for the line break character.
create() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Creates a new InterpolatorSpecification instance with the properties set so far.
create() - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Creates a new immutable FileLocatorImpl object based on the properties set so far for this builder.
create() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Creates the DefaultExpressionEngineSymbols instance based on the properties set for this builder object.
create() - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates a new ImmutableNode instance based on the properties set for this builder.
createAdditionalsConfiguration(CombinedConfiguration) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates the CombinedConfiguration for the configuration sources in the &lt;additional&gt; section.
createAndAddConfigurations(CombinedConfiguration, List<ConfigurationDeclaration>, List<ConfigurationBuilder<? extends Configuration>>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Processes the declaration of configuration builder providers, creates the corresponding builder if necessary, obtains configurations, and adds them to the specified result configuration.
createAttributeDataList(ConfigurationNodePointer<T>, QName) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
Determines which attributes are selected based on the passed in node name.
createAttributeResult(T, String) - Static method in class org.apache.commons.configuration2.tree.QueryResult
Creates a QueryResult instance representing an attribute result.
createAttributes() - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates a map with the attributes of the newly created node.
createBean(BeanCreationContext) - Method in interface org.apache.commons.configuration2.beanutils.BeanFactory
Creates a bean instance for the given context object.
createBean(BeanCreationContext) - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Creates a new bean instance.
createBean(BeanDeclaration) - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
Creates a bean based on the given BeanDeclaration.
createBean(BeanDeclaration) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
 
createBean(BeanDeclaration) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Creates a bean instance for the specified declaration.
createBean(BeanDeclaration, Class<?>) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Creates a bean instance for the specified declaration.
createBean(BeanDeclaration, Class<?>, Object) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
The main method for creating and initializing beans from a configuration.
createBeanCreationContext(BeanDeclaration, Class<?>, Object, BeanFactory) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Creates a BeanCreationContext object for the creation of the specified bean.
createBeanDeclaration(XMLBeanDeclaration.NodeData<?>) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Creates a new BeanDeclaration for a child node of the current configuration node.
createBeanInstance(BeanCreationContext) - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Creates the bean instance.
createBuilder(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Creates a new, uninitialized instance of the builder class managed by this provider.
createBuilder(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Creates a new, uninitialized instance of the builder class managed by this provider.
createBuilderChangeListener() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Creates a listener for builder change events.
createBuilderConfigurationWrapper(Class<T>, ConfigurationBuilder<? extends T>) - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Creates a wrapper ImmutableConfiguration on top of the specified ConfigurationBuilder.
createBuilderConfigurationWrapper(Class<T>, ConfigurationBuilder<? extends T>, BuilderConfigurationWrapperFactory.EventSourceSupport) - Static method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Creates a ImmutableConfiguration object which wraps the specified ConfigurationBuilder.
createChangeListener() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a listener which reacts on all changes on this configuration or one of its SubnodeConfiguration instances.
createChildConfiguration() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Creates a new, uninitialized child configuration.
createChildNodeWithValue(ImmutableNode.Builder, ImmutableNode.Builder, Element, String, boolean, Map<String, String>, Map<ImmutableNode, Object>) - Method in class org.apache.commons.configuration2.XMLConfiguration
Creates a new child node, assigns its value, and adds it to its parent.
createChildren() - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates a list with the children of the newly created node.
createConfigurationBuilder(ConfigurationDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Creates a configuration builder based on a source declaration in the definition configuration.
createConnectedSubConfiguration(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a sub configuration from the specified key which is connected to this configuration.
createConnectedSubConfigurations(InMemoryNodeModelSupport, Collection<NodeSelector>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a list of connected sub configurations based on a passed in list of node selectors.
createConstructorArg(XMLBeanDeclaration.NodeData<?>) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Creates a ConstructorArg object for the specified configuration node.
createContext() - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Creates a new JexlContext and initializes it with the variables managed by this Lookup object.
createContext(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathContextFactory
Creates a new JXPathContext based on the passed in arguments.
createContext(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Creates the JXPathContext to be used for executing a query.
createCopy() - Method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a copy of this object.
createDataWithTrackedChildNode(TreeData, ImmutableNode, String, NodeKeyResolver<ImmutableNode>, MutableObject<NodeSelector>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates a new data object with a tracked child node of the given parent node.
createDeclarations(Collection<? extends HierarchicalConfiguration<?>>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates ConfigurationDeclaration objects for the specified configurations.
createDefaultExecutorService() - Static method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Creates a default executor service.
createDefaultLock() - Static method in class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
Returns a new default lock object which is used if no lock is passed to the constructor.
createDefaultLookups() - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultPrefixLookupsHolder
Create the lookup map used when the user has requested no customization.
createDefaultProviders() - Static method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates the map with the default configuration builder providers.
createDefaultSmybols() - Static method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Creates the DefaultExpressionEngineSymbols object with default symbols.
createDefensiveCopies(HashMap<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Creates defensive copies for collection structures when constructing the map with parameters.
createDocument() - Method in class org.apache.commons.configuration2.XMLConfiguration
Creates a DOM document from the internal tree of configuration nodes.
createDocumentBuilder() - Method in class org.apache.commons.configuration2.XMLConfiguration
Creates the DocumentBuilder to be used for loading files.
createDocumentBuilder(DocumentBuilderFactory) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a new DocumentBuilder using the specified factory.
createDocumentBuilderFactory() - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a new DocumentBuilderFactory instance.
createDynaBean(Object) - Static method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
Creates a DynaBean object for the given bean.
createElementMapping(Document, Document) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates the element mapping for the specified documents.
createElementMappingForNodes(Node, Node, Map<Node, Node>) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates the element mapping for the specified nodes and all their child nodes.
createEmptyTrackedNode(NodeTracker.TrackedNodeData) - Static method in class org.apache.commons.configuration2.tree.NodeTracker
Creates an empty node derived from the passed in TrackedNodeData object.
createErrorEvent(EventType<? extends ConfigurationErrorEvent>, EventType<?>, String, Object, Throwable) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Creates a ConfigurationErrorEvent object based on the passed in parameters.
createEvent(EventType<T>, String, Object, boolean) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Creates a ConfigurationEvent object based on the passed in parameters.
createEventWithChangedSource(ConfigurationBuilderEvent) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a new ConfigurationBuilderEvent based on the passed in event, but with the source changed to this builder.
createFile(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileHandler
Creates a File object from the content of the given FileLocator object.
createFileBasedBuilder(Class<T>) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a configured builder for a file-based configuration of the specified type.
createFileBasedBuilder(Class<T>, FileBasedBuilderParameters) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a configured builder for a file-based configuration of the specified type.
createFullyInitializedLocatorFromURL(FileLocator, URL) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Creates a fully initialized FileLocator based on the specified URL.
createIndependentSubConfiguration(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a sub configuration from the specified key which is independent on this configuration.
createIndependentSubConfigurationForNode(ImmutableNode) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns an initialized sub configuration for this configuration that is based on another BaseHierarchicalConfiguration.
createInitializedManagedBuilder(String, Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a fully initialized builder for a managed configuration.
createInterpolator() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates the ConfigurationInterpolator to be used by this instance.
createInterpolator(InterpolatorSpecification) - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Creates a new instance based on the properties in the given specification object.
createInverseMapping(Map<ImmutableNode, ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TreeData
Creates the inverse replacement mapping.
createLayout() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Creates a standard layout object.
createLocatorWithFileName(String, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Creates a FileLocator which is a copy of the passed in one, but has the given file name set to reference the target file.
createLoggerForClass(Class<?>) - Static method in class org.apache.commons.configuration2.io.ConfigurationLogger
Creates an internal logger for the given class.
createLoggerForName(String) - Static method in class org.apache.commons.configuration2.io.ConfigurationLogger
Creates an internal logger for the given name.
createManagedBuilder(String, Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a builder for a managed configuration.
createManagedBuilder(String, Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates a builder for a managed configuration.
createManagedBuilderParameters(Map<String, Object>, MultiFileBuilderParametersImpl) - Static method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a map with parameters for a new managed configuration builder.
createNewRootNode(ImmutableNode.Builder, Map<String, ImmutableNode.Builder>) - Static method in class org.apache.commons.configuration2.INIConfiguration
Creates a new root node from the builders constructed while reading the configuration file.
createNode() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Creates the configuration node defined by this builder.
createNodeAddData(String, QueryResult<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Creates a NodeAddData object as a result of a prepareAdd() operation.
createNodeBuilders(BufferedReader, ImmutableNode.Builder, Map<String, ImmutableNode.Builder>) - Method in class org.apache.commons.configuration2.INIConfiguration
Reads the content of an INI file from the passed in reader and creates a structure of builders for constructing the ImmutableNode objects representing the data.
createNodeDataFromConfiguration(HierarchicalConfiguration<T>) - Static method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Creates a NodeData object from the root node of the given configuration.
createNodeHandler() - Static method in class org.apache.commons.configuration2.tree.NodeCombiner
Creates a node handler object for immutable nodes which can be used by sub classes to perform advanced operations on nodes.
createNodeModel(HierarchicalConfiguration<ImmutableNode>) - Static method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates the NodeModel for this configuration based on a passed in source configuration.
createNodeOnPath(Iterator<String>, Collection<ImmutableNode>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Recursive helper method for creating a path node for an add operation.
createNodePointer(int) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
Creates a pointer for the node at the specified position.
createNodePointer(int) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Creates the configuration node pointer for the current position.
createNodePointer(int) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
Creates the configuration node pointer for the current position.
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
Creates a node pointer for the specified bean.
createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
Creates a node pointer for the specified bean.
createNodeResult(T) - Static method in class org.apache.commons.configuration2.tree.QueryResult
Creates a QueryResult instance representing the specified result node.
createNodesToAdd(String, Iterable<?>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates a collection with new nodes with a given name and a value from a given collection.
createNodeToAddWithPath(NodeAddData<ImmutableNode>, Collection<ImmutableNode>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates a node structure consisting of the path nodes defined by the passed in NodeAddData instance and all new child nodes.
createParameterObject(String) - Static method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Creates an instance of a parameter class using reflection.
createParameterObjects() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Creates a collection of parameter objects to be used for configuring the builder.
createParametersProxy(Object, Class<T>, Class<?>...) - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a proxy object for a given parameters interface based on the given implementation object.
createParentMapping(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates the mapping to parent nodes for the nodes structured represented by the passed in root node.
createPath(File) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
Create the path to the specified file.
createPathNodes(Collection<String>) - Static method in class org.apache.commons.configuration2.tree.NodeAddData
Creates the list with path nodes.
createPropertiesReader(Reader) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.DefaultIOFactory
 
createPropertiesReader(Reader) - Method in interface org.apache.commons.configuration2.PropertiesConfiguration.IOFactory
Creates a PropertiesReader for reading a properties file.
createPropertiesReader(Reader) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.JupIOFactory
 
createPropertiesWriter(Writer, ListDelimiterHandler) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.DefaultIOFactory
 
createPropertiesWriter(Writer, ListDelimiterHandler) - Method in interface org.apache.commons.configuration2.PropertiesConfiguration.IOFactory
Creates a PropertiesWriter for writing a properties file.
createPropertiesWriter(Writer, ListDelimiterHandler) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.JupIOFactory
 
createPropertyCollection(String, Class<?>) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Creates a concrete collection instance to populate a property of type collection.
createReloadingController() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Creates the ReloadingController for this builder.
createReloadingController() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates the reloading controller used by this builder.
createReloadingController() - Method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Creates the ReloadingController associated with this object.
createReloadingDetector(FileHandler, FileBasedBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.DefaultReloadingDetectorFactory
 
createReloadingDetector(FileHandler, FileBasedBuilderParametersImpl) - Method in interface org.apache.commons.configuration2.builder.ReloadingDetectorFactory
Creates a new ReloadingDetector object based on the passed in parameters.
createReloadingDetector(FileHandler, FileBasedBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Creates a ReloadingDetector which monitors the passed in FileHandler.
createReloadingDetectorForController() - Method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Creates a ReloadingDetector wrapper to be passed to the associated ReloadingController.
createResult() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates a new, initialized result object.
createResult(Object) - Static method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Creates a QueryResult object from the given result object of a query.
createResultDeclaration(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates a new BeanDeclaration which is used for creating new result objects dynamically.
createResultDeclaration(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates a new BeanDeclaration which is used for creating new result objects dynamically.
createResultInstance() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates the new, uninitialized result object.
createSelectorsForTrackedNodes(Mutable<Collection<NodeSelector>>, List<ImmutableNode>, TreeData, NodeKeyResolver<ImmutableNode>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates tracked node entries for the specified nodes and creates the corresponding selectors.
createSourceData() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates the data object for configuration sources and the corresponding builders.
createStatement(String, boolean) - Method in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Creates a PreparedStatement object for executing the specified SQL statement.
createSubConfigurationForTrackedNode(NodeSelector, InMemoryNodeModelSupport) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a connected sub configuration based on a selector for a tracked node.
createSubConfigurationForTrackedNode(NodeSelector, InMemoryNodeModelSupport) - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Creates a connected sub configuration based on a selector for a tracked node.
createSubNodeList(T, NodeTest) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
Creates the list with sub nodes.
createSubNodeListForName(T, QName) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
Obtains the list of selected nodes for a NodeNameTest with either a simple or a qualified name.
createSubNodeListForWildcardName(T, QName) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
Obtains the list of selected sub nodes for a NodeNameTest with a wildcard name.
createSubsetRootNode(Collection<QueryResult<ImmutableNode>>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a root node for a subset configuration based on the passed in query results.
createTransformer() - Method in class org.apache.commons.configuration2.XMLConfiguration
Creates and initializes the transformer used for save operations.
createTransformer() - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a new Transformer object.
createTransformer(TransformerFactory) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a Transformer using the specified factory.
createTransformerFactory() - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a new TransformerFactory.
createTreeData(ImmutableNode, TreeData) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates a TreeData object for the specified root node.
createTreeDataForRootAndTracker(ImmutableNode, NodeTracker) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates a TreeData object for the specified root node and NodeTracker.
createTriggerTaskCommand() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Creates the task which triggers the reloading controller.
createUnmodifiableConfiguration(Class<?>[], Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Helper method for creating a proxy for an unmodifiable configuration.
createValueNodes(ImmutableNode.Builder, String, String) - Method in class org.apache.commons.configuration2.INIConfiguration
Creates the node(s) for the given key value-pair.
createWithBasicProperties(ImmutableNode.Builder) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Initializes the given builder with basic properties (node name and value) and returns the newly created node.
createWithNewAttributes(Map<String, Object>) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Creates a new ImmutableNode instance with the same properties as this object, but with the given new attributes.
createWrapDynaBean(Object) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Creates a DynaBean instance which wraps the passed in bean.
createWrapperBuilder(ConfigurationBuilder<? extends Configuration>, Configuration) - Static method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
Creates the ConfigurationBuilder to be returned by this provider.
createWrapperConfiguration(ConfigurationBuilder) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
Creates a configuration which wraps the specified builder.
createXMLDefinitionBuilder(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates a default builder for the definition configuration and initializes it with a parameters object.
createXMLDefinitionBuilder(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Creates a default builder for the definition configuration and initializes it with a parameters object.
createYamlForReading(LoaderOptions) - Static method in class org.apache.commons.configuration2.YAMLConfiguration
Creates a Yaml object for reading a Yaml file.
CTOR_PARAM_TYPES - Static variable in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
The types of the constructor parameters for a basic builder.
ctrlSupport - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.ReloadableWrapperBuilder
The object for obtaining the reloading controller.
curChar - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
curLexState - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
current - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Stores the current key name.
CURRENT_CONFIG - Static variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Stores the current configuration for each involved thread.
CURRENT_USER - Static variable in interface org.apache.commons.configuration2.io.FileOptionsProvider
Key used to identify the user to be associated with the current file operations.
CurrentConfigHolder(String) - Constructor for class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Creates a new instance of CurrentConfigHolder and initializes it with the key for the current configuration.
currentConfiguration - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
The configuration that is currently constructed.
currentConfiguration - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Stores the current configuration of the current thread.
currentData - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
Stores the current tree data of the calling node model.
currentFileHandler - Variable in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Stores the FileHandler associated with the current configuration.
currentKey() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns the current key of the iteration (without skipping to the next element).
currentKey(boolean) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns the current key of the iteration (without skipping to the next element).
currentParameters - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Stores the current parameters object.
currentSeparator - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
The separator to be used for the current property.
currentToken - Variable in exception org.apache.commons.configuration2.plist.ParseException
This is the last token that has been consumed successfully.
currentXMLParameters - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
The current XML parameters object.

D

data - Variable in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
The underlying bean declaration.
data - Variable in class org.apache.commons.configuration2.reloading.ReloadingEvent
Stores additional data about this event.
Data() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
DATA - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
DATA_ENCODING - Static variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Constant for the encoding for binary data.
DATA_END - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
DATA_START - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
database() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for database configurations.
DatabaseBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties for a database configuration.
DatabaseBuilderParametersImpl - Class in org.apache.commons.configuration2.builder
A specialized parameters object for database configurations.
DatabaseBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
DatabaseBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a properties interface for parameters of a database configuration.
DatabaseConfiguration - Class in org.apache.commons.configuration2
Configuration stored in a database.
DatabaseConfiguration() - Constructor for class org.apache.commons.configuration2.DatabaseConfiguration
Creates a new instance of DatabaseConfiguration.
DatabaseConfiguration.JdbcOperation<T> - Class in org.apache.commons.configuration2
An internally used helper class for simplifying database access through plain JDBC.
DataConfiguration - Class in org.apache.commons.configuration2
Decorator providing additional getters for any Configuration.
DataConfiguration(Configuration) - Constructor for class org.apache.commons.configuration2.DataConfiguration
Creates a new instance of DataConfiguration and sets the wrapped configuration.
DataConfiguration.DataConversionHandler - Class in org.apache.commons.configuration2
A specialized ConversionHandler implementation which allows overriding the date format pattern.
dataConversionHandler - Variable in class org.apache.commons.configuration2.DataConfiguration
A special conversion handler object used by this configuration.
DataConversionHandler() - Constructor for class org.apache.commons.configuration2.DataConfiguration.DataConversionHandler
 
dataSource - Variable in class org.apache.commons.configuration2.DatabaseConfiguration
The data source to connect to the database.
Date() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
DATE - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for the current date in a specified format, accessed using the prefix "date".
DATE - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
DATE_FORMAT_KEY - Static variable in class org.apache.commons.configuration2.DataConfiguration
The key of the property storing the user defined date format.
DATE_PARSERS - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
An array with the component parsers for dealing with dates.
DATE_SEPARATOR_PARSER - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the separator parser for the date part.
DATE_START - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
DateComponentParser() - Constructor for class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateComponentParser
 
DateFieldParser(int, int) - Constructor for class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateFieldParser
Creates a new instance of DateFieldParser.
DateFieldParser(int, int, int) - Constructor for class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateFieldParser
Creates a new instance of DateFieldParser and fully initializes it.
dateFormat - Variable in class org.apache.commons.configuration2.convert.DefaultConversionHandler
The current date format.
DateSeparatorParser(String) - Constructor for class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateSeparatorParser
Creates a new instance of DateSeparatorParser and sets the separator string.
DateTimeZoneParser() - Constructor for class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateTimeZoneParser
 
debug(String) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified message on debug level.
DEBUG_ALL - Static variable in class org.apache.commons.configuration2.resolver.CatalogResolver
Debug everything.
DEBUG_NONE - Static variable in class org.apache.commons.configuration2.resolver.CatalogResolver
Debug nothing.
DEBUG_NORMAL - Static variable in class org.apache.commons.configuration2.resolver.CatalogResolver
Normal debug setting.
debugStream - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Debug output.
decode(String) - Method in interface org.apache.commons.configuration2.ConfigurationDecoder
Decodes the specified string.
decodeUrl(String) - Static method in class org.apache.commons.configuration2.io.FileUtils
Decodes the specified URL as per RFC 3986, i.e.
decrementLockCountAndCheckRelease() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Decrements the lock counter and checks whether it has reached 0.
DEFAULT - Static variable in class org.apache.commons.configuration2.io.URLConnectionOptions
Default options.
DEFAULT - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
Lexical state.
DEFAULT_ATTRIBUTE_END - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Constant for the default attribute end marker.
DEFAULT_ATTRIBUTE_START - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Constant for the default attribute start marker.
DEFAULT_COMBINER - Static variable in class org.apache.commons.configuration2.CombinedConfiguration
Constant for the default node combiner.
DEFAULT_DATE_FORMAT - Static variable in class org.apache.commons.configuration2.convert.DefaultConversionHandler
The default format for dates.
DEFAULT_DATE_FORMAT - Static variable in class org.apache.commons.configuration2.DataConfiguration
The default format for dates.
DEFAULT_DETECTOR_FACTORY - Static variable in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
The default factory for creating reloading detector objects.
DEFAULT_ENCODING - Static variable in class org.apache.commons.configuration2.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.configuration2.XMLPropertiesConfiguration
The default encoding (UTF-8 as specified by http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html)
DEFAULT_ENCODINGS - Static variable in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
A map for storing default encodings for specific configuration classes.
DEFAULT_ESCAPED_DELIMITER - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Constant for the default escaped property delimiter.
DEFAULT_FILE_SYSTEM - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Constant for the default FileSystem.
DEFAULT_INCLUDE_LISTENER - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
Defines default error handling for the special "include" key by throwing the given exception.
DEFAULT_INDENT_SIZE - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Constant for the default indent size.
DEFAULT_INDEX_END - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Constant for the default index end marker.
DEFAULT_INDEX_START - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Constant for the default index start marker.
DEFAULT_LOCATION_STRATEGY - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Constant for the default FileLocationStrategy.
DEFAULT_LOG - Static variable in class org.apache.commons.configuration2.io.FileSystem
Constant for the default logger.
DEFAULT_PREFIX - Static variable in class org.apache.commons.configuration2.interpol.ExprLookup
The default prefix for subordinate lookup expressions
DEFAULT_PREFIX_LOOKUPS_PROPERTY - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Name of the system property used to determine the lookups added by the ConfigurationInterpolator.getDefaultPrefixLookups() method.
DEFAULT_PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Constant for the default property delimiter.
DEFAULT_PROVIDERS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
An array with the providers for the default tags.
DEFAULT_PROVIDERS_MAP - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
A map with the default configuration builder providers.
DEFAULT_REFRESH_DELAY_MILLIS - Static variable in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Constant for the default refresh delay.
DEFAULT_ROOT_NAME - Static variable in class org.apache.commons.configuration2.ConfigurationXMLReader
Constant for the default name of the root element.
DEFAULT_ROOT_NAME - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Constant for the default root element name.
DEFAULT_SEPARATOR - Static variable in class org.apache.commons.configuration2.ConfigurationConverter
Constant for the default separator for properties with multiple values.
DEFAULT_SEPARATOR - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
Constant for the default properties separator.
DEFAULT_SUFFIX - Static variable in class org.apache.commons.configuration2.interpol.ExprLookup
The default suffix for subordinate lookup expressions
DEFAULT_SYMBOLS - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
An instance with default symbols.
DEFAULT_TAGS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
An array with the names of the default tags.
DEFAULT_TRANSFORMER - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
A ValueTransformer implementation used to escape property values.
defaultBeanClassName - Variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
The name of the default bean class.
defaultBeanFactory - Variable in class org.apache.commons.configuration2.beanutils.BeanHelper
Stores the default bean factory, which is used if no other factory is provided in a bean declaration.
DefaultBeanFactory - Class in org.apache.commons.configuration2.beanutils
The default implementation of the BeanFactory interface.
DefaultBeanFactory() - Constructor for class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Constructs a new instance of DefaultBeanFactory using a default ConversionHandler.
DefaultBeanFactory(ConversionHandler) - Constructor for class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Constructs a new instance of DefaultBeanFactory using the specified ConversionHandler for data type conversions.
DefaultConfigurationKey - Class in org.apache.commons.configuration2.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.configuration2.tree.DefaultConfigurationKey
Creates a new instance of DefaultConfigurationKey and sets the associated expression engine.
DefaultConfigurationKey(DefaultExpressionEngine, String) - Constructor for class org.apache.commons.configuration2.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.configuration2.tree
A specialized iterator class for tokenizing a configuration key.
DefaultConversionHandler - Class in org.apache.commons.configuration2.convert
A default implementation of the ConversionHandler interface.
DefaultConversionHandler() - Constructor for class org.apache.commons.configuration2.convert.DefaultConversionHandler
 
DefaultEntityResolver - Class in org.apache.commons.configuration2.resolver
The DefaultEntityResolver used by XML Configurations.
DefaultEntityResolver() - Constructor for class org.apache.commons.configuration2.resolver.DefaultEntityResolver
 
DefaultExpressionEngine - Class in org.apache.commons.configuration2.tree
A default implementation of the ExpressionEngine interface providing the "native" expression language for hierarchical configurations.
DefaultExpressionEngine(DefaultExpressionEngineSymbols) - Constructor for class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Creates a new instance of DefaultExpressionEngine and initializes its symbols.
DefaultExpressionEngine(DefaultExpressionEngineSymbols, NodeMatcher<String>) - Constructor for class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Creates a new instance of DefaultExpressionEngine and initializes its symbols and the matcher for comparing node names.
DefaultExpressionEngineSymbols - Class in org.apache.commons.configuration2.tree
A class representing the various symbols that are supported in keys recognized by DefaultExpressionEngine.
DefaultExpressionEngineSymbols(DefaultExpressionEngineSymbols.Builder) - Constructor for class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Creates a new instance of DefaultExpressionEngineSymbols.
DefaultExpressionEngineSymbols.Builder - Class in org.apache.commons.configuration2.tree
A builder class for creating instances of DefaultExpressionEngineSymbols.
DefaultFileSystem - Class in org.apache.commons.configuration2.io
FileSystem that uses java.io.File or HttpClient.
DefaultFileSystem() - Constructor for class org.apache.commons.configuration2.io.DefaultFileSystem
 
DefaultFileSystem.HttpOutputStream - Class in org.apache.commons.configuration2.io
Wraps the output stream so errors can be detected in the HTTP response.
DefaultHandlerData(DefaultParametersHandler<?>, Class<?>, Class<?>) - Constructor for class org.apache.commons.configuration2.builder.DefaultParametersManager.DefaultHandlerData
Creates a new instance of DefaultHandlerData.
defaultHandlers - Variable in class org.apache.commons.configuration2.builder.DefaultParametersManager
A collection with the registered default handlers.
DefaultIOFactory() - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.DefaultIOFactory
 
defaultLexState - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
DefaultListDelimiterHandler - Class in org.apache.commons.configuration2.convert
The default implementation of the ListDelimiterHandler interface.
DefaultListDelimiterHandler(char) - Constructor for class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
Creates a new instance of DefaultListDelimiterHandler and sets the list delimiter character.
defaultLookups - Variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Stores the default lookup objects.
defaultLookups - Variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultPrefixLookupsHolder
Default lookup map.
defaultLookups - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
The collection with default lookups.
DefaultLookups - Enum in org.apache.commons.configuration2.interpol
An enumeration class defining constants for built-in Lookup objects available for Configuration instances.
DefaultLookups(String, Lookup) - Constructor for enum org.apache.commons.configuration2.interpol.DefaultLookups
Creates a new instance of DefaultLookups and sets the prefix and the associated lookup instance.
DefaultParametersHandler<T> - Interface in org.apache.commons.configuration2.builder
Definition of an interface for setting default values for specific configuration parameter objects.
defaultParametersManager - Variable in class org.apache.commons.configuration2.builder.fluent.Parameters
The manager for default handlers.
DefaultParametersManager - Class in org.apache.commons.configuration2.builder
A class for managing a set of DefaultParametersHandler objects.
DefaultParametersManager() - Constructor for class org.apache.commons.configuration2.builder.DefaultParametersManager
Creates a new instance of DefaultParametersManager.
DefaultParametersManager.DefaultHandlerData - Class in org.apache.commons.configuration2.builder
A data class storing information about DefaultParametersHandler objects added to a Parameters object.
DefaultPrefixLookupsHolder(Properties) - Constructor for class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultPrefixLookupsHolder
Construct a new instance initialized with the given properties.
DefaultReloadingDetectorFactory - Class in org.apache.commons.configuration2.builder
A default implementation of the ReloadingDetectorFactory interface.
DefaultReloadingDetectorFactory() - Constructor for class org.apache.commons.configuration2.builder.DefaultReloadingDetectorFactory
 
DefaultStringConverter() - Constructor for class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultStringConverter
 
defined - Variable in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedVisitor
Stores the defined flag.
DefinedKeysVisitor() - Constructor for class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
Default constructor.
DefinedKeysVisitor(String) - Constructor for class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
Creates a new DefinedKeysVisitor instance and sets the prefix for the keys to fetch.
DefinedVisitor() - Constructor for class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedVisitor
 
definitionBuilder - Variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
The definition configuration builder.
definitionBuilder - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
The builder for the definition configuration.
definitionBuilderParameters - Variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
A parameters object for the definition configuration builder.
definitionConfiguration - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Stores temporarily the configuration with the builder definitions.
defLookups - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
A collection with default lookups.
delimiter - Variable in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
Stores the list delimiter character.
delimiter - Variable in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
The list delimiter character.
delimiter - Variable in class org.apache.commons.configuration2.SubsetConfiguration
The prefix delimiter
delimiterHandler - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
The list delimiter handler.
deregisterBeanFactory(String) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Deregisters the bean factory with the given name.
deregisterLookup(String) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Deregisters the Lookup object for the specified prefix at this instance.
detach(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Returns an instance with the detached flag set to true.
detachAllTrackedNodes() - Method in class org.apache.commons.configuration2.tree.NodeTracker
Marks all tracked nodes as detached.
detachedModel - Variable in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
A node model to be used when the tracked node is detached.
detachedTrackedNodeData(NodeSelector, Map.Entry<NodeSelector, NodeTracker.TrackedNodeData>) - Static method in class org.apache.commons.configuration2.tree.NodeTracker
Creates a new TrackedNodeData object for a tracked node which becomes detached within the current transaction.
detailEvents - Variable in class org.apache.commons.configuration2.event.BaseEventSource
A counter for the detail events.
detector - Variable in class org.apache.commons.configuration2.reloading.CombinedReloadingController
The reloading detector used by this instance.
detector - Variable in class org.apache.commons.configuration2.reloading.ReloadingController
Stores a reference to the reloading detector.
determineBuilderClass(ConfigurationDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Determines the name of the class to be used for a new builder instance.
determineConfigurationClass(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Determines the name of the configuration class produced by the builder.
determineConfigurationClass(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Determines the name of the configuration class produced by the builder.
determineIndex(T, T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Determines the index of the given node based on its parent node.
determineIndex(T, T, NodeHandler<T>) - Static method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Determines the index of the given child node in the node list of its parent.
determineRootName(ImmutableNode, ImmutableNode, String) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Determines the name of the root node for a merge operation.
determineUpdatedTrackedNodeData(ImmutableNode, NodeSelector, NodeKeyResolver<ImmutableNode>, NodeHandler<ImmutableNode>, Map.Entry<NodeSelector, NodeTracker.TrackedNodeData>) - Static method in class org.apache.commons.configuration2.tree.NodeTracker
Returns a TrackedNodeData object for an update operation.
determineValue(String, boolean, boolean) - Static method in class org.apache.commons.configuration2.XMLConfiguration
Determines the value of a configuration node.
dfs(T, ConfigurationNodeVisitor<T>, NodeHandler<T>) - Static method in class org.apache.commons.configuration2.tree.NodeTreeWalker
Recursive helper method for performing a DFS traversal.
DICT_BEGIN - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
DICT_END - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
DICT_SEPARATOR - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
Dictionary() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
differenceKey(DefaultConfigurationKey) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Returns the "difference key" to a given key.
directAttributes - Variable in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
The direct map of attributes of the new node.
directChildren - Variable in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
The direct list of children of the new node.
disable_tracing() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Disable tracing.
DisabledListDelimiterHandler - Class in org.apache.commons.configuration2.convert
A specialized implementation of the ListDelimiterHandler interface which disables list splitting.
DisabledListDelimiterHandler() - Constructor for class org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
 
DNS - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for DNS, accessed using the prefix "dns".
document - Variable in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Stores the document to be constructed.
document - Variable in class org.apache.commons.configuration2.XMLDocumentHelper
Stores the document managed by this instance.
documentBuilder - Variable in class org.apache.commons.configuration2.XMLConfiguration
Stores the document builder that should be used for loading.
Done() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reset buffer when finished.
doParseProperty(String, boolean) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Parse a property line and return the key, the value, and the separator in an array.
DOUBLE_ESC - Static variable in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Constant for the escaped escaping character.
DUMMY - Enum constant in enum org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
Dummy support of the EventSource interface.
DUMMY - Static variable in class org.apache.commons.configuration2.reloading.CombinedReloadingController
Constant for a dummy reloading detector.
DUMMY_EVENT_SOURCE - Static variable in class org.apache.commons.configuration2.ConfigurationUtils
A dummy event source that is returned by asEventSource() if a mock object has to be returned.
DUMMY_HANDLER - Static variable in class org.apache.commons.configuration2.tree.InMemoryNodeModel
A dummy node handler instance used in operations which require only a limited functionality.
DUMMY_SYNC_SUPPORT - Static variable in class org.apache.commons.configuration2.io.FileHandler
A dummy implementation of SynchronizerSupport.
DummyLookup - Enum in org.apache.commons.configuration2.interpol
A simple dummy Lookup implementation.
DummyLookup() - Constructor for enum org.apache.commons.configuration2.interpol.DummyLookup
 
dump(Writer, DumperOptions) - Method in class org.apache.commons.configuration2.YAMLConfiguration
 
dump(Configuration, PrintStream) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Dump the configuration key/value mappings to some ouput stream.
dump(Configuration, PrintWriter) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Dump the configuration key/value mappings to some writer.
dump(ImmutableConfiguration, PrintStream) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Dump the configuration key/value mappings to some ouput stream.
dump(ImmutableConfiguration, PrintWriter) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Dump the configuration key/value mappings to some writer.
dynaClass - Variable in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
Stores the class of this DynaBean.
DynamicCombinedConfiguration - Class in org.apache.commons.configuration2
DynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.
DynamicCombinedConfiguration() - Constructor for class org.apache.commons.configuration2.DynamicCombinedConfiguration
Creates a new instance of DynamicCombinedConfiguration that uses a union combiner.
DynamicCombinedConfiguration(NodeCombiner) - Constructor for class org.apache.commons.configuration2.DynamicCombinedConfiguration
Creates a new instance of DynamicCombinedConfiguration and initializes the combiner to be used.
DynamicCombinedConfiguration.ConfigData - Class in org.apache.commons.configuration2
Internal class that identifies each Configuration.
DynamicCombinedConfiguration.CurrentConfigHolder - Class in org.apache.commons.configuration2
A simple data class holding information about the current configuration while an operation for a thread is processed.

E

ELEM_CTOR_ARG - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the name of the element for constructor arguments.
element - Variable in class org.apache.commons.configuration2.XMLListReference
The wrapped XML element.
Element() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
elementEnd(String) - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader.SAXConverter
Callback for the end of an element.
elementEnd(String) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationConverter
An event handler method that is called when an element ends.
elementMapping - Variable in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
The element mapping.
elementMapping - Variable in class org.apache.commons.configuration2.XMLDocumentHelper
The element mapping to the source document.
elementStart(String, Object) - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader.SAXConverter
Callback for the start of an element.
elementStart(String, Object) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationConverter
An event handler method that is called when an element starts.
EMPTY_ATTRS - Static variable in class org.apache.commons.configuration2.ConfigurationXMLReader
An empty attributes object.
EMPTY_BIG_DECIMAL_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
EMPTY_BIG_INTEGER_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
EMPTY_CALENDARD_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
EMPTY_COLOR_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
EMPTY_DATE_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
EMPTY_LOCALE_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
EMPTY_PROPS - Static variable in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
An empty array for converting the properties collection to an array.
EMPTY_ROOT - Static variable in class org.apache.commons.configuration2.CombinedConfiguration
Constant for a root node for an empty configuration.
EMPTY_URI_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
EMPTY_URL_ARRAY - Static variable in class org.apache.commons.configuration2.DataConfiguration
Empty array constant.
emptyElementMapping() - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates an empty element mapping.
emptyFileLocator() - Static method in class org.apache.commons.configuration2.io.FileHandler
Creates an uninitialized file locator.
enable_tracing() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Enable tracing.
enableRuntimeExceptions(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Enables runtime exceptions for the specified configuration object.
encodeForCopy(Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Encodes a property value so that it can be added to this configuration.
encodeListForCopy(Collection<?>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Encodes a list with property values so that it can be added to this configuration.
encoding - Variable in class org.apache.commons.configuration2.io.FileLocator
The encoding.
encoding - Variable in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
The encoding.
encoding(String) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the encoding of the new FileLocator.
END_INDEX - Static variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Constant for the end of an index expression.
endColumn - Variable in class org.apache.commons.configuration2.plist.Token
The column number of the last character of this Token.
endElement(String, String, String) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
endElement(String, String, String) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
 
endIndex - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Stores the end index of the actual token.
endLine - Variable in class org.apache.commons.configuration2.plist.Token
The line number of the last character of this Token.
endRead() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Notifies this configuration's Synchronizer that a read operation has finished.
endRead() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Notifies this configuration's Synchronizer that a read operation has finished.
endRead() - Method in enum org.apache.commons.configuration2.sync.NoOpSynchronizer
 
endRead() - Method in class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
 
endRead() - Method in interface org.apache.commons.configuration2.sync.Synchronizer
Notifies this Synchronizer that the current thread has finished its read operation.
endWrite() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Notifies this configuration's Synchronizer that an update operation has finished.
endWrite() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Notifies this configuration's Synchronizer that an update operation has finished.
endWrite() - Method in enum org.apache.commons.configuration2.sync.NoOpSynchronizer
 
endWrite() - Method in class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
 
endWrite() - Method in interface org.apache.commons.configuration2.sync.Synchronizer
Notifies this Synchronizer that the current thread has finished its write operation.
engine - Variable in class org.apache.commons.configuration2.interpol.ExprLookup
The engine.
ensureAttributesExist() - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Ensures that the map for the attributes exists.
ensureChildrenExist() - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Ensures that the collection for the child nodes exists.
ensureCurrentConfiguration() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Checks whether the current configuration is set.
EntityRegistry - Interface in org.apache.commons.configuration2.resolver
Interface used for registering and retrieving PUBLICID to URL mappings.
entityResolver - Variable in class org.apache.commons.configuration2.XMLConfiguration
The EntityResolver to use
EntityResolverSupport - Interface in org.apache.commons.configuration2.resolver
Interface that identifies the class as using an EntityResolver
Entry(Object) - Constructor for class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.Entry
 
entrySet() - Method in class org.apache.commons.configuration2.ConfigurationMap
Returns a set with the entries contained in this configuration-based map.
ENV_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for environment properties.
ENVIRONMENT - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for environment properties, accessed using the prefix "env".
EnvironmentConfiguration - Class in org.apache.commons.configuration2
A Configuration implementation that reads the platform specific environment variables using the map returned by System.getenv().
EnvironmentConfiguration() - Constructor for class org.apache.commons.configuration2.EnvironmentConfiguration
Create a Configuration based on the environment variables.
EnvironmentLookup - Class in org.apache.commons.configuration2.interpol
Deprecated.
EnvironmentLookup() - Constructor for class org.apache.commons.configuration2.interpol.EnvironmentLookup
Deprecated.
 
EOF - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
End of File.
EOL - Static variable in exception org.apache.commons.configuration2.plist.ParseException
The end of line string for this machine.
EQUAL - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
equals(Object) - Method in class org.apache.commons.configuration2.event.EventListenerRegistrationData
Compares this object with another one.
equals(Object) - Method in class org.apache.commons.configuration2.io.FileLocator
Compares this object with another one.
equals(Object) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
 
equals(Object) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Checks if two ConfigurationKey objects are equal.
equals(Object) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Compares this object with another one.
equals(Object) - Method in class org.apache.commons.configuration2.tree.NodeSelector
Compares this object with another one.
equals(Object) - Method in class org.apache.commons.configuration2.tree.QueryResult
Compares this object with another one.
EQUALS - Enum constant in enum org.apache.commons.configuration2.tree.NodeNameMatchers
A matcher for exact node name matches.
EQUALS_IGNORE_CASE - Enum constant in enum org.apache.commons.configuration2.tree.NodeNameMatchers
A matcher for matches on node names which ignores case.
error(String) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified message on error level.
error(String, Throwable) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified exception on error level.
errorCode - Variable in error org.apache.commons.configuration2.plist.TokenMgrError
Indicates the reason why the exception is thrown.
errorEventType - Variable in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
The type of the event to send in case of an error.
errorOperationType - Variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
The event type of the operation which caused this error.
errorPropertyName - Variable in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
The property configurationName for an error event.
errorPropertyValue - Variable in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
The property value for an error event.
escape(Object, ValueTransformer) - Method in class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Escapes the specified single value object.
escape(Object, ValueTransformer) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Escapes the specified single value object.
escape(Object, ValueTransformer) - Method in interface org.apache.commons.configuration2.convert.ListDelimiterHandler
Escapes the specified single value object.
ESCAPE - Static variable in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
Constant for the escape character.
ESCAPE - Static variable in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Constant for the escaping character.
ESCAPE_PROPERTIES - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
A translator for escaping property values.
escapeBackslashs(Object, boolean) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Performs the escaping of backslashes in the specified properties value.
escapeComments(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Escapes comment characters in the given value.
ESCAPED_QUOTE - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
escapedDelimiter - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Stores the escaped property delimiter.
escapedDelimiter - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Stores the escaped property delimiter.
escapeDelimiters(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Escapes the delimiters in the specified string.
escapedNodeName(HierarchicalConfiguration<?>) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Returns the unescaped name of the node stored in this data object.
escapedPosition(String, int) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Checks if a delimiter at the specified position is escaped.
escapeKey(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Escapes the key of a property before it gets written to file.
escapeList(List<?>, ValueTransformer) - Method in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
 
escapeList(List<?>, ValueTransformer) - Method in class org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
Escapes all values in the given list and concatenates them to a single string.
escapeList(List<?>, ValueTransformer) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Escapes all values in the given list and concatenates them to a single string.
escapeList(List<?>, ValueTransformer) - Method in interface org.apache.commons.configuration2.convert.ListDelimiterHandler
Escapes all values in the given list and concatenates them to a single string.
escapeOffset() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Determines the relative offset of an escaped delimiter in relation to a delimiter.
ESCAPER - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesWriter
A UnicodeEscaper for characters outside the ASCII printable range.
escapeString(String) - Method in class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Escapes the specified string.
escapeString(String) - Method in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
 
escapeString(String) - Method in class org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
Escapes the specified string.
escapeString(String) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Escapes the specified string.
escapeUnicode - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.JupIOFactory
Whether characters less than and characters greater than ~ in property keys or values should be escaped using Unicode escape sequences.
escapeValue(Object) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Escapes a property value before it is written to disk.
escapeValue(Object, boolean, ValueTransformer) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Escapes the given property value.
escapeValue(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Escapes the given property value before it is written.
evaluateBasePath - Variable in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
The flag whether the base path is to be taken into account.
Event - Class in org.apache.commons.configuration2.event
The base class for all events generated by this library.
Event(Object, EventType<? extends Event>) - Constructor for class org.apache.commons.configuration2.event.Event
Creates a new instance of Event and sets basic properties.
EventListener<T extends Event> - Interface in org.apache.commons.configuration2.event
Definition of a generic event listener interface.
EventListenerIterator(Iterator<EventListenerRegistrationData<?>>, EventType<T>) - Constructor for class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
 
EventListenerList - Class in org.apache.commons.configuration2.event
A class for managing event listeners for an event source.
EventListenerList() - Constructor for class org.apache.commons.configuration2.event.EventListenerList
Creates a new instance of EventListenerList.
EventListenerList.EventListenerIterator<T extends Event> - Class in org.apache.commons.configuration2.event
A special Iterator implementation used by the getEventListenerIterator() method.
EventListenerParameters - Class in org.apache.commons.configuration2.builder
A specialized parameters implementation for BasicConfigurationBuilder which allows for a convenient event listener initialization.
EventListenerParameters() - Constructor for class org.apache.commons.configuration2.builder.EventListenerParameters
Creates a new instance of EventListenerParameters.
EventListenerProvider - Interface in org.apache.commons.configuration2.builder
Definition of an interface that is evaluated by a ConfigurationBuilder to initialize event listeners.
EventListenerRegistrationData<T extends Event> - Class in org.apache.commons.configuration2.event
A data class holding information about an event listener registration.
EventListenerRegistrationData(EventType<T>, EventListener<? super T>) - Constructor for class org.apache.commons.configuration2.event.EventListenerRegistrationData
Creates a new instance of EventListenerRegistrationData.
eventListeners - Variable in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
An object managing the event listeners registered at this builder.
eventListeners - Variable in class org.apache.commons.configuration2.builder.EventListenerParameters
Stores the event listener registrations added to this object.
eventListeners - Variable in class org.apache.commons.configuration2.event.BaseEventSource
The list for managing registered event listeners.
EventSource - Interface in org.apache.commons.configuration2.event
An interface for configuration implementations which support registration of event listeners.
eventSourceSupport - Variable in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.BuilderConfigurationWrapperInvocationHandler
The level of EventSource support.
eventSourceSupport - Variable in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
The current EventSourceSupport value.
EventSourceSupport() - Constructor for enum org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
 
eventType - Variable in class org.apache.commons.configuration2.event.Event
The type of this event.
eventType - Variable in class org.apache.commons.configuration2.event.EventListenerRegistrationData
The event type.
EventType<T extends Event> - Class in org.apache.commons.configuration2.event
A class representing an event type.
EventType(EventType<? super T>, String) - Constructor for class org.apache.commons.configuration2.event.EventType
Creates a new instance of EventType and initializes it with the super type and a type name.
exception - Variable in class org.apache.commons.configuration2.ConfigurationXMLReader
Stores an exception that occurred during parsing.
execute() - Method in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Executes this operation.
execute() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Executes this transaction resulting in a new TreeData object.
executeOperations() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Executes all operations in this transaction.
executeTransactionOnCurrentStructure(InMemoryNodeModel.TransactionInitializer, NodeSelector, TreeData, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Executes a transaction on the current data of this model.
executeTransactionOnDetachedTrackedNode(InMemoryNodeModel.TransactionInitializer, NodeSelector, TreeData, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Tries to execute a transaction on the model of a detached tracked node.
executorService - Variable in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
The executor service used by this trigger.
ExpandBuff(boolean) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.commons.configuration2.plist.ParseException
Each entry in this array is an array of integers.
expressionEngine - Variable in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Stores the expression engine for this instance.
expressionEngine - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Stores a reference to the associated expression engine.
ExpressionEngine - Interface in org.apache.commons.configuration2.tree
Definition of an interface for evaluating keys for hierarchical configurations.
ExprLookup - Class in org.apache.commons.configuration2.interpol
Lookup that allows expressions to be evaluated.
ExprLookup() - Constructor for class org.apache.commons.configuration2.interpol.ExprLookup
The default constructor.
ExprLookup(ExprLookup.Variables) - Constructor for class org.apache.commons.configuration2.interpol.ExprLookup
Constructor for use by applications.
ExprLookup(ExprLookup.Variables, String, String) - Constructor for class org.apache.commons.configuration2.interpol.ExprLookup
Constructor for use by applications.
ExprLookup.Variable - Class in org.apache.commons.configuration2.interpol
The key and corresponding object that will be made available to the JexlContext for use in expressions.
ExprLookup.Variables - Class in org.apache.commons.configuration2.interpol
List wrapper used to allow the Variables list to be created as beans in DefaultConfigurationBuilder.
EXT_SEPARATOR - Static variable in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Constant for the file extension separator.
EXT_XML - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the XML file extension.
extension - Variable in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
The file extension.
extractComment(List<String>, int, int) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Extracts a comment string from the given range of the specified comment lines.
extractConversionValue(Object, Class<?>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Extracts a single value from a complex object.
extractExtension(String) - Static method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Extracts the extension from the given file name.
extractPropertyValue(ResultSet) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Extracts the value of a property from the given result set.
extractSimpleValue(Object) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultStringConverter
Attempt to extract a simple value from obj for use in string conversion.
extractValues(Object) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Extracts all values contained in the given source object and returns them as a flat collection.
extractValues(Object, int) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Extracts a maximum number of values contained in the given source object and returns them as flat collection.
extractVariableName(String) - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Extracts the variable name from a value that consists of a single variable.

F

fetchAndCheckDefaultLookups(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Tests whether the passed in map with parameters contains a valid collection with default lookups.
fetchAndCheckPrefixLookups(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Tests whether the passed in map with parameters contains a map with prefix lookups.
fetchAttributes(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader.SAXVisitor
Returns an object with all attributes for the specified node.
fetchBasePath(FileLocator) - Method in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Determines the base path to be used for the current locate() operation.
fetchBean(String) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
Returns the bean instance to which the given property belongs.
fetchBeanClass(BeanDeclaration, Class<?>, BeanFactory) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Determines the class of the bean to be created.
fetchBeanFactory(BeanDeclaration) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Obtains the bean factory to use for creating the specified bean.
fetchBeanHelper() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Obtains the BeanHelper object to be used when dealing with bean declarations.
fetchBeanHelper(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains the BeanHelper object from the specified map with parameters.
fetchClass(String) - Method in class org.apache.commons.configuration2.interpol.ConstantLookup
Loads the class with the specified name.
fetchConstructorArgs(Constructor<?>, BeanCreationContext) - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Obtains the arguments for a constructor call to create a bean.
fetchCurrentFileName(Collection<BuilderParameters>) - Static method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Tries to obtain the current file name from the given list of parameter objects.
fetchDefaultLookups(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains the collection with default lookups from the parameters map.
fetchDetectorFactory(FileBasedBuilderParametersImpl) - Static method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Returns a ReloadingDetectorFactory either from the passed in parameters or a default factory.
fetchEventSource() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Returns an EventSource for the current result object.
fetchFileBased() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
Returns the wrapped configuration as a FileBased object.
fetchFileHandlerFromParameters() - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Obtains the FileHandler from this builder's parameters.
fetchFileName(MultiFileBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Generates a file name for a managed builder based on the file name pattern.
fetchFilteredNodeResults(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Executes a query on the specified key and filters it for node results.
fetchHomeDirectory(String) - Static method in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Obtains the home directory to be used by a new instance.
fetchInterpolator(ConfigurationInterpolator) - Static method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Obtains a ConfigurationInterpolator.
fetchInterpolatorSpecification(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains a specification for a ConfigurationInterpolator from the specified map with parameters.
fetchLayoutData(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Returns a layout data object for the specified key.
fetchLookupForPrefix(String) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Obtains the lookup object for the specified prefix.
fetchNodeList(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Helper method for resolving the specified key.
fetchOperations(ImmutableNode, int) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Obtains the Operations object for manipulating the specified node.
fetchParameter(Map<String, Object>, String, Class<T>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains a parameter from a map and performs a type check.
fetchPrefixLookups() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Returns a map with the current prefix lookup objects.
fetchPrefixLookups(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains the map with prefix lookups from the parameters map.
fetchProperty(String) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains the value of the specified property from the internal map.
fetchReferenceMap() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Returns the map with new reference objects.
fetchRemovalSet() - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Returns a set with nodes to be removed.
fetchReplacementMap() - Method in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
Obtains the map with replacement nodes.
fetchSeparator(String, Object) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Returns the separator to be used for the given property.
fetchSuperEventTypes(EventType<?>) - Static method in class org.apache.commons.configuration2.event.EventType
Returns a set with all event types that are super types of the specified type.
fetchSynchronizerSupport() - Method in class org.apache.commons.configuration2.io.FileHandler
Obtains a SynchronizerSupport for the current content.
fetchTopLevelOverrideConfigs(HierarchicalConfiguration<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Finds the override configurations that are defined as top level elements in the configuration definition file.
FIELD_SEPRATOR - Static variable in class org.apache.commons.configuration2.interpol.ConstantLookup
Constant for the field separator.
FILE - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for file content, accessed using the prefix "file".
FILE_BUILDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the file-based configuration builder class.
FILE_PARAMS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the name of the file-based builder parameters class.
FILE_PARAMS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Constant for the name of the file-based builder parameters class.
FILE_SCHEME - Static variable in class org.apache.commons.configuration2.io.FileHandler
Constant for the URI scheme for files.
FILE_SCHEME - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Constant for the file URL protocol
FILE_SCHEME_SLASH - Static variable in class org.apache.commons.configuration2.io.FileHandler
Constant for the URI scheme for files with slashes.
FILE_SYSTEM - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the FileSystem.
fileBased() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for file-based configuration properties.
fileBased(Class<T>, File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates an instance of the specified file-based configuration class from the content of the given file.
fileBased(Class<T>, String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates an instance of the specified file-based configuration class from the content of the file identified by the given path.
fileBased(Class<T>, URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates an instance of the specified file-based configuration class from the content of the given URL.
FileBased - Interface in org.apache.commons.configuration2.io
Definition of an interface to be implemented by objects which know how to read and write themselves from or to a character stream.
fileBasedBuilder(Class<T>, File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a FileBasedConfigurationBuilder for the specified configuration class and initializes it with the file to be loaded.
fileBasedBuilder(Class<T>, String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a FileBasedConfigurationBuilder for the specified configuration class and initializes it with the path to the file to be loaded.
fileBasedBuilder(Class<T>, URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a FileBasedConfigurationBuilder for the specified configuration class and initializes it with the URL to the file to be loaded.
FileBasedBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties of a configuration of a file-based configuration builder.
FileBasedBuilderParametersImpl - Class in org.apache.commons.configuration2.builder
An implementation of BuilderParameters which contains parameters related to Configuration implementations that are loaded from files.
FileBasedBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Creates a new instance of FileBasedBuilderParametersImpl with an uninitialized FileHandler object.
FileBasedBuilderParametersImpl(FileHandler) - Constructor for class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Creates a new instance of FileBasedBuilderParametersImpl and associates it with the given FileHandler object.
FileBasedBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a properties interface for parameters of file-based configurations.
FileBasedConfiguration - Interface in org.apache.commons.configuration2
An interface which combines the FileBased and Configuration interfaces.
FileBasedConfigurationBuilder<T extends FileBasedConfiguration> - Class in org.apache.commons.configuration2.builder
A specialized ConfigurationBuilder implementation which can handle configurations read from a FileHandler.
FileBasedConfigurationBuilder(Class<? extends T>) - Constructor for class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Creates a new instance of FileBasedConfigurationBuilder which produces result objects of the specified class.
FileBasedConfigurationBuilder(Class<? extends T>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Creates a new instance of FileBasedConfigurationBuilder which produces result objects of the specified class and sets initialization parameters.
FileBasedConfigurationBuilder(Class<? extends T>, Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Creates a new instance of FileBasedConfigurationBuilder which produces result objects of the specified class and sets initialization parameters and the allowFailOnInit flag.
FileExtensionConfigurationBuilderProvider - Class in org.apache.commons.configuration2.builder.combined
A specialized implementation of ConfigurationBuilderProvider which determines the name of the result configuration class based on the extension of the file to load.
FileExtensionConfigurationBuilderProvider(String, String, String, String, String, Collection<String>) - Constructor for class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Creates a new instance of FileExtensionConfigurationBuilderProvider.
fileFromURL(URL) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Tries to convert the specified URL to a file object.
fileFromURL(URL) - Static method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Helper method for transforming a URL into a file object.
fileHandler - Variable in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Stores the associated file handler for the location of the configuration.
fileHandler - Variable in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
The associated file handler.
FileHandler - Class in org.apache.commons.configuration2.io
A class that manages persistence of an associated FileBased object.
FileHandler() - Constructor for class org.apache.commons.configuration2.io.FileHandler
Creates a new instance of FileHandler which is not associated with a FileBased object and thus does not have a content.
FileHandler(FileBased) - Constructor for class org.apache.commons.configuration2.io.FileHandler
Creates a new instance of FileHandler and sets the managed FileBased object.
FileHandler(FileBased, FileHandler) - Constructor for class org.apache.commons.configuration2.io.FileHandler
Creates a new instance of FileHandler which is associated with the given FileBased object and the location defined for the given FileHandler object.
FileHandler(FileBased, FileLocator) - Constructor for class org.apache.commons.configuration2.io.FileHandler
Creates a new instance of FileHandler based on the given FileBased and FileLocator objects.
FileHandler.Updater - Class in org.apache.commons.configuration2.io
An internal class that performs all update operations of the handler's FileLocator in a safe way even if there is concurrent access.
FileHandlerListener - Interface in org.apache.commons.configuration2.io
A listener interface for receiving notifications about updates of a FileHandler.
FileHandlerListenerAdapter - Class in org.apache.commons.configuration2.io
An adapter class simplifying the implementation of custom FileHandlerListener classes.
FileHandlerListenerAdapter() - Constructor for class org.apache.commons.configuration2.io.FileHandlerListenerAdapter
 
FileHandlerReloadingDetector - Class in org.apache.commons.configuration2.reloading
A specialized implementation of ReloadingDetector which monitors a file specified by a FileHandler.
FileHandlerReloadingDetector() - Constructor for class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Creates a new instance of FileHandlerReloadingDetector with an uninitialized FileHandler object.
FileHandlerReloadingDetector(FileHandler) - Constructor for class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Creates a new instance of FileHandlerReloadingDetector and initializes it with the FileHandler to monitor and a default refresh delay.
FileHandlerReloadingDetector(FileHandler, long) - Constructor for class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Creates a new instance of FileHandlerReloadingDetector and initializes it with the FileHandler to monitor and the refresh delay.
FileLocationStrategy - Interface in org.apache.commons.configuration2.io
An interface allowing applications to customize the process of locating a file.
fileLocator - Variable in class org.apache.commons.configuration2.io.FileHandler
A reference to the current FileLocator object.
fileLocator() - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Returns an uninitialized FileLocatorBuilder which can be used for the creation of a FileLocator object.
fileLocator(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Returns a FileLocatorBuilder which is already initialized with the properties of the passed in FileLocator.
FileLocator - Class in org.apache.commons.configuration2.io
A class describing the location of a file.
FileLocator(FileLocator.FileLocatorBuilder) - Constructor for class org.apache.commons.configuration2.io.FileLocator
Creates a new instance of FileLocatorImpl and initializes it from the given builder instance
FileLocator.FileLocatorBuilder - Class in org.apache.commons.configuration2.io
A typical builder implementation for creating FileLocator objects.
FileLocatorAware - Interface in org.apache.commons.configuration2.io
Definition of an interface to be implemented by FileBased objects which need access to the current FileLocator.
FileLocatorBuilder(FileLocator) - Constructor for class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Creates a new instance of FileLocatorBuilder and initializes the builder's properties from the passed in FileLocator object.
FileLocatorUtils - Class in org.apache.commons.configuration2.io
A utility class providing helper methods related to locating files.
FileLocatorUtils() - Constructor for class org.apache.commons.configuration2.io.FileLocatorUtils
Private constructor so that no instances can be created.
fileName - Variable in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
The file name.
fileName - Variable in class org.apache.commons.configuration2.io.FileLocator
The file name.
fileName(String) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the file name of the new FileLocator.
fileNameMap - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver.Catalog
FileNameMap to determine the mime type
FileOptionsProvider - Interface in org.apache.commons.configuration2.io
Some FileSystems allow options to be passed on File operations.
fileParams() - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Convenience method for creating a parameters object for a file-based configuration.
fileParams(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Convenience method for creating a file-based parameters object initialized with the given file.
fileParams(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Convenience method for creating a file-based parameters object initialized with the given file path.
fileParams(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Convenience method for creating a file-based parameters object initialized with the given file.
filePattern - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
The file pattern.
fileSystem - Variable in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
The file system.
fileSystem - Variable in class org.apache.commons.configuration2.io.FileLocator
The file system.
fileSystem(FileSystem) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the FileSystem of the new FileLocator.
FileSystem - Class in org.apache.commons.configuration2.io
Abstract layer to allow various types of file systems.
FileSystem() - Constructor for class org.apache.commons.configuration2.io.FileSystem
 
FileSystemLocationStrategy - Class in org.apache.commons.configuration2.io
A specialized implementation of FileLocationStrategy which uses the passed in FileSystem to locate a file.
FileSystemLocationStrategy() - Constructor for class org.apache.commons.configuration2.io.FileSystemLocationStrategy
 
FileUtils - Class in org.apache.commons.configuration2.io
This class is a subset of org.apache.commons.io.FileUtils, git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1423916 13f79535-47bb-0310-9956-ffa450edef68.
FileUtils() - Constructor for class org.apache.commons.configuration2.io.FileUtils
 
FillBuff() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
fillInStackTrace() - Method in error org.apache.commons.configuration2.plist.PropertyListParser.LookaheadSuccess
 
filterData(String) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Remove the white spaces and the data delimiters from the specified string and parse it as a byte array.
filterNull(Collection<? extends ImmutableNode>) - Static method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Filters null entries from the passed in collection with child nodes.
finalize() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
This implementation calls close() if the untrackOnFinalize flag was set when this instance was constructed.
findChildNodesByName(NodeHandler<T>, T, String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Returns a list with all child nodes of the given parent node which match the specified node name.
findCombineNode(ImmutableNode, ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.UnionCombiner
Tries to find a child node of the second source node, with which a child of the first source node can be combined.
findConfigurationLookup(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Finds a ConfigurationLookup pointing to this configuration in the default lookups of the specified ConfigurationInterpolator.
findConfigurationLookup(ConfigurationInterpolator, ImmutableConfiguration) - Static method in class org.apache.commons.configuration2.AbstractConfiguration
Finds a ConfigurationLookup pointing to the specified configuration in the default lookups for the specified ConfigurationInterpolator.
findFirst(Function<? super BeanDeclaration, ? extends T>) - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
 
findFirstOccurrence(String, String) - Static method in class org.apache.commons.configuration2.INIConfiguration
Checks for the occurrence of the specified separators in the given line.
findKeySeparator(String) - Static method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Determines the position of the separator in a key for adding new properties.
findLastPathNode(DefaultConfigurationKey.KeyIterator, T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Finds the last existing node for an add operation.
findMatchingConstructor(Class<T>, BeanDeclaration) - Static method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Evaluates constructor arguments in the specified BeanDeclaration and tries to find a unique matching constructor.
findMatchingConstructors(Class<T>, BeanDeclaration) - Static method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Returns a list with all constructors which are compatible with the constructor arguments specified by the given BeanDeclaration.
findNextIndices() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Helper method for determining the next indices.
findNodesForKey(DefaultConfigurationKey.KeyIterator, T, Collection<QueryResult<T>>, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Recursive helper method for evaluating a key.
FindNodeVisitor<T> - Class in org.apache.commons.configuration2
A specialized NodeVisitor implementation which searches for a specific node in a hierarchy.
FindNodeVisitor(T) - Constructor for class org.apache.commons.configuration2.FindNodeVisitor
Creates a new instance of FindNodeVisitor and sets the node to be searched for.
findSeparator(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Tries to find the index of the separator character in the given string.
findSeparatorBeforeQuote(String, int) - Static method in class org.apache.commons.configuration2.INIConfiguration
Searches for a separator character directly before a quoting character.
findSourceConfigurations(ImmutableNode) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Determines the configurations to which the specified node belongs.
findStartIndex(List<T>, T) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
Determines the start position of the iteration.
findTextNodeForUpdate(Element) - Static method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Returns the only text node of an element for update.
fire(Event) - Method in class org.apache.commons.configuration2.event.EventListenerList
Fires an event to all registered listeners matching the event type.
fireBuilderEvent(ConfigurationBuilderEvent) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Sends the specified builder event to all registered listeners.
fireCharacters(String) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Fires a SAX characters event.
fireElementEnd(String) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Fires a SAX element end event.
fireElementStart(String, Attributes) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Fires a SAX element start event.
fireError(EventType<T>, EventType<?>, String, Object, Throwable) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Creates an error event object and delivers it to all registered error listeners of a matching type.
fireEvent(EventType<T>, String, Object, boolean) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Creates an event object and delivers it to all registered event listeners.
fireLoadedEvent() - Method in class org.apache.commons.configuration2.io.FileHandler
Notifies the registered listeners about a completed load operation.
fireLoadingEvent() - Method in class org.apache.commons.configuration2.io.FileHandler
Notifies the registered listeners about the start of a load operation.
fireLocationChangedEvent() - Method in class org.apache.commons.configuration2.io.FileHandler
Notifies the registered listeners about a property update.
fireSavedEvent() - Method in class org.apache.commons.configuration2.io.FileHandler
Notifies the registered listeners about a completed save operation.
fireSavingEvent() - Method in class org.apache.commons.configuration2.io.FileHandler
Notifies the registered listeners about the start of a save operation.
fireValue(String, Object) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationConverter
Fires all necessary element start events with the actual element values.
first - Variable in class org.apache.commons.configuration2.plist.PropertyListParser.JJCalls
 
flatten(Object) - Method in class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Performs the actual work as advertised by the parse() method.
flatten(Object, int) - Method in interface org.apache.commons.configuration2.convert.ListDelimiterHandler
Extracts all values contained in the specified object up to the given limit.
flattenIterator(ListDelimiterHandler, Collection<Object>, Iterator<?>, int) - Static method in class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Flattens the given iterator.
flush() - Method in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 
FMT_CTOR_ERROR - Static variable in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
A format string for generating error messages for constructor matching.
FMT_NAMESPACE - Static variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
A format for constructing a node name with a namespace prefix.
FMT_PROPERTY - Static variable in class org.apache.commons.configuration2.event.Event
Constant for the format used in toString() for a property representation.
FMT_TO_STRING - Static variable in class org.apache.commons.configuration2.event.EventType
Constant for the format used by toString().
footerComment - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Stores the footer comment.
forBeanDeclaration(BeanDeclaration) - Static method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Creates a new instance of ConstructorArg for the specified BeanDeclaration.
forBeanDeclaration(BeanDeclaration, String) - Static method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Creates a new instance of ConstructorArg for the specified BeanDeclaration and sets the type name explicitly.
forceSingleLine - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Stores the force single line flag.
FORMAT - Static variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
The MacOS FORMAT of dates in plist files.
formatComponent(StringBuilder, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateComponentParser
Formats a date component.
formatComponent(StringBuilder, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateFieldParser
 
formatComponent(StringBuilder, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateSeparatorParser
 
formatComponent(StringBuilder, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateTimeZoneParser
 
formatDate(Calendar) - Static method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Returns a string representation for the date specified by the given calendar.
formatDate(Date) - Static method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Returns a string representation for the specified date.
forNewDocument(String) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a new instance of XMLDocumentHelper and initializes it with a newly created, empty Document.
forSourceDocument(Document) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Creates a new instance of XMLDocumentHelper and initializes it with a source document.
forValue(Object) - Static method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Creates a new instance of ConstructorArg for the specified simple value.
forValue(Object, String) - Static method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Creates a new instance of ConstructorArg for the specified simple value and sets the type name explicitly.
found - Variable in class org.apache.commons.configuration2.FindNodeVisitor
A flag whether the node was found.
fromMap(Map<String, ?>) - Static method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Creates a new FileBasedBuilderParametersImpl object from the content of the given map.
fromMap(Map<String, ?>) - Static method in class org.apache.commons.configuration2.io.FileHandler
Creates a new FileHandler instance from properties stored in a map.
fromMap(Map<String, ?>) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Creates a new FileLocator object with the properties defined in the given map.
fromParameters(Map<String, ?>) - Static method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Looks up an instance of this class in the specified parameters map.
fromParameters(Map<String, ?>) - Static method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Looks up an instance of this class in the specified parameters map.
fromParameters(Map<String, ?>, boolean) - Static method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Looks up an instance of this class in the specified parameters map and optionally creates a new one if none is found.
fromParameters(Map<String, ?>, boolean) - Static method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Looks up an instance of this class in the specified parameters map and optionally creates a new one if none is found.
fromParameters(Map<String, Object>) - Static method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Obtains an instance of this class from the given map with parameters.
fromParameters(Map<String, Object>, boolean) - Static method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Obtains an instance of this class from the given map with parameters and creates a new object if such an instance cannot be found.
fromSpecification(InterpolatorSpecification) - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Creates a new ConfigurationInterpolator instance based on the passed in specification object.
fs - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver.Catalog
The FileSystem
fs - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
The FileSystem
fs - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver
The FileSystem in use.
fullyInitializedLocator(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Returns a FileLocator object based on the passed in one whose location is fully defined.

G

gen - Variable in class org.apache.commons.configuration2.plist.PropertyListParser.JJCalls
 
generateKeyForAdd(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Tries to generate a key for adding a property.
generateParseException() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Generate ParseException.
get(Class<T>, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
get(Class<T>, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an object of the specified type associated with the given configuration key.
get(Class<T>, String, T) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets an object of the specified type associated with the given configuration key using a default value.
get(Class<T>, String, T) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an object of the specified type associated with the given configuration key using a default value.
get(Object) - Method in class org.apache.commons.configuration2.ConfigurationMap
Gets the value of the specified key.
get(String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
get(String) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
 
get(String, int) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
get(String, int) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
 
get(String, String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
get(String, String) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
 
get(Function<? super BeanDeclaration, ? extends Map<String, Object>>) - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
 
getAllowUserInteraction() - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Gets whether to allow user interaction.
getAndConvertProperty(Class<T>, String, T) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Obtains the property value for the specified key and converts it to the given target class.
getArray(Class<?>, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getArray(Class<?>, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an array of typed objects associated with the given configuration key.
getArray(Class<?>, String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets an array of typed objects associated with the given configuration key.
getArray(Class<?>, String, Object) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Deprecated.
This method should not be used any more because its signature does not allow type-safe invocations; use ImmutableConfiguration.get(Class, String, Object) instead which offers the same functionality; for instance, to query for an array of ints use int[] result = config.get(int[].class, "myArrayKey", someDefault);.
getAt() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Gets the value of the at attribute.
getAt() - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Gets the at position of this configuration.
getAt() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
Gets the at position of this configuration.
getAttribute(String) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Gets the value of the attribute with the given name of the wrapped node.
getAttribute(XMLBeanDeclaration.NodeData<?>, String) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets an attribute of a configuration node.
getAttributeEnd() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Gets the string representing an attribute end marker.
getAttributeName() - Method in class org.apache.commons.configuration2.tree.QueryResult
Gets the name of the attribute.
getAttributeNames() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets a set with the names of the attributes of the configuration node holding the data of this bean declaration.
getAttributes() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Gets a set with the names of the attributes of the wrapped node.
getAttributes() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Gets a map with the attributes of this node.
getAttributes(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
getAttributes(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets an unmodifiable set with the names of all attributes of the specified node.
getAttributes(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getAttributeStart() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Gets the string representing an attribute start marker.
getAttributeValue(ImmutableNode, String) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
getAttributeValue(NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.QueryResult
Gets the attribute value if this is an attribute result.
getAttributeValue(T, String) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets the value of the specified attribute from the given node.
getAttributeValue(T, String) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getBaseContext() - Method in class org.apache.commons.configuration2.JNDIConfiguration
Return the base context with the prefix applied.
getBaseDir() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Gets the base directory.
getBasePath() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Gets the base path for relative names of configuration sources.
getBasePath() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Gets the current base path of this configuration builder.
getBasePath() - Method in class org.apache.commons.configuration2.io.FileHandler
Return the base path.
getBasePath() - Method in class org.apache.commons.configuration2.io.FileLocator
Gets the base path stored in this locator or null if it is undefined.
getBasePath(String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getBasePath(String) - Method in class org.apache.commons.configuration2.io.FileSystem
 
getBasePath(String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getBasePath(URL) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Return the path without the file name, for example http://xyz.net/foo/bar.xml results in http://xyz.net/foo/
getBaseValue() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Gets the base value.
getBaseValue() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Gets this node's base value.
getBeanClass() - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
Gets the class of the bean to be created.
getBeanClass() - Method in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
 
getBeanClassName() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
Gets the name of the bean class, from which an instance is to be created.
getBeanClassName() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
Gets the name of the bean class, from which an instance is to be created.
getBeanClassName() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets the name of the class of the bean to be created.
getBeanClassName() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Gets the bean's class name.
getBeanDeclaration() - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
Gets the BeanDeclaration with the data for the new bean.
getBeanDeclaration() - Method in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
 
getBeanDeclaration() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Gets the BeanDeclaration referenced by this constructor argument.
getBeanFactoryName() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
Gets the name of the BeanFactory that should be used for creating the bean instance.
getBeanFactoryName() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
Gets the name of the BeanFactory that should be used for creating the bean instance.
getBeanFactoryName() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets the name of the bean factory.
getBeanFactoryName() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Gets the name of the bean factory.
getBeanFactoryParameter() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
Gets an arbitrary object that will be passed to the bean factory.
getBeanFactoryParameter() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
Gets an arbitrary object that will be passed to the bean factory.
getBeanFactoryParameter() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets a parameter for the bean factory.
getBeanProperties() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
Gets a map with properties that should be initialized on the newly created bean.
getBeanProperties() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
Gets a map with properties that should be initialized on the newly created bean.
getBeanProperties() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets a map with the bean's (simple) properties.
getBeginColumn() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Get token beginning line number.
getBigDecimal(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets a BigDecimal associated with the given configuration key.
getBigDecimal(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getBigDecimal(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a BigDecimal associated with the given configuration key.
getBigDecimal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getBigDecimal(String, BigDecimal) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a BigDecimal associated with the given configuration key.
getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getBigDecimalArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of BigDecimals associated with the given configuration key.
getBigDecimalArray(String, BigDecimal...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of BigDecimals associated with the given configuration key.
getBigDecimalList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of BigDecimals associated with the given configuration key.
getBigDecimalList(String, List<BigDecimal>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of BigDecimals associated with the given configuration key.
getBigInteger(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets a BigInteger associated with the given configuration key.
getBigInteger(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getBigInteger(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a BigInteger associated with the given configuration key.
getBigInteger(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getBigInteger(String, BigInteger) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a BigInteger associated with the given configuration key.
getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getBigIntegerArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of BigIntegers associated with the given configuration key.
getBigIntegerArray(String, BigInteger...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of BigIntegers associated with the given configuration key.
getBigIntegerList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of BigIntegers associated with the given configuration key.
getBigIntegerList(String, List<BigInteger>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of BigIntegers associated with the given configuration key.
getBlancLines() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
getBlancLinesBefore(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
getBlankLines() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Gets the number of blank lines before this property.
getBlankLinesBefore(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the number of blank lines before this property key.
getBoolean(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getBoolean(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getBoolean(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a boolean associated with the given configuration key.
getBoolean(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getBoolean(String, boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getBoolean(String, boolean) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getBoolean(String, boolean) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a boolean associated with the given configuration key.
getBoolean(String, boolean) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getBoolean(String, Boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Obtains the value of the specified key and tries to convert it into a Boolean object.
getBoolean(String, Boolean) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getBoolean(String, Boolean) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Boolean associated with the given configuration key.
getBoolean(String, Boolean) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getBooleanArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of boolean primitives associated with the given configuration key.
getBooleanArray(String, boolean...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of boolean primitives associated with the given configuration key.
getBooleanList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Boolean objects associated with the given configuration key.
getBooleanList(String, List<Boolean>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Boolean objects associated with the given configuration key.
getBuilderClass() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Gets the name of the class of the builder created by this provider.
getByte(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getByte(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getByte(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a byte associated with the given configuration key.
getByte(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getByte(String, byte) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getByte(String, byte) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getByte(String, byte) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a byte associated with the given configuration key.
getByte(String, byte) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getByte(String, Byte) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getByte(String, Byte) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getByte(String, Byte) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Byte associated with the given configuration key.
getByte(String, Byte) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getByteArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of byte primitives associated with the given configuration key.
getByteArray(String, byte...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of byte primitives associated with the given configuration key.
getByteList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Byte objects associated with the given configuration key.
getByteList(String, List<Byte>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Byte objects associated with the given configuration key.
getCalendar(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendar(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendar(String, Calendar) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendar(String, Calendar, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Calendar associated with the given configuration key.
getCalendarArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarArray(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarArray(String, Calendar...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarArray(String, Calendar[], String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Calendars associated with the given configuration key.
getCalendarList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getCalendarList(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getCalendarList(String, List<Calendar>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getCalendarList(String, List<Calendar>, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Calendars associated with the given configuration key.
getCanonicalComment(String, boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the comment for the specified property key in a canonical form.
getCanonicalFooterCooment(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the footer comment of the represented properties file in a canonical form.
getCanonicalHeaderComment(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the header comment of the represented properties file in a canonical form.
getCatalog() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Gets a catalog instance.
getCause() - Method in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Gets the cause of this error event.
getChangedValues() - Method in class org.apache.commons.configuration2.tree.NodeUpdateData
Gets an unmodifiable map with the values to be changed.
getChild(ImmutableNode, int) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
getChild(T, int) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets the child with the given index of the specified node.
getChild(T, int) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getChildBuilders() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Gets a collection containing the builders for all child configuration sources.
getChildBuilders() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Gets a collection with the builders for all child configuration sources.
getChildDefaultParametersManager() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Gets the DefaultParametersManager object for initializing parameter objects for child configuration sources.
getChildKey(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
Return the key in the subset configuration associated to the specified key in the parent configuration.
getChildren() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Gets a list with the children of the wrapped node, again wrapped into NodeData objects.
getChildren() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Gets a list with the children of this node.
getChildren(String) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Gets a list with the children of the wrapped node with the given name, again wrapped into NodeData objects.
getChildren(String) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a list with the children of this node.
getChildren(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
getChildren(ImmutableNode, String) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
Gets an unmodifiable list of all children of the specified node with the given name.
getChildren(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets an unmodifiable list with all children of the specified node.
getChildren(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getChildren(T, String) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets an unmodifiable list of all children of the specified node with the given name.
getChildren(T, String) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getChildrenCount(ImmutableNode, String) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
getChildrenCount(T, String) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets the number of children of the specified node with the given name.
getChildrenCount(T, String) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getClasspathResource(String) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Tries to find a resource with the given name in the classpath.
getCollection(Class<T>, String, Collection<T>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getCollection(Class<T>, String, Collection<T>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a collection of typed objects associated with the given configuration key.
getCollection(Class<T>, String, Collection<T>, Collection<T>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets a collection of typed objects associated with the given configuration key using the values in the specified default collection if the key does not map to an existing object.
getCollection(Class<T>, String, Collection<T>, Collection<T>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a collection of typed objects associated with the given configuration key using the values in the specified default collection if the key does not map to an existing object.
getColor(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Color associated with the given configuration key.
getColor(String, Color) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Color associated with the given configuration key.
getColorArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Colors associated with the given configuration key.
getColorArray(String, Color...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Colors associated with the given configuration key.
getColorList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Colors associated with the given configuration key.
getColorList(String, List<Color>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Colors associated with the given configuration key.
getColumn() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Deprecated. 
getComment() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Gets the comment for this property.
getComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the comment for the specified property key.
getCommentLeadingCharsUsedInInput() - Method in class org.apache.commons.configuration2.INIConfiguration
Get comment leading separator used in INI reading.
getCommentLines() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Gets the comment lines that have been read for the last property.
getConfig() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getConfiguration() - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader
Gets the actual configuration to be processed.
getConfiguration() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets the configuration object this bean declaration is based on.
getConfiguration() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Gets the configuration provided by this builder.
getConfiguration() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Gets the configuration provided by this builder.
getConfiguration() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.WrapperBuilder
 
getConfiguration() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Gets the configuration provided by this builder.
getConfiguration() - Method in interface org.apache.commons.configuration2.builder.ConfigurationBuilder
Gets the configuration provided by this builder.
getConfiguration() - Method in class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
Gets the newly created ImmutableConfiguration object.
getConfiguration() - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Gets the stored configuration.
getConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationLookup
Gets the ImmutableConfiguration used by this object.
getConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationMap
Gets the wrapped Configuration object.
getConfiguration() - Method in class org.apache.commons.configuration2.DataConfiguration
Return the configuration decorated by this DataConfiguration.
getConfiguration() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
Gets the stored configuration.
getConfiguration() - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Gets the configuration object to be parsed.
getConfiguration(int) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets the configuration at the specified index.
getConfiguration(int) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Return the configuration at the specified index.
getConfiguration(int) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Gets the configuration at the specified index.
getConfiguration(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets the configuration with the given name.
getConfiguration(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Gets the configuration with the given name.
getConfiguration(Properties) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
Convert a standard Properties class into a configuration class.
getConfigurationBuilder() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Gets the associated configuration builder.
getConfigurationBuilder(ConfigurationDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Gets the builder for the configuration source managed by this provider.
getConfigurationBuilder(ConfigurationDeclaration) - Method in interface org.apache.commons.configuration2.builder.combined.ConfigurationBuilderProvider
Gets the builder for the configuration source managed by this provider.
getConfigurationBuilder(ConfigurationDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
Gets the builder for the configuration source managed by this provider.
getConfigurationClass() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Gets the name of the configuration class created by the builder produced by this provider.
getConfigurationDecoder() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the ConfigurationDecoder used by this instance.
getConfigurationName() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the name of this configuration instance.
getConfigurationNameColumn() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the name of the table column with the configuration name.
getConfigurationNameList() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets a List of the names of all the configurations that have been added in the order they were added.
getConfigurationNames() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets a set with the names of all configurations contained in this combined configuration.
getConfigurationNames() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Gets a set with the names of all configurations contained in this combined configuration.
getConfigurationNode() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Gets the wrapped configuration node.
getConfigurations() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets a List of all the configurations that have been added.
getConfigurationUnderConstruction() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Gets the configuration object that is currently constructed.
getConnection() - Method in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Gets the current connection.
getConnectTimeoutMillis() - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Gets the connect timeout.
getConstructorArgs() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
Gets a collection with constructor arguments.
getConstructorArgs() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
Gets a collection with constructor arguments.
getConstructorArgs() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets a collection with constructor arguments.
getConstructorArgs(BeanDeclaration) - Static method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Gets constructor arguments from a bean declaration.
getContent() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets the FileBased object associated with this FileHandler.
getContentHandler() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Gets the actually set content handler.
getContext() - Method in class org.apache.commons.configuration2.JNDIConfiguration
Return the initial context used by this configuration.
getContext(List<String>, Context) - Method in class org.apache.commons.configuration2.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.
getContextFactory() - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Gets the XPathContextFactory used by this instance.
getController() - Method in class org.apache.commons.configuration2.reloading.ReloadingEvent
Gets the ReloadingController which caused this event.
getConversionExpressionEngine() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets the ExpressionEngine for converting flat child configurations to hierarchical ones.
getConversionHandler() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the ConversionHandler used by this instance.
getConversionHandler() - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Gets the ConversionHandler used by this object.
getConversionHandler() - Method in class org.apache.commons.configuration2.DataConfiguration
Gets the ConversionHandler used by this instance.
getCurrentConfig() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Gets the current configuration.
getCurrentConfiguration() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Gets the current configuration.
getCurrentData() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Gets the current TreeData object this transaction operates on.
getCurrentSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Gets the current property separator.
getData() - Method in class org.apache.commons.configuration2.reloading.ReloadingEvent
Gets an object with additional data about the reload operation.
getDatasource() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the used DataSource object.
getDataSource() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the DataSource for obtaining database connections.
getDate(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Date associated with the given configuration key.
getDate(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Date associated with the given configuration key.
getDate(String, Date) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Date associated with the given configuration key.
getDate(String, Date, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Date associated with the given configuration key.
getDateArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateArray(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateArray(String, Date...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateArray(String, Date[], String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Dates associated with the given configuration key.
getDateFormat() - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Gets the date format used by this conversion handler.
getDateFormat() - Method in class org.apache.commons.configuration2.DataConfiguration.DataConversionHandler
Gets the date format used by this conversion handler.
getDateList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
 
getDateList(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Dates associated with the given configuration key.
getDateList(String, List<Date>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Dates associated with the given configuration key.
getDateList(String, List<Date>, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Dates associated with the given configuration key.
getDecoratedNodeHandler() - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
Gets the NodeHandler object that is decorated by this instance.
getDefaultBeanClass() - Method in interface org.apache.commons.configuration2.beanutils.BeanFactory
Gets the default bean class of this bean factory.
getDefaultBeanClass() - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Gets the default bean class used by this factory.
getDefaultBeanClassName() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets the name of the default bean class.
getDefaultBeanFactory() - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Gets the default bean factory.
getDefaultChildParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Gets a collection with default parameter objects for child configuration sources.
getDefaultClass(Object, String) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Gets the Class of the property if it can be determined.
getDefaultDateFormat() - Method in class org.apache.commons.configuration2.DataConfiguration
Gets the date format specified by the user in the DATE_FORMAT_KEY property, or the default format otherwise.
getDefaultEncoding(Class<?>) - Static method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Gets the default encoding for the specified configuration class.
getDefaultLookups() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Gets a collection with the default Lookup objects added to this ConfigurationInterpolator.
getDefaultLookups() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
Gets a collection with the default lookups.
getDefaultParametersManager() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Gets the DefaultParametersManager associated with this object.
getDefaultPrefixLookups() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultPrefixLookupsHolder
Get the default prefix lookups map.
getDefaultPrefixLookups() - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Gets a map containing the default prefix lookups.
getDefinitionBuilder() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Gets the ConfigurationBuilder object for obtaining the definition configuration.
getDefinitionBuilder() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Gets the ConfigurationBuilder which creates the definition configuration.
getDefinitionBuilderParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Gets the parameters object for the definition configuration builder if present.
getDefinitionConfiguration() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Gets the configuration containing the definition of the combined configuration to be created.
getDelimiter() - Method in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
Gets the list delimiter character used by this instance.
getDelimiter() - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Gets the list delimiter character.
getDelimiterHandler() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Gets the delimiter handler for properties with multiple values.
getDetachedModel() - Method in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Gets the node model to be used in detached mode.
getDetachedNodeModel(NodeSelector) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Gets the detached node model for the specified tracked node.
getDetector() - Method in class org.apache.commons.configuration2.reloading.CombinedReloadingController
Gets the ReloadingDetector used by this controller.
getDetector() - Method in class org.apache.commons.configuration2.reloading.ReloadingController
Gets the ReloadingDetector used by this controller.
getDocument() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the XML document this configuration was loaded from.
getDocument() - Method in class org.apache.commons.configuration2.XMLDocumentHelper
Gets the Document managed by this helper.
getDocumentBuilder() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the DocumentBuilder object that is used for loading documents.
getDocumentHelper() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the helper object for managing the underlying document.
getDouble(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getDouble(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getDouble(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a double associated with the given configuration key.
getDouble(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getDouble(String, double) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getDouble(String, double) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getDouble(String, double) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a double associated with the given configuration key.
getDouble(String, double) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getDouble(String, Double) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getDouble(String, Double) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getDouble(String, Double) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Double associated with the given configuration key.
getDouble(String, Double) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getDoubleArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of double primitives associated with the given configuration key.
getDoubleArray(String, double...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of double primitives associated with the given configuration key.
getDoubleList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Double objects associated with the given configuration key.
getDoubleList(String, List<Double>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Double objects associated with the given configuration key.
getDTDHandler() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Gets the DTD handler.
getDuration(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getDuration(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Duration associated with the given configuration key.
getDuration(String, Duration) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getDuration(String, Duration) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Duration associated with the given configuration key.
getDynaClass() - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
getDynaClass() - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
This implementation returns an instance of MultiWrapDynaClass.
getDynaProperties() - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
 
getDynaProperties() - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
 
getDynaProperty(String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
 
getDynaProperty(String) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
 
getElement() - Method in class org.apache.commons.configuration2.XMLListReference
Gets the associated element.
getElement(ImmutableNode, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Helper method for accessing the element of the specified node.
getElementMapping() - Method in class org.apache.commons.configuration2.XMLDocumentHelper
Gets the element mapping to the source document.
getEncodedString(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the value of a string property that is stored in encoded form in this configuration using a default ConfigurationDecoder.
getEncodedString(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets the value of a string property that is stored in encoded form in this configuration using a default ConfigurationDecoder.
getEncodedString(String, ConfigurationDecoder) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the value of a string property that is stored in encoded form in this configuration.
getEncodedString(String, ConfigurationDecoder) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets the value of a string property that is stored in encoded form in this configuration.
getEncoding() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets the encoding of the associated file.
getEncoding() - Method in class org.apache.commons.configuration2.io.FileLocator
Gets the encoding stored in this locator or null if it is undefined.
getEndColumn() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Get token end line number.
getEntityResolver() - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
Gets the EntityResolver stored in this parameters object.
getEntityResolver() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Gets the entity resolver.
getEntityResolver() - Method in interface org.apache.commons.configuration2.resolver.EntityResolverSupport
Return the EntityResolver associated with the class.
getEntityResolver() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the EntityResolver.
getEnum(String, Class<T>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an enum associated with the given configuration key.
getEnum(String, Class<T>, T) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets the enum associated with the given configuration key.
getErrorHandler() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Gets the error handler.
getErrorOperationType() - Method in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Gets the EventType of the operation which caused this error.
getEscapedDelimiter() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Gets the string representing an escaped property delimiter.
getEventListenerIterator(EventType<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
Gets a specialized iterator for obtaining all event listeners stored in this list which are compatible with the specified event type.
getEventListenerRegistrations() - Method in class org.apache.commons.configuration2.event.BaseEventSource
Gets a list with all EventListenerRegistrationData objects currently contained for this event source.
getEventListeners(EventType<T>) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Gets a collection with all event listeners of the specified event type that are currently registered at this object.
getEventListeners(EventType<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
Gets an Iterable allowing access to all event listeners stored in this list which are compatible with the specified event type.
getEventListeners(EventType<T>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getEventSourceSupport() - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Gets the level of EventSource support used when generating ImmutableConfiguration objects.
getEventType() - Method in class org.apache.commons.configuration2.event.Event
Gets the type of this event.
getEventType() - Method in class org.apache.commons.configuration2.event.EventListenerRegistrationData
Gets the event type for this listener registration.
getException() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Gets a reference to an exception that occurred during parsing.
getExecutorService() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Gets the ScheduledExecutorService used by this object.
getExistingFile() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Gets the monitored File or null if it does not exist.
getExpressionEngine() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Gets the expression engine used by this configuration.
getExpressionEngine() - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Gets the expression engine used by this configuration.
getExpressionEngine() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getExpressionEngine() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Gets the associated default expression engine.
getExtension() - Method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Gets the file extension of this provider.
getFeature(String) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Dummy implementation of the interface method.
getFile() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets the location of the associated file as a File object.
getFile() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Gets the File object which is monitored by this object.
getFile(String, String) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Tries to convert the specified base path and file name into a file object.
getFileHandler() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Gets the FileHandler managed by this object.
getFileHandler() - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Gets the FileHandler associated with this builder.
getFileHandler() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Gets the FileHandler associated with this object.
getFileLocator() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets a FileLocator object with the specification of the file stored by this FileHandler.
getFileName() - Method in class org.apache.commons.configuration2.io.FileHandler
Return the name of the file.
getFileName() - Method in class org.apache.commons.configuration2.io.FileLocator
Gets the file name stored in this locator or null if it is undefined.
getFileName(String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getFileName(String) - Method in class org.apache.commons.configuration2.io.FileSystem
 
getFileName(String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getFileName(URL) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Extract the file name from the specified URL.
getFileObject() - Method in class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
Gets the file that is monitored by this strategy.
getFileOptionsProvider() - Method in class org.apache.commons.configuration2.io.FileSystem
 
getFilePattern() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Gets the pattern for determining file names for managed configurations.
getFileSystem() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets the FileSystem to be used by this object when locating files.
getFileSystem() - Method in class org.apache.commons.configuration2.io.FileLocator
Gets the FileSystem to be used for accessing the file referenced by this locator or null if it is undefined.
getFileSystem() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Gets the FileSystem.
getFileSystem(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Obtains a non-null FileSystem object from the passed in FileLocator.
getFilteredParameters() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Gets a map with initialization parameters where all parameters starting with the reserved prefix have been filtered out.
getFilteredResults(ImmutableNode, NodeKeyResolver<ImmutableNode>, NodeHandler<ImmutableNode>, String, List<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.NodeSelector
Executes a query for a given key and filters the results for nodes only.
getFloat(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getFloat(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getFloat(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a float associated with the given configuration key.
getFloat(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getFloat(String, float) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getFloat(String, float) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getFloat(String, float) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a float associated with the given configuration key.
getFloat(String, float) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getFloat(String, Float) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getFloat(String, Float) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getFloat(String, Float) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Float associated with the given configuration key.
getFloat(String, Float) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getFloatArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of float primitives associated with the given configuration key.
getFloatArray(String, float...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of float primitives associated with the given configuration key.
getFloatList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Float objects associated with the given configuration key.
getFloatList(String, List<Float>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Float objects associated with the given configuration key.
getFooter() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Gets the footer comment.
getFooterComment() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the footer comment of the represented properties file.
getGlobalSection() - Method in class org.apache.commons.configuration2.INIConfiguration
Creates a sub configuration for the global section of the represented INI configuration.
getGlobalSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Gets the global property separator.
getGlobalSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the global separator.
getHeader() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Return the comment header.
getHeader() - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Gets the header comment of this configuration.
getHeaderComment() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the header comment of the represented properties file.
getHomeDirectory() - Method in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Gets the home directory.
GetImage() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Get token literal value.
getImmediateNode() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Gets the immediate node.
getImmediateNode() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Gets the immediate node.
getInclude() - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Gets the property value for including other properties files.
getIncludeListener() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Gets the current include listener, never null.
getIncludeOptional() - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Gets the property value for including other properties files.
getIndex() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Gets the index value of the current key.
getIndexEnd() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Gets the string representing the end of an index in a property key.
getIndexStart() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Gets the string representing the start of an index in a property key.
getInMemoryConfiguration() - Method in class org.apache.commons.configuration2.CompositeConfiguration
Gets the "in memory configuration".
getInMemoryRepresentation() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets a representation of the data stored in this model in form of a nodes hierarchy of ImmutableNode objects.
getInMemoryRepresentation() - Method in interface org.apache.commons.configuration2.tree.NodeModel
Gets a representation of the data stored in this model in form of a nodes hierarchy of ImmutableNode objects.
getInMemoryRepresentation() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Gets a representation of the data stored in this model in form of a nodes hierarchy of ImmutableNode objects.
getInputStream(URL) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getInputStream(URL) - Method in class org.apache.commons.configuration2.io.FileSystem
 
getInputStream(URL) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getInputStream(URL, URLConnectionOptions) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getInputStream(URL, URLConnectionOptions) - Method in class org.apache.commons.configuration2.io.FileSystem
Not abstract for binary compatibility.
getInt(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getInt(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getInt(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a int associated with the given configuration key.
getInt(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getInt(String, int) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getInt(String, int) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getInt(String, int) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a int associated with the given configuration key.
getInt(String, int) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getIntArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of int primitives associated with the given configuration key.
getIntArray(String, int...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of int primitives associated with the given configuration key.
getInteger(String, Integer) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getInteger(String, Integer) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getInteger(String, Integer) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an Integer associated with the given configuration key.
getInteger(String, Integer) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getIntegerList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Integer objects associated with the given configuration key.
getIntegerList(String, List<Integer>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Integer objects associated with the given configuration key.
getInterpolatedRoot() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Gets the result of this builder: the root node of the interpolated nodes hierarchy.
getInterpolator() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the ConfigurationInterpolator object that manages the lookup objects for resolving variables.
getInterpolator() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Gets the ConfigurationInterpolator used by this instance.
getInterpolator() - Method in interface org.apache.commons.configuration2.Configuration
Gets the ConfigurationInterpolator object used by this Configuration.
getInterpolator() - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Gets the ConfigurationInterpolator used by this object.
getInterpolator() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
Gets the ConfigurationInterpolator instance to be used directly.
getInterpolator() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Gets the ConfigurationInterpolator.
getIOFactory() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Gets the IOFactory to be used for creating readers and writers when loading or saving this configuration.
getKey() - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.Entry
 
getKey() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Gets the current key.
getKey() - Method in class org.apache.commons.configuration2.tree.NodeUpdateData
Gets the key for this update operation.
getKeyColumn() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the name of the column containing the configuration keys.
getKeyList() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
Gets the list with all defined keys.
getKeyPattern() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getKeys() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the list of the keys contained in the configuration.
getKeys() - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets the list of the keys contained in the configuration.
getKeys() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets a set with all property keys managed by this object.
getKeys(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the list of the keys contained in the configuration that match the specified prefix.
getKeys(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets the list of the keys contained in the configuration that match the specified prefix.
getKeysInternal() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Actually creates an iterator for iterating over the keys in this configuration.
getKeysInternal() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Gets an iterator with all keys defined in this configuration.
getKeysInternal() - Method in class org.apache.commons.configuration2.BaseConfiguration
Get the list of the keys contained in the configuration repository.
getKeysInternal() - Method in class org.apache.commons.configuration2.CompositeConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Returns an iterator with the names of all properties contained in this configuration.
getKeysInternal() - Method in class org.apache.commons.configuration2.DataConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.JNDIConfiguration
Gets an iterator with all property keys stored in this configuration.
getKeysInternal() - Method in class org.apache.commons.configuration2.MapConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getKeysInternal() - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.SystemConfiguration
Actually creates an iterator for iterating over the keys in this configuration.
getKeysInternal() - Method in class org.apache.commons.configuration2.web.AppletConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.web.ServletConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.web.ServletContextConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.web.ServletFilterConfiguration
 
getKeysInternal() - Method in class org.apache.commons.configuration2.web.ServletRequestConfiguration
 
getKeysInternal(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets an Iterator with all property keys starting with the specified prefix.
getKeysInternal(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Gets an iterator with all keys defined in this configuration that start with the given prefix.
getKeysInternal(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
 
getKeysInternal(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getKeysInternal(String) - Method in class org.apache.commons.configuration2.JNDIConfiguration
Gets an iterator with all property keys starting with the given prefix.
getKeysInternal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getKeysInternal(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
getLastModificationDate() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Gets the date of the last modification of the monitored file.
getLastModificationDate() - Method in class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
Gets the date of the last modification of the monitored file.
getLayout() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Gets the associated layout object.
getLength() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Gets the length of the represented node.
getLength() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Gets this node's length.
getLine() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Deprecated. 
getLineSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Gets the line separator.
getLineSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the line separator.
getList(Class<T>, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getList(Class<T>, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a list of typed objects associated with the given configuration key returning a null if the key doesn't map to an existing object.
getList(Class<T>, String, List<T>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets a list of typed objects associated with the given configuration key returning the specified default value if the key doesn't map to an existing object.
getList(Class<T>, String, List<T>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a list of typed objects associated with the given configuration key returning the specified default value if the key doesn't map to an existing object.
getList(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets a List of the values associated with the given configuration key.
getList(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getList(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a List of the values associated with the given configuration key.
getList(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getList(String, List<?>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getList(String, List<?>) - Method in class org.apache.commons.configuration2.CompositeConfiguration
 
getList(String, List<?>) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getList(String, List<?>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a List of strings associated with the given configuration key.
getList(String, List<?>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getListDelimiterHandler() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the ListDelimiterHandler used by this instance.
getListDelimiterHandler() - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Gets the ListDelimiterHandler used for extracting values from complex objects.
getListDelimiterHandler() - Method in class org.apache.commons.configuration2.SubsetConfiguration
Gets the ListDelimiterHandler used by this instance.
getListener() - Method in class org.apache.commons.configuration2.event.EventListenerRegistrationData
Gets the listener this registration is about.
getListeners() - Method in class org.apache.commons.configuration2.builder.EventListenerParameters
 
getListeners() - Method in interface org.apache.commons.configuration2.builder.EventListenerProvider
Gets an EventListenerList object with information about event listener registrations.
getListNodes() - Method in class org.apache.commons.configuration2.tree.NodeCombiner
Gets a set with the names of nodes that are known to be list nodes.
getLocale(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Locale associated with the given configuration key.
getLocale(String, Locale) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a Locale associated with the given configuration key.
getLocaleArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Locales associated with the given configuration key.
getLocaleArray(String, Locale...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of Locales associated with the given configuration key.
getLocaleList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Locales associated with the given configuration key.
getLocaleList(String, List<Locale>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Locales associated with the given configuration key.
getLocationStrategy() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets the FileLocationStrategy to be applied when accessing the associated file.
getLocationStrategy() - Method in class org.apache.commons.configuration2.io.FileLocator
Gets the FileLocationStrategy to be used for locating the referenced file.
getLocationStrategy(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Gets a non null FileLocationStrategy object from the passed in FileLocator.
getLog() - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Gets the internal logger.
getLogger() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the logger used by this configuration object.
getLogger() - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Gets the logger used by this object.
getLogger() - Method in class org.apache.commons.configuration2.io.FileSystem
Gets the logger used by this FileSystem.
getLogger() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Gets the logger used by this configuration object.
getLong(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getLong(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getLong(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a long associated with the given configuration key.
getLong(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getLong(String, long) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getLong(String, long) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getLong(String, long) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a long associated with the given configuration key.
getLong(String, long) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getLong(String, Long) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getLong(String, Long) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getLong(String, Long) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Long associated with the given configuration key.
getLong(String, Long) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getLongArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of long primitives associated with the given configuration key.
getLongArray(String, long...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of long primitives associated with the given configuration key.
getLongList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Long objects associated with the given configuration key.
getLongList(String, List<Long>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Long objects associated with the given configuration key.
getLookup() - Method in enum org.apache.commons.configuration2.interpol.DefaultLookups
Gets the standard Lookup instance of this kind.
getLookups() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Gets a map with the currently registered Lookup objects and their prefixes.
getManagedBuilder() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Gets the managed FileBasedConfigurationBuilder for the current file name pattern.
getManagedBuilderParameters() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Gets the parameters object for managed configuration builders.
getManagedBuilders() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Gets the map with the managed builders created so far by this MultiFileConfigurationBuilder.
getManager() - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getMap() - Method in class org.apache.commons.configuration2.MapConfiguration
Return the Map decorated by this configuration.
getMap(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
Convert a Configuration class into a Map class.
getMatchingChildren(ImmutableNode, NodeMatcher<C>, C) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
Gets an unmodifiable list of all children of the specified node which are matched by the passed in NodeMatcher against the provided criterion.
getMatchingChildren(T, NodeMatcher<C>, C) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets an unmodifiable list of all children of the specified node which are matched by the passed in NodeMatcher against the provided criterion.
getMatchingChildren(T, NodeMatcher<C>, C) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getMatchingChildrenCount(ImmutableNode, NodeMatcher<C>, C) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
getMatchingChildrenCount(T, NodeMatcher<C>, C) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets the number of children of the specified node which are matched by the given NodeMatcher.
getMatchingChildrenCount(T, NodeMatcher<C>, C) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getMatchingConfigurationClass() - Method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Gets the name of the matching configuration class.
getMaxIndex(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Gets the maximum defined index for the given key.
getMaxIndex(String) - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Gets the maximum defined index for the given key.
getMaxIndexInternal(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Actually retrieves the maximum defined index for the given key.
getMaxIndexInternal(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getMaxIndexInternal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getMaxPosition() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Gets the maximum position for this iterator.
getMessage() - Method in error org.apache.commons.configuration2.plist.TokenMgrError
You can also modify the body of this method to customize your error messages.
getModel() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Gets the NodeModel used by this configuration.
getName() - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
 
getName() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Gets the name for the represented configuration source.
getName() - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
The name of this class is not relevant.
getName() - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Gets the configuration's name.
getName() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
Gets the configuration's name.
getName() - Method in class org.apache.commons.configuration2.event.EventType
Gets the name of this event type.
getName() - Method in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
 
getName() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Gets the name of this node.
getName() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Gets this node's name.
getNamedBuilder(String) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Gets the ConfigurationBuilder with the given name.
getNamedBuilder(String) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Gets the configuration builder with the given name.
getNestedBeanDeclarations() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
Gets a map with declarations for beans that should be set as properties of the newly created bean.
getNestedBeanDeclarations() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
Gets a map with declarations for beans that should be set as properties of the newly created bean.
getNestedBeanDeclarations() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets a map with bean declarations for the complex properties of the bean to be created.
getNewNodeName() - Method in class org.apache.commons.configuration2.tree.NodeAddData
Gets the name of the new node.
getNewValues() - Method in class org.apache.commons.configuration2.tree.NodeUpdateData
Gets a collection with the values to be newly added.
getNextToken() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Get the next Token.
getNextToken() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Get the next Token.
getNode() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Gets the data about the associated node.
getNode() - Method in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Gets the tracked node.
getNode() - Method in class org.apache.commons.configuration2.tree.QueryResult
Gets the node referenced by this object.
getNode() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory.NodeWrapper
Gets the wrapped node.
getNodeCombiner() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets the node combiner that is used for creating the combined node structure.
getNodeCombiner() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Gets the node combiner that is used for creating the combined node structure.
getNodeHandler() - Method in class org.apache.commons.configuration2.INIConfiguration.GlobalSectionNodeModel
 
getNodeHandler() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets a NodeHandler for dealing with the nodes managed by this model.
getNodeHandler() - Method in interface org.apache.commons.configuration2.tree.NodeModel
Gets a NodeHandler for dealing with the nodes managed by this model.
getNodeHandler() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
getNodeHandler() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Returns a reference to the current node handler.
getNodeHandler() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Gets the node handler for the managed nodes.
getNodeHandler() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Gets the NodeHandler used by this instance.
getNodeHandler() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory.NodeWrapper
Gets the node handler for the wrapped node.
getNodeModel() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Gets the NodeModel supported by this object.
getNodeModel() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Gets the NodeModel supported by this object.
getNodeModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Gets the NodeModel supported by this object.
getNodeModel() - Method in interface org.apache.commons.configuration2.tree.InMemoryNodeModelSupport
Gets the NodeModel supported by this object.
getNodeModel() - Method in interface org.apache.commons.configuration2.tree.NodeModelSupport
Gets the NodeModel supported by this object.
getNodeName() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Gets the name of this node.
getNodePointer() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Gets the current node pointer.
getNodeTracker() - Method in class org.apache.commons.configuration2.tree.TreeData
Gets the NodeTracker
getNodeValue() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.ArrayNodeBuilder
Return the list of values in the array.
getNodeValue() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Gets the final value for the node to be created.
getNumberOfConfigurations() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets the number of configurations that are contained in this combined configuration.
getNumberOfConfigurations() - Method in class org.apache.commons.configuration2.CompositeConfiguration
Return the number of configurations.
getNumberOfConfigurations() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Gets the number of configurations that are contained in this combined configuration.
getNumberOfConfigurationsInternal() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets the number of child configurations in this combined configuration.
getOptions() - Method in interface org.apache.commons.configuration2.io.FileOptionsProvider
 
getOptions(String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getOrder() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
Gets the order of this factory between other factories.
getOriginalConversionHandler() - Method in class org.apache.commons.configuration2.DataConfiguration
Gets the original conversion handler set for this configuration.
getOutputStream(File) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getOutputStream(File) - Method in class org.apache.commons.configuration2.io.FileSystem
 
getOutputStream(URL) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getOutputStream(URL) - Method in class org.apache.commons.configuration2.io.FileSystem
 
getOutputStream(URL) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getOverrideSources() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Gets a collection with all configuration source declarations defined in the override section.
getParameter() - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
Gets the (optional) parameter object for the bean factory.
getParameter() - Method in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
 
getParameterClasses() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Gets an unmodifiable collection with the names of parameter classes supported by this provider.
getParameters() - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Gets a map with all parameters defined by this objects.
getParameters() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Gets a (unmodifiable) map with the current initialization parameters set for this builder.
getParameters() - Method in interface org.apache.commons.configuration2.builder.BuilderParameters
Gets a map with all parameters defined by this objects.
getParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Gets a map with all parameters defined by this objects.
getParameters() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Gets a map with all parameters defined by this objects.
getParameters() - Method in class org.apache.commons.configuration2.builder.EventListenerParameters
Gets a map with all parameters defined by this objects.
getParameters() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Gets a map with all parameters defined by this objects.
getParameters() - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Gets the Parameters instance associated with this object.
getParent() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Gets the parent configuration of this subnode configuration.
getParent() - Method in class org.apache.commons.configuration2.SubsetConfiguration
Return the parent configuration for this subset.
getParent() - Method in class org.apache.commons.configuration2.tree.NodeAddData
Gets the parent node.
getParent() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Gets the parent node pointer.
getParent(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Gets the parent node of the given node.
getParent(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.TrackedNodeHandler
Gets the parent of the specified node.
getParent(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.TreeData
Gets the parent node of the specified node.
getParent(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets the parent of the specified node.
getParent(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getParentHandler() - Method in class org.apache.commons.configuration2.tree.TrackedNodeHandler
Gets the parent handler.
getParentInterpolator() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Gets the parent ConfigurationInterpolator.
getParentInterpolator() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
Gets the parent ConfigurationInterpolator object.
getParentKey(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
Return the key in the parent configuration associated to the specified key in this subset.
getParentModel() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Gets the parent model.
getParentModelSupport() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Gets the InMemoryNodeModelSupport object which is used to gain access to the underlying node model.
getParentPointer() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Gets a reference to the parent node pointer.
getParsedConfiguration() - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader
Gets the configuration to be processed.
getParsedConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Gets a reference to the configuration that is parsed by this object.
getParsedConfiguration() - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Gets the configuration object to be processed.
getPath() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets the full path to the associated file.
getPath(File, URL, String, String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getPath(File, URL, String, String) - Method in class org.apache.commons.configuration2.io.FileSystem
 
getPath(File, URL, String, String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getPathNodes() - Method in class org.apache.commons.configuration2.tree.NodeAddData
Gets a list with further nodes that must be added.
getPosition() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Gets the position of the iteration.
getPrefix() - Method in enum org.apache.commons.configuration2.interpol.DefaultLookups
Gets the standard prefix for the lookup object of this kind.
getPrefix() - Method in class org.apache.commons.configuration2.JNDIConfiguration
Gets the prefix.
getPrefix() - Method in class org.apache.commons.configuration2.SubsetConfiguration
Return the prefix used to select the properties in the parent configuration.
getPrefixLookups() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
Gets a map with prefix lookups.
getPrivateCatalog() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Gets a new catalog instance.
getProperties(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getProperties(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getProperties(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a list of properties associated with the given configuration key.
getProperties(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getProperties(String, Properties) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Get a list of properties associated with the given configuration key.
getProperties(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
Convert a Configuration class into a Properties class.
getProperties(ImmutableConfiguration) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
Convert a Configuration class into a Properties class.
getProperty(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets a property from the configuration.
getProperty(String) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Dummy implementation of the interface method.
getProperty(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a property from the configuration.
getPropertyDelimiter() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Gets the string used as delimiter in property keys.
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Actually obtains the value of the specified property.
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Fetches the specified property.
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.BaseConfiguration
Read property from underlying map.
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Read property from underlying composite
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the value of the specified property.
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.DataConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.JNDIConfiguration
Gets the value of the specified property.
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.MapConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.web.AppletConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletContextConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletFilterConfiguration
 
getPropertyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletRequestConfiguration
 
getPropertyName() - Method in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Gets the name of the property that was accessed when this error occurred.
getPropertyName() - Method in class org.apache.commons.configuration2.event.ConfigurationEvent
Gets the name of the affected property.
getPropertyName() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Gets the name of the last read property.
getPropertySeparator() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Gets the separator that was used for the last read property.
getPropertyValue() - Method in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Gets the value of the property that was accessed when this error occurred.
getPropertyValue() - Method in class org.apache.commons.configuration2.event.ConfigurationEvent
Gets the value of the affected property if available.
getPropertyValue() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Gets the value of the last read property.
getProviders() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Gets an (unmodifiable) map with the currently registered ConfigurationBuilderProvider objects.
getPublicID() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the public ID of the DOCTYPE declaration from the loaded XML document.
getQueryRoot() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Gets the root node to be used within queries.
getReadTimeoutMillis() - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Gets the read timeout.
getReference(ImmutableNode) - Method in interface org.apache.commons.configuration2.tree.ReferenceNodeHandler
Gets the reference object associated with the specified node.
getReference(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ReferenceTracker
Gets the reference object associated with the given node.
getReference(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.TreeData
Gets the reference object associated with the specified node.
getReferenceHandler() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the extended node handler with support for references.
getReferenceNodeHandler() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets a ReferenceNodeHandler object for this model.
getReferenceTracker() - Method in class org.apache.commons.configuration2.tree.TreeData
Gets the ReferenceTracker.
getRefreshDelay() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Gets the refresh delay.
getRegisteredEntities() - Method in class org.apache.commons.configuration2.resolver.DefaultEntityResolver
Gets a map with the entity IDs that have been registered using the registerEntityId() method.
getRegisteredEntities() - Method in interface org.apache.commons.configuration2.resolver.EntityRegistry
Gets a map with the entity IDs that have been registered using the registerEntityId() method.
getRegistrations() - Method in class org.apache.commons.configuration2.event.EventListenerList
Gets an (unmodifiable) list with registration information about all event listeners registered at this object.
getRegistrationsForSuperType(EventType<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
Gets a list with EventListenerRegistrationData objects for all event listener registrations of the specified event type or an event type having this type as super type (directly or indirectly).
getReloadingBuilderClass() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Gets the name of the class of the builder created by this provider if the reload flag is set.
getReloadingController() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.ReloadableWrapperBuilder
 
getReloadingController() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Gets the ReloadingController associated with this object.
getReloadingController() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Gets the ReloadingController associated with this object.
getReloadingController() - Method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Gets the ReloadingController associated with this builder.
getReloadingController() - Method in interface org.apache.commons.configuration2.reloading.ReloadingControllerSupport
Gets the ReloadingController associated with this object.
getReloadingDetectorFactory() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Gets the ReloadingDetectorFactory.
getReloadingRefreshDelay() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Gets the refresh delay for reload operations.
getRemovedNodes() - Method in class org.apache.commons.configuration2.tree.NodeUpdateData
Adds a collection with the nodes to be removed.
getRemovedReferences() - Method in class org.apache.commons.configuration2.tree.ReferenceTracker
Gets the list with removed references.
getResolver() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
 
getResolver() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Gets the NodeKeyResolver used by this transaction.
getResultBuilder() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Gets the builder for the result node.
getResultClass() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Gets the result class of this builder.
getResultDeclaration() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Gets the BeanDeclaration that is used to create and initialize result objects.
getRootElementName() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Gets the name of the root element of this configuration.
getRootElementName() - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Gets the name of the root element of this configuration.
getRootElementNameInternal() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Actually obtains the name of the root element.
getRootElementNameInternal() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the name of the root element.
getRootName() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Gets the name to be used for the root element.
getRootNode() - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Gets the root node for this child configuration.
getRootNode() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets the root node of this mode.
getRootNode() - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets the root node of the underlying hierarchy.
getRootNode() - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getRootNode() - Method in class org.apache.commons.configuration2.tree.TrackedNodeHandler
Gets the root node of the underlying hierarchy.
getRootNode() - Method in class org.apache.commons.configuration2.tree.TreeData
 
getRootNodeModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Gets the node model of the root configuration.
getRootNodeOfConfiguration() - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Obtains the root node of the wrapped configuration.
getRootSelector() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Gets the selector to the root node of this configuration.
getSection(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Gets a configuration with the content of the specified section.
getSections() - Method in class org.apache.commons.configuration2.INIConfiguration
Return a set containing the sections in this ini configuration.
getSelector() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Gets the NodeSelector pointing to the tracked node managed by this model.
getSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Gets the separator that was used for this property.
getSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Gets the separator for the property with the given key.
getSeparatorUsedInInput() - Method in class org.apache.commons.configuration2.INIConfiguration
Get separator used in INI reading.
getSeparatorUsedInOutput() - Method in class org.apache.commons.configuration2.INIConfiguration
Get separator used in INI output.
getShort(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getShort(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getShort(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a short associated with the given configuration key.
getShort(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getShort(String, short) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getShort(String, short) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getShort(String, short) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a short associated with the given configuration key.
getShort(String, short) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getShort(String, Short) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getShort(String, Short) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getShort(String, Short) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a Short associated with the given configuration key.
getShort(String, Short) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getShortArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of short primitives associated with the given configuration key.
getShortArray(String, short...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of short primitives associated with the given configuration key.
getShortList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Short objects associated with the given configuration key.
getShortList(String, List<Short>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of Short objects associated with the given configuration key.
getSource() - Method in class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
Gets the source of this event as a ConfigurationBuilder.
getSource() - Method in class org.apache.commons.configuration2.builder.CopyObjectDefaultHandler
Gets the source object of this handler.
getSource(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets the configuration source, in which the specified key is defined.
getSource(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Gets the configuration source, in which the specified key is defined.
getSource(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Gets the configuration source, in which the specified key is defined.
getSourceData() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Obtains the data object for the configuration sources and the corresponding builders.
getSourcePublicID() - Method in class org.apache.commons.configuration2.XMLDocumentHelper
Gets the public ID of the source document.
getSources(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets a set with the configuration sources, in which the specified key is defined.
getSourceSystemID() - Method in class org.apache.commons.configuration2.XMLDocumentHelper
Gets the system ID of the source document.
getSourceURL() - Method in class org.apache.commons.configuration2.io.FileLocator
Gets the URL pointing to the referenced source file or null if it is undefined.
getStartOffset() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Gets the start offset of the iteration.
getString(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets a string associated with the given configuration key.
getString(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getString(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a string associated with the given configuration key.
getString(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getString(String, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getString(String, String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getString(String, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a string associated with the given configuration key.
getString(String, String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getStringArray(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Get an array of strings associated with the given configuration key.
getStringArray(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
 
getStringArray(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
getStringArray(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an array of strings associated with the given configuration key.
getStringArray(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
getStringConverter() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Get the function used to convert interpolated values to strings.
getStringConverter() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
Gets the function used to convert interpolated values to strings or null if the default conversion function is to be used.
getSubConfigurationNodeSelector(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Gets the NodeSelector to be used for a sub configuration based on the passed in key.
getSubConfigurationNodeSelector(String) - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Gets the NodeSelector to be used for a sub configuration based on the passed in key.
getSubConfigurationParentModel() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Gets the InMemoryNodeModel to be used as parent model for a new sub configuration.
getSubConfigurationParentModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Gets the InMemoryNodeModel to be used as parent model for a new sub configuration.
getSubControllers() - Method in class org.apache.commons.configuration2.reloading.CombinedReloadingController
Gets a (unmodifiable) collection with the sub controllers managed by this combined controller.
getSubStrategies() - Method in class org.apache.commons.configuration2.io.CombinedLocationStrategy
Gets a (unmodifiable) collection with the sub strategies managed by this object.
GetSuffix(int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Get the suffix.
getSuperType() - Method in class org.apache.commons.configuration2.event.EventType
Gets the super event type.
getSupportedInterfaces(Class<?>, BuilderConfigurationWrapperFactory.EventSourceSupport) - Static method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Gets an array with the classes the generated proxy has to support.
getSymbols() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Gets the symbols object from the associated expression engine.
getSymbols() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Gets the DefaultExpressionEngineSymbols object associated with this instance.
getSynchronizer() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets the object responsible for synchronizing this configuration.
getSynchronizer() - Method in interface org.apache.commons.configuration2.sync.SynchronizerSupport
Gets the Synchronizer used by this object.
getSystemID() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the system ID of the DOCTYPE declaration from the loaded XML document.
getTable() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the name of the table containing configuration data.
getTabSize() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
getToken(int) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Get the specific Token.
getTrackedModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Convenience method that returns the tracked model used by this sub configuration.
getTrackedNode(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets the current ImmutableNode instance associated with the given NodeSelector.
getTrackedNode(NodeSelector) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Gets the current ImmutableNode instance associated with the given selector.
getTrackedNodeData(NodeSelector) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Obtains the TrackedNodeData object for the specified selector.
getTrackedNodeHandler(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets a NodeHandler for a tracked node.
getTrackLineColumn() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
getTransformedRoot() - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Gets the transformed root node of the stored configuration.
getTreeData() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets the current TreeData object.
getTypeName() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Gets the optional data type name of this constructor argument.
getUnionSources() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Gets a collection with all configuration source declarations defined in the union section.
getURI(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an URI associated with the given configuration key.
getURI(String, URI) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an URI associated with the given configuration key.
getURIArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of URIs associated with the given configuration key.
getURIArray(String, URI...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of URIs associated with the given configuration key.
getURIList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of URIs associated with the given configuration key.
getURIList(String, List<URI>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of URIs associated with the given configuration key.
getURL() - Method in class org.apache.commons.configuration2.io.FileHandler
Gets the location of the associated file as a URL.
getURL(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an URL associated with the given configuration key.
getURL(String, String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
getURL(String, String) - Method in class org.apache.commons.configuration2.io.FileSystem
 
getURL(String, String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
getURL(String, URL) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an URL associated with the given configuration key.
getURLArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of URLs associated with the given configuration key.
getURLArray(String, URL...) - Method in class org.apache.commons.configuration2.DataConfiguration
Get an array of URLs associated with the given configuration key.
getURLConnectionOptions() - Method in class org.apache.commons.configuration2.io.FileLocator
Gets the URLConnectionOptions
getURLList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of URLs associated with the given configuration key.
getURLList(String, List<URL>) - Method in class org.apache.commons.configuration2.DataConfiguration
Get a list of URLs associated with the given configuration key.
getUseCaches() - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Whether to cache.
getValue() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Gets the value of this constructor argument.
getValue() - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.Entry
 
getValue() - Method in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
 
getValue() - Method in class org.apache.commons.configuration2.plist.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Gets the value of this node.
getValue() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Returns the value of this node.
getValue() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Gets the value of this node.
getValue(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
getValue(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Gets the value of the specified node.
getValue(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getValueColumn() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Gets the name of the column containing the configuration values.
getVariable() - Method in class org.apache.commons.configuration2.interpol.ExprLookup.Variables
 
getVariables() - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Gets the list of Variables that are accessible within expressions.
GlobalSectionNodeModel(InMemoryNodeModelSupport, NodeSelector) - Constructor for class org.apache.commons.configuration2.INIConfiguration.GlobalSectionNodeModel
Creates a new instance of GlobalSectionNodeModel and initializes it with the given underlying model.
globalSeparator - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
The global separator.
globalSeparator - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
The global separator that will be used for all properties.
GNUSTEP_FORMAT - Static variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
The GNUstep FORMAT of dates in plist files.

H

handleAddedNodes(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
Checks whether new nodes have been added during operation execution.
handleAttributeKeys(String, T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
Appends all attribute keys of the current node.
handleConfigurationInvocation(Method, Object[]) - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.BuilderConfigurationWrapperInvocationHandler
Handles a method invocation on the associated builder's configuration object.
handleDefaultCollection(Collection<T>, Collection<T>) - Static method in class org.apache.commons.configuration2.AbstractConfiguration
Handles the default collection for a collection conversion.
handleDelimiters(Object) - Method in class org.apache.commons.configuration2.web.BaseWebConfiguration
Takes care of list delimiters in property values.
handleEventListenerProviders(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Checks whether the specified parameters object implements the EventListenerProvider interface.
handleEventSourceInvocation(Method, Object...) - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.BuilderConfigurationWrapperInvocationHandler
Handles a method invocation on the EventSource interface.
handleInitializable(T) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Performs special initialization of the result object.
handleLeafNode(ImmutableNode, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Handles interpolation for a node with no children.
handleManagedBuilderEvent(ConfigurationBuilderEvent) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Handles events received from managed configuration builders.
handler - Variable in class org.apache.commons.configuration2.builder.AutoSaveListener
Stores the file handler monitored by this listener.
handler - Variable in class org.apache.commons.configuration2.builder.DefaultParametersManager.DefaultHandlerData
The handler object.
handler - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
The node handler.
HANDLER - Static variable in class org.apache.commons.configuration2.tree.NodeCombiner
A default handler object for immutable nodes.
handleRemovedNodes(ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Updates the current XML document regarding removed nodes.
handleReplacements(ImmutableNode, Map<ImmutableNode, ImmutableNode>) - Static method in class org.apache.commons.configuration2.tree.TreeData
Checks whether the passed in node is subject of a replacement by another one.
handleResult(Object) - Static method in class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler
Handles the result from the method invocation on the wrapped configuration.
hasAttributes(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
hasAttributes(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Returns a flag whether the passed in node has any attributes.
hasAttributes(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
HASH_FACTOR - Static variable in class org.apache.commons.configuration2.event.EventListenerRegistrationData
Constant for the factor used by the calculation of the hash code.
hashCode() - Method in class org.apache.commons.configuration2.event.EventListenerRegistrationData
 
hashCode() - Method in class org.apache.commons.configuration2.io.FileLocator
Returns a hash code for this object.
hashCode() - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
 
hashCode() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Returns the hash code for this object.
hashCode() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Returns a hash code for this object.
hashCode() - Method in class org.apache.commons.configuration2.tree.NodeSelector
Returns a hash code for this object.
hashCode() - Method in class org.apache.commons.configuration2.tree.QueryResult
 
hasIndex - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Stores a flag if the actual property has an index.
hasIndex() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns a flag if the current key has an associated index.
hasLeadingDelimiter(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Helper method that checks if the specified key starts with a property delimiter.
hasListReference(ImmutableNode, ReferenceNodeHandler) - Static method in class org.apache.commons.configuration2.XMLListReference
Checks whether the specified node has an associated list reference.
hasNext() - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
hasNext() - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
 
hasNext() - Method in class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler.ImmutableIterator
This implementation just delegates to the underlying iterator.
hasNext() - Method in class org.apache.commons.configuration2.PrefixedKeysIterator
Returns a flag whether there are more elements in the iteration.
hasNext() - Method in class org.apache.commons.configuration2.SubsetConfiguration.SubsetIterator
Checks whether there are more elements.
hasNext() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Checks if there is a next element.
hasTrailingDelimiter(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Helper method that checks if the specified key ends with a property delimiter.
header - Variable in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Stores a header comment.
headerComment - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Stores the header comment.
HEX_PREFIX - Static variable in class org.apache.commons.configuration2.convert.PropertyConverter
Constant for the prefix of hex numbers.
HEX_RADIX - Static variable in class org.apache.commons.configuration2.convert.PropertyConverter
Constant for the radix of hex numbers.
HEX_RADIX - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
Constant for the radix of hex numbers.
HEXA - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
hierarchical() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for hierarchical configurations.
HierarchicalBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties for a hierarchical configuration.
HierarchicalBuilderParametersImpl - Class in org.apache.commons.configuration2.builder
A specialized parameters object for hierarchical configurations.
HierarchicalBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.HierarchicalBuilderParametersImpl
 
HierarchicalBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a parameters interface for hierarchical configurations.
HierarchicalConfiguration<T> - Interface in org.apache.commons.configuration2
An interface for mutable hierarchical configurations.
HierarchicalConfigurationConverter - Class in org.apache.commons.configuration2
A base class for converters that transform a normal configuration object into a hierarchical configuration.
HierarchicalConfigurationConverter() - Constructor for class org.apache.commons.configuration2.HierarchicalConfigurationConverter
 
HierarchicalConfigurationXMLReader<T> - Class in org.apache.commons.configuration2
A specialized SAX2 XML parser that "parses" hierarchical configuration objects.
HierarchicalConfigurationXMLReader() - Constructor for class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Creates a new instance of HierarchicalConfigurationXMLReader.
HierarchicalConfigurationXMLReader(HierarchicalConfiguration<T>) - Constructor for class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Creates a new instance of HierarchicalConfigurationXMLReader and sets the configuration to be parsed.
HierarchicalConfigurationXMLReader.SAXVisitor - Class in org.apache.commons.configuration2
A specialized visitor class for generating SAX events for a hierarchical node structure.
homeDirectory - Variable in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
The home directory to be searched for the requested file.
HomeDirectoryLocationStrategy - Class in org.apache.commons.configuration2.io
A specialized implementation of FileLocationStrategy which searches for files in the user's home directory or another special configurable directory.
HomeDirectoryLocationStrategy() - Constructor for class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Creates a new instance of HomeDirectoryLocationStrategy with default settings.
HomeDirectoryLocationStrategy(boolean) - Constructor for class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Creates a new instance of HomeDirectoryLocationStrategy and initializes the base path flag.
HomeDirectoryLocationStrategy(String, boolean) - Constructor for class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Creates a new instance of HomeDirectoryLocationStrategy and initializes it with the specified settings.
HttpOutputStream(OutputStream, HttpURLConnection) - Constructor for class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 

I

IDX_KEY - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Constant for the index of the group for the key.
IDX_SEPARATOR - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Constant for the index of the group for the separator.
IDX_VALUE - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Constant for the index of the group for the value.
image - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
image - Variable in class org.apache.commons.configuration2.plist.Token
The string image of the token.
IMMUTABLE_CONFIG_IFCS - Static variable in class org.apache.commons.configuration2.ConfigurationUtils
An array with interfaces to be implemented by a proxy for an immutable configuration.
IMMUTABLE_HIERARCHICAL_CONFIG_IFCS - Static variable in class org.apache.commons.configuration2.ConfigurationUtils
An array with interfaces to be implemented by a proxy for an immutable hierarchical configuration.
immutableChildConfigurationsAt(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a list of immutable configurations for all direct child elements of the node selected by the given key.
immutableChildConfigurationsAt(String) - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Returns a list of immutable configurations for all direct child elements of the node selected by the given key.
ImmutableConfiguration - Interface in org.apache.commons.configuration2
The main interface for accessing configuration data in a read-only fashion.
immutableConfigurationAt(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns an immutable hierarchical configuration for the node specified by the given key.
immutableConfigurationAt(String) - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Returns an immutable hierarchical configuration for the node specified by the given key.
immutableConfigurationAt(String, boolean) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns an immutable hierarchical configuration object that wraps the configuration node specified by the given key.
immutableConfigurationAt(String, boolean) - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Returns an immutable hierarchical configuration object that wraps the configuration node specified by the given key.
ImmutableConfigurationInvocationHandler - Class in org.apache.commons.configuration2
A specialized InvocationHandler implementation for supporting immutable configurations.
ImmutableConfigurationInvocationHandler(Configuration) - Constructor for class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler
Creates a new instance of ImmutableConfigurationInvocationHandler and initializes it with the wrapped configuration object.
ImmutableConfigurationInvocationHandler.ImmutableIterator - Class in org.apache.commons.configuration2
A specialized Iterator implementation which delegates to an underlying iterator, but does not support the remove() method.
immutableConfigurationsAt(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a list of immutable configurations for all configuration nodes selected by the given key.
immutableConfigurationsAt(String) - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
Returns a list of immutable configurations for all configuration nodes selected by the given key.
ImmutableHierarchicalConfiguration - Interface in org.apache.commons.configuration2
An interface for immutable hierarchical configurations.
ImmutableIterator(Iterator<?>) - Constructor for class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler.ImmutableIterator
Creates a new instance of ImmutableIterator and sets the underlying iterator.
ImmutableNode - Class in org.apache.commons.configuration2.tree
An immutable default implementation for configuration nodes.
ImmutableNode(ImmutableNode.Builder) - Constructor for class org.apache.commons.configuration2.tree.ImmutableNode
Creates a new instance of ImmutableNode from the given Builder object.
ImmutableNode.Builder - Class in org.apache.commons.configuration2.tree
A builder class for creating instances of ImmutableNode.
immutableSubset(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
immutableSubset(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Return a decorator immutable Configuration containing every key from the current Configuration that starts with the specified prefix.
IN_COMMENT - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
Lexical state.
IN_SINGLE_LINE_COMMENT - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
Lexical state.
inBuf - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
include - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
This is the name of the property that can point to other properties file for including other properties files.
includeListener - Variable in class org.apache.commons.configuration2.PropertiesConfiguration
The include listener for the special "include" key.
includeOptional - Static variable in class org.apache.commons.configuration2.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.configuration2.PropertiesConfiguration
Allow file inclusion or not
inCommentElement - Variable in class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
Indicates that a comment is being parsed.
incrementLockCount() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Increments the lock counter.
INDENT_AMOUNT_PROPERTY - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Constant for output property name used on a transformer to specify the indent amount.
INDENT_SIZE - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Size of the indentation for the generated file.
INDENT_SIZE - Static variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Size of the indentation for the generated file.
indexEnd - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
stores the index end marker.
indexEnd - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
stores the index end marker.
indexOfChild(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
indexOfChild(T, T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Returns the index of the given child node in the list of children of its parent.
indexOfChild(T, T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
indexStart - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Stores the index start marker.
indexStart - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Stores the index start marker.
indexValue - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Stores the index of the actual property if there is one.
inEntryElement - Variable in class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
Indicates that an entry is being parsed.
info(String) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified message on info level.
inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Inherits properties from the specified map.
inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.HierarchicalBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
 
inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
inheritParentBuilderProperties(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Passes all parameter objects to the parent CombinedConfigurationBuilder so that properties already defined for the parent builder can be added.
inheritSettings - Variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
A flag whether settings should be inherited by child builders.
ini() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for INI configurations.
ini(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a INIConfiguration instance from the content of the given file.
ini(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a INIConfiguration instance from the content of the file identified by the given path.
ini(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a INIConfiguration instance from the content of the given URL.
INI_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for ini files.
iniBuilder(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a INIConfiguration and initializes it with the given file to be loaded.
iniBuilder(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a INIConfiguration and initializes it with the file file identified by the given path.
iniBuilder(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a INIConfiguration and initializes it with the given URL to be loaded.
INIBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties for a INI configuration.
INIBuilderParametersImpl - Class in org.apache.commons.configuration2.builder
A specialized parameters class for INI configuration.
INIBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
 
INIBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a parameters interface for INI configurations.
INIConfiguration - Class in org.apache.commons.configuration2
A specialized hierarchical configuration implementation for parsing ini files.
INIConfiguration() - Constructor for class org.apache.commons.configuration2.INIConfiguration
Create a new empty INI Configuration.
INIConfiguration(boolean) - Constructor for class org.apache.commons.configuration2.INIConfiguration
Create a new empty INI Configuration with option to allow inline comments on the section line.
INIConfiguration(HierarchicalConfiguration<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.INIConfiguration
Creates a new instance of INIConfiguration with the content of the specified HierarchicalConfiguration.
INIConfiguration.Builder - Class in org.apache.commons.configuration2
Builds instances of INIConfiguration.
INIConfiguration.GlobalSectionNodeModel - Class in org.apache.commons.configuration2
A specialized node model implementation for the sub configuration representing the global section of the INI file.
inInterpolation - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
A flag for preventing reentrant access to managed builders on interpolation of the file name pattern.
init - Variable in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
True if the constructor has finished
initBean(Object, BeanDeclaration) - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
Initializes a bean's property based on the given BeanDeclaration.
initBean(Object, BeanDeclaration) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
 
initBean(Object, BeanDeclaration) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Initializes the passed in bean.
initBean(Object, BeanDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes a bean using the current BeanHelper.
initBeanInstance(Object, BeanCreationContext) - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Initializes the newly created bean instance.
initBeanProperties(Object, BeanDeclaration) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Initializes the beans properties.
initBeanUtilsBean() - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Initializes the shared BeanUtilsBean instance.
initBuilder(FileLocator) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Initializes the properties of this builder from the passed in locator object.
initChildBasicParameters(BasicBuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes basic builder parameters for a child configuration with default settings set for this builder.
initChildBuilderParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes a parameters object for a child builder.
initChildCollections() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Initializes internal data structures for storing information about child configurations.
initChildCombinedParameters(CombinedBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes a parameters object for a combined configuration builder with properties already set for this parent builder.
initChildConfiguration(CombinedConfiguration) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Initializes a newly created child configuration.
initChildEventListeners(BasicConfigurationBuilder<? extends Configuration>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes the event listeners of the specified builder from this object.
initChildFileBasedParameters(FileBasedBuilderProperties<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes a parameters object for a file-based configuration with properties already set for this parent builder.
initChildrenCollection(int) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Creates the collection for child nodes based on the expected number of children.
initChildXMLParameters(XMLBuilderProperties<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes a parameters object for an XML configuration with properties already set for this parent builder.
initDefaultBasePath() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes the default base path for all file-based child configuration sources.
initDefaultChildParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Executes the DefaultParametersManager stored in the current parameters on the passed in parameters object.
initDefaultLocationStrategy() - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Creates the default location strategy.
initEncoding(FileHandler) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Initializes the encoding of the specified file handler.
initFileHandler(FileHandler) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Initializes the new current FileHandler.
initFileHandler(FileHandler) - Method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Initializes the new current FileHandler.
initFileLocator(FileLocator) - Method in interface org.apache.commons.configuration2.io.FileLocatorAware
Passes the current FileLocator to this object.
initFileLocator(FileLocator) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Stores the current file locator.
initFileLocator(FileLocator) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Stores the current FileLocator for a following IO operation.
initFileLocator(FileLocator) - Method in class org.apache.commons.configuration2.XMLConfiguration
Passes the current FileLocator to this object.
initFileLocator(FileLocator) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Initializes this object with a FileLocator.
initFileSystem(HierarchicalConfiguration<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates and initializes a default FileSystem if the definition configuration contains a corresponding declaration.
initFromDefinitionConfiguration(HierarchicalConfiguration<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
Initializes this object from the specified definition configuration.
INITIAL_SIZE - Static variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Constant for the initial StringBuffer size.
initialise(Token, int[][], String[]) - Static method in exception org.apache.commons.configuration2.plist.ParseException
It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.
Initializable - Interface in org.apache.commons.configuration2
Definition of an interface to be implemented by Configuration implementations which support a special initialization method.
initialize() - Method in interface org.apache.commons.configuration2.Initializable
Initializes this object.
initializeAddTransaction(ModelTransaction, String, Iterable<?>, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Initializes a transaction for an add operation.
initializeClearTransaction(ModelTransaction, Collection<QueryResult<ImmutableNode>>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Initializes a transaction to clear the values of a property based on the passed in collection of affected results.
initializeContext(JexlContext) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Initializes the specified context with the variables managed by this Lookup object.
initializeDefaultEncodings() - Static method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Creates a map with default encodings for configuration classes and populates it with default entries.
initializeDefaults(Object) - Method in class org.apache.commons.configuration2.builder.CopyObjectDefaultHandler
Initializes the specified parameters object with default values.
initializeDefaults(T) - Method in interface org.apache.commons.configuration2.builder.DefaultParametersHandler
Initializes the specified parameters object with default values.
initializeParameterObjects(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Initializes the parameter objects with data stored in the current bean declaration.
initializeParameterObjects(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Initializes the parameter objects with data stored in the current bean declaration.
initializeParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
Initializes the passed in BuilderParameters object by applying all matching DefaultParametersHandler objects registered at this instance.
initializeUpdateTransaction(ModelTransaction, Map<QueryResult<ImmutableNode>, Object>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Initializes a transaction to change the values of some query results based on the passed in map.
initialRootNode(ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Determines the initial root node of this model.
initInterpolator() - Method in class org.apache.commons.configuration2.SubsetConfiguration
Initializes the ConfigurationInterpolator for this sub configuration.
initListeners() - Method in class org.apache.commons.configuration2.event.BaseEventSource
Initializes the collections for storing registered event listeners.
initListeners(FileBasedConfigurationBuilder<T>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Registers event listeners at the passed in newly created managed builder.
initLocalInterpolator() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Creates a ConfigurationInterpolator instance for performing local variable substitutions.
initLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Initializes the logger.
initLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Initializes the logger.
initNextElement() - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
Determines the next element in the iteration.
initNodeCombinerListNodes(CombinedConfiguration, HierarchicalConfiguration<?>, String) - Static method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes the list nodes of the node combiner for the given combined configuration.
initParameterClasses(Collection<String>) - Static method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Creates a new, unmodifiable collection for the parameter classes.
initProperties(Collection<? extends DynaClass>) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
Initializes the members related to the properties of the wrapped classes.
initProperties(XMLDocumentHelper, boolean) - Method in class org.apache.commons.configuration2.XMLConfiguration
Initializes this configuration from an XML document.
initProperty(Object, String, Object) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Sets a property on the given bean using Common Beanutils.
initPropertyName(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Sets the name of the current property.
initPropertySeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Sets the separator of the current property.
initPropertyValue(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Sets the value of the current property.
initQueryRoot(TreeData, NodeSelector) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Initializes the root node to be used within queries.
initResultInstance(CombinedConfiguration) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes a newly created result object.
initResultInstance(CombinedConfiguration) - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Initializes a newly created result object.
initResultInstance(T) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Initializes a newly created result object.
initResultInstance(T) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Initializes a newly created result object.
initRootElementText(Document, Object) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets the text of the root element of a newly created XML Document.
initStatement(String, boolean, Object...) - Method in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Creates an initializes a PreparedStatement object for executing an SQL statement.
initSubConfiguration(BaseHierarchicalConfiguration) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Initializes properties of a sub configuration.
initSubConfigurationForThisParent(SubnodeConfiguration) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Initializes a SubnodeConfiguration object.
initSubnodeConfiguration(HierarchicalConfiguration<?>) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Initializes the internally managed sub configuration.
initSubstitutor() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Creates and initializes a StringSubstitutor object which is used for variable substitution.
initSystemProperties(HierarchicalConfiguration<?>, String) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Handles a file with system properties that may be defined in the definition configuration.
initTransaction(ModelTransaction) - Method in interface org.apache.commons.configuration2.tree.InMemoryNodeModel.TransactionInitializer
Initializes the specified transaction for an update operation.
injectFileLocator(URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Injects a FileLocator pointing to the specified URL if the current FileBased object implements the FileLocatorAware interface.
injectNullFileLocator() - Method in class org.apache.commons.configuration2.io.FileHandler
Checks whether the associated FileBased object implements the FileLocatorAware interface.
inLoadOperation() - Method in class org.apache.commons.configuration2.builder.AutoSaveListener
Returns a flag whether a load operation is currently in progress.
inMemoryConfigIsChild - Variable in class org.apache.commons.configuration2.CompositeConfiguration
Stores a flag whether the current in-memory configuration is also a child configuration.
inMemoryConfiguration - Variable in class org.apache.commons.configuration2.CompositeConfiguration
Configuration that holds in memory stuff.
InMemoryNodeModel - Class in org.apache.commons.configuration2.tree
A specialized node model implementation which operates on ImmutableNode structures.
InMemoryNodeModel() - Constructor for class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates a new instance of InMemoryNodeModel which is initialized with an empty root node.
InMemoryNodeModel(ImmutableNode) - Constructor for class org.apache.commons.configuration2.tree.InMemoryNodeModel
Creates a new instance of InMemoryNodeModel and initializes it from the given root node.
InMemoryNodeModel.TransactionInitializer - Interface in org.apache.commons.configuration2.tree
An interface used internally for handling concurrent updates.
InMemoryNodeModelSupport - Interface in org.apache.commons.configuration2.tree
A specialized version of the NodeModelSupport interface which allows querying an InMemoryNodeModel.
input_stream - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
inputStream - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
InputStreamSupport - Interface in org.apache.commons.configuration2.io
Definition of an interface to be implemented by objects which support reading from an input stream.
insert(ImmutableNode, ImmutableNode, ImmutableNode, ImmutableNode, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
Inserts a new node into the structure constructed by this builder.
insert(ImmutableNode, ImmutableNode, ImmutableNode, ImmutableNode, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Inserts a new node into the structure constructed by this builder.
insertNewChildNodes(ImmutableNode, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
Inserts new children that have been added to the specified node.
installAutoSaveListener() - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Installs the listener for the auto save mechanism if it is not yet active.
installDefaultInterpolator() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Creates a default ConfigurationInterpolator which is initialized with all default Lookup objects.
installEventListener(EventType<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Adds the specified event listener to this object.
installInterpolator(Map<String, ? extends Lookup>, Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Creates and installs a new ConfigurationInterpolator for this Configuration based on the passed in arguments.
installInterpolator(Map<String, ? extends Lookup>, Collection<? extends Lookup>) - Method in interface org.apache.commons.configuration2.Configuration
Creates and installs a new ConfigurationInterpolator for this Configuration based on the passed in arguments.
installLayout(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Installs a layout object.
installSubstitutor(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Creates a StringSubstitutor object which uses the passed in ConfigurationInterpolator as lookup object.
INSTANCE - Enum constant in enum org.apache.commons.configuration2.interpol.DummyLookup
The single instance of this class.
INSTANCE - Enum constant in enum org.apache.commons.configuration2.sync.NoOpSynchronizer
The single shared instance of this class.
INSTANCE - Static variable in class org.apache.commons.configuration2.beanutils.BeanHelper
A default instance of BeanHelper which can be shared between arbitrary components.
INSTANCE - Static variable in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Stores the default instance of this class.
INSTANCE - Static variable in class org.apache.commons.configuration2.convert.DefaultConversionHandler
A default instance of this class.
INSTANCE - Static variable in class org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
A default instance of this class.
INSTANCE - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultPrefixLookupsHolder
Singleton instance, initialized with the system properties.
INSTANCE - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultStringConverter
Shared instance.
INSTANCE - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.DefaultIOFactory
The singleton instance.
INSTANCE - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
A default instance of this class that is used as expression engine for hierarchical configurations per default.
INSTANCE - Static variable in class org.apache.commons.configuration2.tree.NodeTreeWalker
The default instance of this class.
INTERNET_ADDRESS_CLASSNAME_JAKARTA - Static variable in class org.apache.commons.configuration2.convert.PropertyConverter
The fully qualified name of jakarta.mail.internet.InternetAddress, as used in the javamail-2.0+ API.
INTERNET_ADDRESS_CLASSNAME_JAVAX - Static variable in class org.apache.commons.configuration2.convert.PropertyConverter
The fully qualified name of javax.mail.internet.InternetAddress, as used in the javamail-1.* API.
interpolate(Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Returns the interpolated value.
interpolate(Object) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Performs interpolation for the specified value.
interpolate(Object) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Performs interpolation of the passed in value.
interpolate(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
interpolate key names to handle ${key} stuff
interpolateAttributes(ImmutableNode, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Returns a map with interpolated attributes of the passed in node.
interpolateAttributes(ImmutableNode, NodeHandler<ImmutableNode>, Map<String, Object>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Populates a map with interpolated attributes of the passed in node.
interpolatedConfiguration() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Returns a configuration with the same content as this configuration, but with all variables replaced by their actual values.
interpolatedConfiguration() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Returns a configuration with the same content as this configuration, but with all variables replaced by their actual values.
interpolatedConfiguration() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
interpolatedConfiguration() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
interpolatedRoot - Variable in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
The resulting root node.
InterpolatedVisitor() - Constructor for class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Creates a new instance of InterpolatedVisitor.
interpolator - Variable in class org.apache.commons.configuration2.AbstractConfiguration
Stores a reference to the object that handles variable interpolation.
interpolator - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Stores the ConfigurationInterpolator object.
interpolator - Variable in class org.apache.commons.configuration2.interpol.ExprLookup
The ConfigurationInterpolator used by this object.
interpolator - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
The ConfigurationInterpolator.
interpolator - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
The ConfigurationInterpolator instance to be used directly.
interpolator - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
The object for handling interpolation.
InterpolatorSpecification - Class in org.apache.commons.configuration2.interpol
A simple value class defining a ConfigurationInterpolator.
InterpolatorSpecification(InterpolatorSpecification.Builder) - Constructor for class org.apache.commons.configuration2.interpol.InterpolatorSpecification
Creates a new instance of InterpolatorSpecification with the properties defined by the given builder object.
InterpolatorSpecification.Builder - Class in org.apache.commons.configuration2.interpol
A builder class for creating instances of InterpolatorSpecification.
INVALID_LEXICAL_STATE - Static variable in error org.apache.commons.configuration2.plist.TokenMgrError
Tried to change to an invalid lexical state.
invalidate() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Invalidates this combined configuration.
invalidate() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Invalidates the current combined configuration.
invalidateAll() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
invalidateInternal() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Marks this configuration as invalid.
invalidPath(String, String) - Static method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Helper method for throwing an exception about an invalid path.
inverseReplacementMapping - Variable in class org.apache.commons.configuration2.tree.TreeData
An inverse replacement mapping.
invoke(Object, Method, Object[]) - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.BuilderConfigurationWrapperInvocationHandler
Handles method invocations.
invoke(Object, Method, Object[]) - Method in class org.apache.commons.configuration2.builder.fluent.Parameters.ParametersIfcInvocationHandler
This implementation delegates method invocations to the target object and handles the return value correctly.
invoke(Object, Method, Object[]) - Method in class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler
This implementation delegates to the wrapped configuration object.
invokeNext(Event) - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
Obtains the next event listener in this iteration and invokes it with the given event object.
invokeNextListenerUnchecked(Event) - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
Invokes the next event listener in the iteration without doing a validity check on the event.
ioFactory - Variable in class org.apache.commons.configuration2.PropertiesConfiguration
The IOFactory for creating readers and writers.
isAllowFailOnInit() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Returns the allowFailOnInit flag.
isAllowFailOnInit(ConfigurationDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Determines the allowFailOnInit flag for the newly created builder based on the given ConfigurationDeclaration.
isAttribute() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns a flag if the current key is an attribute.
isAttribute() - Method in class org.apache.commons.configuration2.tree.NodeAddData
Returns a flag if the new node to be added is an attribute.
isAttribute() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Returns a flag whether this node is an attribute.
isAttribute() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Checks whether this node pointer refers to an attribute node.
isAttributeEmulatingMode() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns a flag whether attributes are marked the same way as normal property keys.
isAttributeKey(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Tests if the specified key represents an attribute according to the current expression engine.
isAttributeResult() - Method in class org.apache.commons.configuration2.tree.QueryResult
Returns a flag whether this is a result of type attribute.
isAutoCommit() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Returns a flag whether this configuration performs commits after database updates.
isAutoSave() - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Gets a flag whether auto save mode is currently active.
isBeanDeclarationArgument(XMLBeanDeclaration.NodeData<?>) - Static method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Tests whether the constructor argument represented by the given configuration node is a bean declaration.
isBeforeUpdate() - Method in class org.apache.commons.configuration2.event.ConfigurationEvent
Returns a flag if this event was generated before or after an update.
isCollection() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Returns a flag whether the represented node is a collection.
isCollection() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Returns a flag if this node is a collection.
isCommentChar(char) - Method in class org.apache.commons.configuration2.INIConfiguration
Tests whether the specified character is a comment character.
isCommentLine(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Determine if the given line is a comment line.
isCommentLine(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Tests whether a line is a comment, i.e.
isCommentLine(String) - Static method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Tests whether a line is a comment, i.e.
isComplexObject(Object) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Tests whether the passed in object is complex (which means that it contains multiple values).
isDebugEnabled() - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Returns a flag whether logging on debug level is enabled.
isDefined() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedVisitor
Returns the defined flag.
isDefined(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
Checks whether the specified node is defined.
isDefined(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Checks whether the specified node is defined.
isDefined(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
isDetached() - Method in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Returns a flag whether the represented tracked node is detached.
isDetailEvents() - Method in class org.apache.commons.configuration2.event.BaseEventSource
Returns a flag whether detail events are enabled.
isEmpty() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Checks if the configuration is empty.
isEmpty() - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Checks if the configuration is empty.
isEmptyElement(Object) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Tests whether the passed in object represents an empty element.
isEmptyInternal() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Actually checks whether this configuration contains data.
isEmptyInternal() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Checks if this configuration is empty.
isEmptyInternal() - Method in class org.apache.commons.configuration2.BaseConfiguration
Check if the configuration is empty
isEmptyInternal() - Method in class org.apache.commons.configuration2.CompositeConfiguration
 
isEmptyInternal() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Checks if this configuration is empty.
isEmptyInternal() - Method in class org.apache.commons.configuration2.DataConfiguration
 
isEmptyInternal() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
isEmptyInternal() - Method in class org.apache.commons.configuration2.JNDIConfiguration
Returns a flag whether this configuration is empty.
isEmptyInternal() - Method in class org.apache.commons.configuration2.MapConfiguration
 
isEmptyInternal() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
isEmptyInternal() - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
isEmptyInternal() - Method in class org.apache.commons.configuration2.web.BaseWebConfiguration
Checks if this configuration is empty.
isEnableSubstitutionInVariables() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Sets a flag that variable names can contain other variables.
isEnum(Class<?>) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Calls Class.isEnum() on Java 5, returns false on older JRE.
isEvaluateBasePath() - Method in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Returns a flag whether the base path is to be taken into account when searching for a file.
isEventTypeForManagedBuilders(EventType<?>) - Static method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Checks whether the given event type is of interest for the managed configuration builders.
isFirstListItem(ImmutableNode, ReferenceNodeHandler) - Static method in class org.apache.commons.configuration2.XMLListReference
Checks whether the specified node is the first node of a list.
isFluentResult(Method) - Static method in class org.apache.commons.configuration2.builder.fluent.Parameters.ParametersIfcInvocationHandler
Checks whether the specified method belongs to an interface which requires fluent result values.
isForceCreate() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Gets a flag whether this configuration should always be created and added to the resulting combined configuration.
isForceSingleLine() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Returns the "force single line" flag.
isFound() - Method in class org.apache.commons.configuration2.FindNodeVisitor
Returns a flag whether the search node was found in the last search operation.
isFullyInitialized(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Returns a flag whether all components of the given FileLocator describing the referenced file are defined.
isIncludesAllowed() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Reports the status of file inclusion.
isInfoEnabled() - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Returns a flag whether logging on info level is enabled.
isInheritSettings() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Returns the current value of the flag that controls whether the settings of the parent combined configuration builder should be inherited by its child configurations.
isInReloadingState() - Method in class org.apache.commons.configuration2.reloading.ReloadingController
Tests whether this controller is in reloading state.
isInstanceOf(EventType<?>, EventType<?>) - Static method in class org.apache.commons.configuration2.event.EventType
Checks whether an event type is derived from another type.
isLeaf() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Returns a flag whether the represented node is a leaf.
isLeaf() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Returns a flag whether this node is a leaf.
isLeafNode(ImmutableNode, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Returns a flag whether the given node is a leaf.
isListNode(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.NodeCombiner
Checks if a node is a list node.
isListNode(ImmutableNode, ReferenceNodeHandler) - Static method in class org.apache.commons.configuration2.XMLListReference
Checks whether the specified configuration node has to be taken into account for list handling.
isLocationDefined() - Method in class org.apache.commons.configuration2.io.FileHandler
Tests whether a location is defined for this FileHandler.
isLocationDefined(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Checks whether the specified FileLocator contains enough information to locate a file.
isNestedBeanDeclaration() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Tests whether this constructor argument represents a BeanDeclaration.
isNonStrictSection(String) - Static method in class org.apache.commons.configuration2.INIConfiguration
Determine if the given line contains a section - inline comments are allowed.
isOccurrence(DefaultParametersHandler<?>, Class<?>) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager.DefaultHandlerData
Tests whether this instance refers to the specified occurrence of a DefaultParametersHandler.
isOptional() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Gets a flag whether this is an optional configuration.
isPropertyKey() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns a flag whether the current key refers to a property (i.e.
isPropertyWriteable(Object, String) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Tests whether the specified property of the given bean instance supports write access.
isReleaseTrackedNodeOnFinalize() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Returns the flag whether the managed tracked node is to be released when this object gets finalized.
isReload() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Returns a flag whether a builder with reloading support should be created.
isReloadingRequired() - Method in class org.apache.commons.configuration2.reloading.CombinedReloadingController.MultiReloadingControllerDetector
Checks whether all criteria for a reload operation are fulfilled.
isReloadingRequired() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Checks whether all criteria for a reload operation are fulfilled.
isReloadingRequired() - Method in class org.apache.commons.configuration2.reloading.ManagedReloadingDetector
Checks whether reloading is required.
isReloadingRequired() - Method in interface org.apache.commons.configuration2.reloading.ReloadingDetector
Checks whether all criteria for a reload operation are fulfilled.
isReservedAttributeName(String) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Tests if the specified attribute name is reserved and thus does not point to a property of the bean to be created.
isReservedAttributeName(String) - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
Tests if the specified attribute name is reserved and thus does not point to a property of the bean to be created.
isReservedChildName(String) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Tests if the specified child node name is reserved and thus should be ignored.
isReservedName(String) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Tests if the specified name of a node or attribute is reserved and thus should be ignored.
isRunning() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Returns a flag whether this trigger is currently active.
isScalarValue(Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Checks whether the specified object is a scalar value.
isSchemaValidation() - Method in class org.apache.commons.configuration2.XMLConfiguration
Returns the value of the schemaValidation flag.
isSectionLine(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Determine if the given line is a section.
isSectionNode(ImmutableNode) - Static method in class org.apache.commons.configuration2.INIConfiguration
Checks whether the specified configuration node represents a section.
isSingleElementList(Element) - Static method in class org.apache.commons.configuration2.XMLConfiguration
Checks whether an element defines a complete list.
isSingleLine() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Returns the single line flag.
isSingleLine(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Returns a flag whether the specified property is defined on a single line.
isSingleVariable(String) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Checks whether a value to be interpolated consists of single, simple variable reference, e.g., ${myvar}.
isStrictSection(String) - Static method in class org.apache.commons.configuration2.INIConfiguration
Determine if the entire given line is a section - inline comments are not allowed.
isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Returns true if missing values throw Exceptions.
isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration2.SubsetConfiguration
Returns true if missing values throw Exceptions.
isTrackedNodeDetached(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Returns a flag whether the specified tracked node is detached.
isTrackedNodeDetached(NodeSelector) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Returns a flag whether the specified tracked node is detached.
isTrimmingDisabled() - Method in class org.apache.commons.configuration2.MapConfiguration
Returns the flag whether trimming of property values is disabled.
isUpToDate() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Returns a flag whether this configuration has been invalidated.
isValidating() - Method in class org.apache.commons.configuration2.XMLConfiguration
Returns the value of the validating flag.
iterator - Variable in class org.apache.commons.configuration2.PrefixedKeysIterator
Stores the wrapped iterator.
iterator() - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet
 
iterator() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Returns an iterator for iterating over the single components of this configuration key.
iterator() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
 

J

JAR_PROTOCOL - Static variable in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Constant for the jar URL protocol.
JAVA - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for Java platform information, accessed using the prefix "java".
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Schema Langauge key for the parser
JdbcOperation(EventType<? extends ConfigurationErrorEvent>, EventType<?>, String, Object) - Constructor for class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Creates a new instance of JdbcOperation and initializes the properties related to the error event.
jj_2_1(int) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_2_rtns - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3_1() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Array_244_5_3() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Array_246_9_4() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Data_276_5_12() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Date_285_5_13() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Dictionary_171_5_10() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Element_220_5_5() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Element_225_5_6() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Element_228_5_7() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Element_231_5_8() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_Element_234_5_9() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_String_264_5_11() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_String_264_5_14() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_3R_String_267_5_15() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_add_error_token(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_consume_token(int) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_endpos - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_expentries - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_expentry - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_gc - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_gen - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_input_stream - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_kind - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_la - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_la1 - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_la1_0 - Static variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_la1_init_0() - Static method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_lastpos - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_lasttokens - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_ls - Static variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_nt - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
Next token.
jj_ntk - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_ntk_f() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_rescan - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_rescan_token() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_save(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_scan_token(int) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
jj_scanpos - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
jjAddStates(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjbitVec0 - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
JJCalls() - Constructor for class org.apache.commons.configuration2.plist.PropertyListParser.JJCalls
 
jjCheckNAdd(int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjFillToken() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjimage - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjimageLen - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjmatchedKind - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjmatchedPos - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveNfa_2(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa0_2() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa1_1(long) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjnewLexState - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Lex State array.
jjnewStateCnt - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjnextStates - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjround - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjrounds - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjStartNfa_0(int, long) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjstateSet - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Token literal values.
jjtoMore - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjtoSkip - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjtoSpecial - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjtoToken - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jndi() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for JNDI configurations.
JNDI_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for JNDI sources.
JndiBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties for a JNDI configuration.
JndiBuilderParametersImpl - Class in org.apache.commons.configuration2.builder
A specialized parameters object for JNDI configurations.
JndiBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.JndiBuilderParametersImpl
 
JndiBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a properties interface for parameters of a JNDI configuration.
JNDIConfiguration - Class in org.apache.commons.configuration2
This Configuration class allows you to interface with a JNDI datasource.
JNDIConfiguration() - Constructor for class org.apache.commons.configuration2.JNDIConfiguration
Creates a JNDIConfiguration using the default initial context as the root of the properties.
JNDIConfiguration(String) - Constructor for class org.apache.commons.configuration2.JNDIConfiguration
Creates a JNDIConfiguration using the default initial context, shifted with the specified prefix, as the root of the properties.
JNDIConfiguration(Context) - Constructor for class org.apache.commons.configuration2.JNDIConfiguration
Creates a JNDIConfiguration using the specified initial context as the root of the properties.
JNDIConfiguration(Context, String) - Constructor for class org.apache.commons.configuration2.JNDIConfiguration
Creates a JNDIConfiguration using the specified initial context shifted by the specified prefix as the root of the properties.
JSONConfiguration - Class in org.apache.commons.configuration2
A specialized hierarchical configuration class that is able to parse JSON documents.
JSONConfiguration() - Constructor for class org.apache.commons.configuration2.JSONConfiguration
Creates a new instance of JSONConfiguration.
JSONConfiguration(HierarchicalConfiguration<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.JSONConfiguration
Creates a new instance of JSONConfiguration as a copy of the specified configuration.
JUP_CHARS_ESCAPE - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesWriter
Characters that need to be escaped when wring a properties file.
JupIOFactory() - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.JupIOFactory
Constructs a new PropertiesConfiguration.JupIOFactory with Unicode escaping.
JupIOFactory(boolean) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.JupIOFactory
Constructs a new PropertiesConfiguration.JupIOFactory with optional Unicode escaping.
JupPropertiesReader(Reader) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesReader
Constructor.
JupPropertiesWriter(Writer, ListDelimiterHandler, boolean) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesWriter
Creates a new instance of JupPropertiesWriter.

K

key - Variable in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.Entry
The key of the map entry.
key - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Stores the key of the configuration evaluated for the current thread at the beginning of an operation.
key - Variable in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
The name to be used in expressions
key - Variable in class org.apache.commons.configuration2.tree.NodeUpdateData
The key of the current update operation.
key - Variable in class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
The key of the current entry being parsed.
KEY_ADDITIONAL_LIST - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the key that points to the list nodes definition of the additional combiner.
KEY_COMBINER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the key of the combiner in the result declaration.
KEY_CONFIGURATION_LOOKUPS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the key for defining variable resolvers
KEY_CONFIGURATION_PROVIDERS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the key for defining providers in the configuration file.
KEY_ENTITY_RESOLVER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the key for defining entity resolvers
KEY_INTERPOLATOR - Static variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Constant for the name of the key referencing the ConfigurationInterpolator in this builder's parameters.
KEY_LOOKUP_KEY - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the prefix attribute for lookups.
KEY_OVERRIDE - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for an expression that selects override configurations in the override section.
KEY_OVERRIDE_LIST - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the key that points to the list nodes definition of the override combiner.
KEY_PROVIDER_KEY - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the tag attribute for providers.
KEY_RESULT - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the key of the result declaration.
KEY_SYSTEM_PROPS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the tag attribute for providers.
KEY_UNION - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for an expression that selects the union configurations.
keyBuffer - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Holds a buffer with the so far created key.
keyColumn - Variable in class org.apache.commons.configuration2.DatabaseConfiguration
The column containing the keys.
KeyIterator() - Constructor for class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
 
keyList - Variable in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
Stores the list to be filled.
keyPattern - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
The key pattern for the CombinedConfiguration map
keys - Variable in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
An iterator over the keys in the configuration.
kind - Variable in class org.apache.commons.configuration2.plist.Token
An integer that describes the kind of this token.

L

lastCheckedMillis - Variable in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
The last time the file was checked for changes.
lastModifiedMillis - Variable in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
The last time the configuration file was modified.
layout - Variable in class org.apache.commons.configuration2.PropertiesConfiguration
Stores the layout object.
layoutData - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Stores a map with the contained layout information.
LegacyListDelimiterHandler - Class in org.apache.commons.configuration2.convert
A specialized implementation of ListDelimiterHandler which simulates the list delimiter handling as it was used by PropertiesConfiguration in Commons Configuration 1.x.
LegacyListDelimiterHandler(char) - Constructor for class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Creates a new instance of LegacyListDelimiterHandler and sets the list delimiter character.
length - Variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateFieldParser
Stores the length of this field.
length() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Returns the actual length of this configuration key.
lengthOfMatch - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
LETTER - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
level(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Determines the level of the specified node in the current hierarchy.
LEVEL_UNKNOWN - Static variable in class org.apache.commons.configuration2.tree.ModelTransaction
Constant for an unknown level.
LEXICAL_ERROR - Static variable in error org.apache.commons.configuration2.plist.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error org.apache.commons.configuration2.plist.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Lexer state names.
line - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
LINE_CONT - Static variable in class org.apache.commons.configuration2.INIConfiguration
The line continuation character.
LINE_SEPARATOR - Static variable in class org.apache.commons.configuration2.INIConfiguration
Constant for the line separator.
LINE_SEPARATOR - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
Constant for the platform specific line separator.
lineContinues(String) - Static method in class org.apache.commons.configuration2.INIConfiguration
Tests whether the specified string contains a line continuation marker.
lineContinues(String, int) - Method in class org.apache.commons.configuration2.INIConfiguration
Tests whether the specified string contains a line continuation marker after the specified position.
lineSeparator - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
The line separator.
lineSeparator - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
The line separator.
list - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.ArrayNodeBuilder
The list of values in the array.
LIST_DELIMITER_HANDLER - Static variable in class org.apache.commons.configuration2.convert.DefaultConversionHandler
The default ListDelimiterHandler used for extracting values from complex objects.
listDelimiterHandler - Variable in class org.apache.commons.configuration2.AbstractConfiguration
The list delimiter handler.
listDelimiterHandler - Variable in class org.apache.commons.configuration2.convert.DefaultConversionHandler
The default ListDelimiterHandler used for extracting values from complex objects.
listDelimiterHandler - Variable in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Stores the list delimiter handler .
ListDelimiterHandler - Interface in org.apache.commons.configuration2.convert
Definition of an interface that controls the handling of list delimiters in configuration properties.
listener - Variable in class org.apache.commons.configuration2.event.EventListenerRegistrationData
The event listener.
listeners - Variable in class org.apache.commons.configuration2.event.EventListenerList
A list with the listeners added to this object.
listeners - Variable in class org.apache.commons.configuration2.io.FileHandler
A collection with the registered listeners.
listeners - Variable in class org.apache.commons.configuration2.reloading.ReloadingController
The helper object which manages the registered event listeners.
listNodes - Variable in class org.apache.commons.configuration2.tree.NodeCombiner
Stores a list with node names that are known to be list nodes.
listToString(List<?>) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
Helper method for joining all elements of a list to a string using the default value separator.
listValue(ImmutableNode, ReferenceNodeHandler, ListDelimiterHandler) - Static method in class org.apache.commons.configuration2.XMLListReference
Constructs the concatenated string value of all items comprising the list the specified node belongs to.
load() - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the underlying location.
load(File) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the specified File.
load(InputStream) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the specified stream, using the encoding returned by FileHandler.getEncoding().
load(InputStream, String) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the specified stream, using the specified encoding.
load(InputStream, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for loading a file from the given input stream.
load(Reader) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the specified reader.
load(String) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the given file name.
load(String, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for loading a file from a file name.
load(URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the specified URL.
load(URL, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for loading a file from the given URL.
load(Map<String, Object>) - Method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Loads this configuration from the content of the specified map.
load(FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for loading the associated file from the location specified in the given FileLocator.
load(PropertiesConfiguration, Reader) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Reads a properties file and stores its internal structure.
load(Element) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Parses a DOM element containing the properties.
load(InputSource) - Method in class org.apache.commons.configuration2.XMLConfiguration
Loads a configuration file from the specified input source.
loadClass(String) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Loads a java.lang.Class object for the specified name.
loadClass(String) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Loads the class with the given name.
loadClassNoEx(String) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Loads the class with the specified name re-throwing ClassNotFoundException exceptions as runtime exceptions.
loadCounter - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
A counter for determining nested load calls.
loaded(FileHandler) - Method in class org.apache.commons.configuration2.builder.AutoSaveListener
Notification that the associated file has been loaded.
loaded(FileHandler) - Method in interface org.apache.commons.configuration2.io.FileHandlerListener
Notification that the associated file has been loaded.
loaded(FileHandler) - Method in class org.apache.commons.configuration2.io.FileHandlerListenerAdapter
 
loadFromReader(Reader) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for loading a file from the given reader.
loadFromStream(InputStream, String, URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for loading a file from an input stream.
loadFromStreamDirectly(InputStream) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads data from an input stream if the associated FileBased object implements the InputStreamSupport interface.
loadFromTransformedStream(InputStream, String) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for transforming an input stream to a reader and reading its content.
loadIncludeFile(String, boolean, Deque<URL>) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Helper method for loading an included properties file.
loading - Variable in class org.apache.commons.configuration2.builder.AutoSaveListener
A counter to keep track whether a load operation is currently in progress.
loading(FileHandler) - Method in class org.apache.commons.configuration2.builder.AutoSaveListener
Notification that the associated file is about to be loaded.
loading(FileHandler) - Method in interface org.apache.commons.configuration2.io.FileHandlerListener
Notification that the associated file is about to be loaded.
loading(FileHandler) - Method in class org.apache.commons.configuration2.io.FileHandlerListenerAdapter
 
loadSystemCatalogs() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.Catalog
Load the catalogs.
LOCAL_HOST - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for localhost information, accessed using the prefix "localhost".
localSubst - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
The object for handling variable substitution in key patterns.
locate() - Method in class org.apache.commons.configuration2.io.FileHandler
Locates the referenced file if necessary and ensures that the associated FileLocator is fully initialized.
locate(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Locates the provided FileLocator, returning a URL for accessing the referenced file.
locate(FileSystem, String, String) - Static method in class org.apache.commons.configuration2.resolver.CatalogResolver
Locates a given file.
locate(FileSystem, FileLocator) - Method in class org.apache.commons.configuration2.io.AbsoluteNameLocationStrategy
Tries to locate the specified file.
locate(FileSystem, FileLocator) - Method in class org.apache.commons.configuration2.io.BasePathLocationStrategy
Tries to locate the specified file.
locate(FileSystem, FileLocator) - Method in class org.apache.commons.configuration2.io.ClasspathLocationStrategy
Tries to locate the specified file.
locate(FileSystem, FileLocator) - Method in class org.apache.commons.configuration2.io.CombinedLocationStrategy
Tries to locate the specified file.
locate(FileSystem, FileLocator) - Method in interface org.apache.commons.configuration2.io.FileLocationStrategy
Tries to locate the specified file.
locate(FileSystem, FileLocator) - Method in class org.apache.commons.configuration2.io.FileSystemLocationStrategy
Tries to locate the specified file.
locate(FileSystem, FileLocator) - Method in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Tries to locate the specified file.
locate(FileSystem, FileLocator) - Method in class org.apache.commons.configuration2.io.ProvidedURLLocationStrategy
Tries to locate the specified file.
locateFromURL(String, String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
 
locateFromURL(String, String) - Method in class org.apache.commons.configuration2.io.FileSystem
 
locateFromURL(String, String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
locateIncludeFile(String, String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Tries to obtain the URL of an include file using the specified (optional) base path and file name.
locateOrThrow(FileLocator) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Tries to locate the file referenced by the passed in FileLocator.
locationChanged(FileHandler) - Method in interface org.apache.commons.configuration2.io.FileHandlerListener
Notification that a property of the monitored FileHandler has changed.
locationChanged(FileHandler) - Method in class org.apache.commons.configuration2.io.FileHandlerListenerAdapter
 
locationStrategy - Variable in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
The location strategy.
locationStrategy - Variable in class org.apache.commons.configuration2.io.FileLocator
The file location strategy.
locationStrategy(FileLocationStrategy) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the FileLocationStrategy to be used when the referenced file is to be located.
locator - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Temporarily stores the current file location.
locator - Variable in class org.apache.commons.configuration2.PropertiesConfiguration
The current FileLocator.
locator - Variable in class org.apache.commons.configuration2.XMLConfiguration
The current file locator.
locator - Variable in class org.apache.commons.configuration2.XMLPropertiesConfiguration
The temporary file locator.
lock - Variable in class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
The lock object used by this Synchronizer.
lock(LockMode) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Locks this object for the specified mode.
lock(LockMode) - Method in interface org.apache.commons.configuration2.sync.SynchronizerSupport
Locks this object for the specified mode.
lockCount - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
A counter for reentrant locks.
lockDetailEventsCount - Variable in class org.apache.commons.configuration2.event.BaseEventSource
A lock object for guarding access to the detail events counter.
LockMode - Enum in org.apache.commons.configuration2.sync
An enumeration used by SynchronizerSupport to specify how an object is locked.
LockMode() - Constructor for enum org.apache.commons.configuration2.sync.LockMode
 
log - Variable in class org.apache.commons.configuration2.AbstractConfiguration
Stores the logger.
log - Variable in class org.apache.commons.configuration2.builder.AutoSaveListener
The logger.
log - Variable in class org.apache.commons.configuration2.interpol.ConstantLookup
The logger.
log - Variable in class org.apache.commons.configuration2.io.ConfigurationLogger
The internal logger.
log - Variable in class org.apache.commons.configuration2.io.FileSystem
The Logger
log - Variable in class org.apache.commons.configuration2.io.VFSFileSystem
The logger.
log - Variable in class org.apache.commons.configuration2.reloading.ManagedReloadingDetector
The logger.
log - Variable in class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
Stores the logger.
log - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver
Stores the logger.
LOG - Static variable in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
The logger.
LOG - Static variable in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
The logger.
LOG - Static variable in class org.apache.commons.configuration2.ConfigurationUtils
The logger.
LOG - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
The logger.
LOG - Static variable in class org.apache.commons.configuration2.SystemConfiguration
The logger.
logger - Variable in class org.apache.commons.configuration2.interpol.ExprLookup
The logger used by this instance.
loggerName - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
The name of the logger to use for each CombinedConfiguration
LookaheadSuccess() - Constructor for error org.apache.commons.configuration2.plist.PropertyListParser.LookaheadSuccess
 
lookup - Variable in enum org.apache.commons.configuration2.interpol.DefaultLookups
The associated lookup instance.
lookup(String) - Method in class org.apache.commons.configuration2.ConfigurationLookup
Looks up the value of the specified variable.
lookup(String) - Method in class org.apache.commons.configuration2.interpol.ConstantLookup
Looks up a variable.
lookup(String) - Method in enum org.apache.commons.configuration2.interpol.DummyLookup
Looks up the value of the specified variable.
lookup(String) - Method in class org.apache.commons.configuration2.interpol.EnvironmentLookup
Deprecated.
Performs a lookup for the specified variable.
lookup(String) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Evaluates the expression.
lookup(String) - Method in interface org.apache.commons.configuration2.interpol.Lookup
Looks up the value of the specified variable.
lookup(String) - Method in class org.apache.commons.configuration2.interpol.StringLookupAdapter
 
lookup(String) - Method in class org.apache.commons.configuration2.interpol.SystemPropertiesLookup
Deprecated.
 
Lookup - Interface in org.apache.commons.configuration2.interpol
Definition of an interface for looking up variables during interpolation.
LOOP_DETECTED - Static variable in error org.apache.commons.configuration2.plist.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.

M

makePath() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
makePath(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
MALFORMED_XML_EXCEPTION - Static variable in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Default string used when the XML is malformed
managedBuilderDelegationListener - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
A specialized event listener which gets registered at all managed builders.
managedBuilderParameters - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
The parameters object for managed builders.
managedBuilders - Variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
A cache for already created managed builders.
ManagedReloadingDetector - Class in org.apache.commons.configuration2.reloading
A strategy to reload configuration based on management requests.
ManagedReloadingDetector() - Constructor for class org.apache.commons.configuration2.reloading.ManagedReloadingDetector
 
ManagedReloadingDetectorMBean - Interface in org.apache.commons.configuration2.reloading
MBean definition for managing configuration reload.
manager - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver
The CatalogManager
map - Variable in class org.apache.commons.configuration2.MapConfiguration
The Map decorated by this configuration.
MapConfiguration - Class in org.apache.commons.configuration2
A Map based Configuration.
MapConfiguration(Map<String, ?>) - Constructor for class org.apache.commons.configuration2.MapConfiguration
Create a Configuration decorator around the specified Map.
MapConfiguration(Properties) - Constructor for class org.apache.commons.configuration2.MapConfiguration
Creates a new instance of MapConfiguration which uses the specified Properties object as its data store.
mapper - Variable in class org.apache.commons.configuration2.JSONConfiguration
The object mapper used by the JSONConfiguration.
matchAttributes(Map<String, Object>, ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.MergeCombiner
Checks whether the attributes of the passed in node are compatible.
matches(Class<?>) - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Checks whether this constructor argument is compatible with the given class.
matches(T, NodeHandler<T>, C) - Method in interface org.apache.commons.configuration2.tree.NodeMatcher
Tests whether the passed in node matches the given criterion.
matchesConfigRootNode(HierarchicalConfiguration<?>) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Returns a flag whether the wrapped node is the root node of the passed in configuration.
matchesConstructor(Constructor<?>, Collection<ConstructorArg>) - Static method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Checks whether the given constructor is compatible with the given list of arguments.
matchingConfigurationClass - Variable in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
The matching configuration class.
MAX_HOST_CONNECTIONS - Static variable in interface org.apache.commons.configuration2.io.FileOptionsProvider
Key used to identify the maximum number of connections allowed to a single host.
MAX_REPLACEMENTS - Static variable in class org.apache.commons.configuration2.tree.ModelTransaction
Constant for the maximum number of entries in the replacement mapping.
MAX_TOTAL_CONNECTIONS - Static variable in interface org.apache.commons.configuration2.io.FileOptionsProvider
Key used to identify the maximum number of connections allowed to all hosts.
maxNextCharInd - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
merge(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Merges this object with the given parameters object.
MergeCombiner - Class in org.apache.commons.configuration2.tree
A specialized implementation of the NodeCombiner interface that performs a merge from two passed in node hierarchies.
MergeCombiner() - Constructor for class org.apache.commons.configuration2.tree.MergeCombiner
 
mergeRoot(ImmutableNode, String, Map<ImmutableNode, ?>, Object, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Merges the root node of this model with the specified node.
METHOD_CLONE - Static variable in class org.apache.commons.configuration2.ConfigurationUtils
Constant for the name of the clone() method.
MILLIS_PER_MINUTE - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the milliseconds of a minute.
MINUTES_PER_HOUR - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the minutes per hour.
model - Variable in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
The model for managing the data stored in this configuration.
ModelTransaction - Class in org.apache.commons.configuration2.tree
An internal helper class for a atomic updates of an InMemoryNodeModel.
ModelTransaction(TreeData, NodeSelector, NodeKeyResolver<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction
Creates a new instance of ModelTransaction for the current tree data.
ModelTransaction.AddAttributeOperation - Class in org.apache.commons.configuration2.tree
A specialized operation class for adding an attribute to a target node.
ModelTransaction.AddAttributesOperation - Class in org.apache.commons.configuration2.tree
A specialized operation class for adding multiple attributes to a target node.
ModelTransaction.ChangeNodeNameOperation - Class in org.apache.commons.configuration2.tree
A specialized operation class which changes the name of a node.
ModelTransaction.ChangeNodeValueOperation - Class in org.apache.commons.configuration2.tree
A specialized operation class which changes the value of a node.
ModelTransaction.ChildrenUpdateOperation - Class in org.apache.commons.configuration2.tree
A specialized Operation implementation for replacing the children of a target node.
ModelTransaction.Operation - Class in org.apache.commons.configuration2.tree
An abstract base class representing an operation to be performed on a node.
ModelTransaction.Operations - Class in org.apache.commons.configuration2.tree
A helper class which collects multiple update operations to be executed on a single node.
ModelTransaction.RemoveAttributeOperation - Class in org.apache.commons.configuration2.tree
A specialized operation class for removing an attribute from a target node.
MoreLexicalActions() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
MULTI_XML_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for multiple XML configurations.
multiFile() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for a builder for multiple file-based configurations.
MultiFileBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties of a builder managing multiple file-based configurations.
MultiFileBuilderParametersImpl - Class in org.apache.commons.configuration2.builder.combined
A specialized parameters object for MultiFileConfigurationBuilder.
MultiFileBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
 
MultiFileBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder.combined
Definition of a properties interface for the parameters of a multiple file configuration builder.
MultiFileConfigurationBuilder<T extends FileBasedConfiguration> - Class in org.apache.commons.configuration2.builder.combined
A specialized ConfigurationBuilder implementation providing access to multiple file-based configurations based on a file name pattern.
MultiFileConfigurationBuilder(Class<? extends T>) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a new instance of MultiFileConfigurationBuilder without setting initialization parameters.
MultiFileConfigurationBuilder(Class<? extends T>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a new instance of MultiFileConfigurationBuilder and sets initialization parameters.
MultiFileConfigurationBuilder(Class<? extends T>, Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a new instance of MultiFileConfigurationBuilder and sets initialization parameters and a flag whether initialization failures should be ignored.
MultiFileConfigurationBuilderProvider - Class in org.apache.commons.configuration2.builder.combined
A specialized ConfigurationBuilderProvider implementation for integrating MultiFileConfigurationBuilder with CombinedConfigurationBuilder.
MultiFileConfigurationBuilderProvider(String, String) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
Creates a new instance of MultiFileConfigurationBuilderProvider and sets the name of the configuration class to be returned by MultiFileConfigurationBuilder.
MultiFileConfigurationBuilderProvider.ReloadableWrapperBuilder - Class in org.apache.commons.configuration2.builder.combined
A wrapper builder implementation which also provides a ReloadingController.
MultiFileConfigurationBuilderProvider.WrapperBuilder - Class in org.apache.commons.configuration2.builder.combined
A simple wrapper implementation of the ConfigurationBuilder interface which returns a fix configuration and delegates to another builder for event listener management.
MultiReloadingControllerDetector(CombinedReloadingController) - Constructor for class org.apache.commons.configuration2.reloading.CombinedReloadingController.MultiReloadingControllerDetector
Creates a new instance of MultiReloadingControllerDetector.
MultiWrapDynaBean - Class in org.apache.commons.configuration2.builder.combined
An implementation of the DynaBean interfaces which wraps multiple other beans.
MultiWrapDynaBean(Collection<?>) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
Creates a new instance of MultiWrapDynaBean and initializes it with the given collections of beans to be wrapped.
MultiWrapDynaClass - Class in org.apache.commons.configuration2.builder.combined
An implementation of DynaClass which combines the properties of multiple other DynaClass instances.
MultiWrapDynaClass(Collection<? extends DynaClass>) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
Creates a new instance of MultiWrapDynaClass and initializes it with the collection of classes to be wrapped.

N

name - Variable in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Stores the name under which the configuration is stored.
name - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration.ConfigData
Stores the name under which the configuration is stored.
name - Variable in class org.apache.commons.configuration2.event.EventType
A name for this event type.
name - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
The name of the represented node.
name - Variable in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
The name of the node.
name(String) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Sets the name of the node to be created.
namedBuilders - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
A map for direct access to a builder by its name.
namedConfigurations - Variable in class org.apache.commons.configuration2.CombinedConfiguration
Stores a map with the named configurations.
namedConfigurations - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Stores a map with the named configurations.
namedProperties - Variable in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
A map for accessing properties by name.
nameEquals(ImmutableNode, ImmutableNode) - Static method in class org.apache.commons.configuration2.XMLListReference
Helper method for comparing the names of two nodes.
nameMatcher - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
The matcher for node names.
needsUnescape(char) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Checks whether the specified character needs to be unescaped.
newDummyLogger() - Static method in class org.apache.commons.configuration2.io.ConfigurationLogger
Creates a new dummy logger which produces no output.
newElements - Variable in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
A mapping for the references for new nodes.
newInstance() - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
 
newInstance() - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
This implementation always throws an exception because it is not possible to instantiate a bean of multiple classes.
newName - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeNameOperation
The new node name.
newNodeName - Variable in class org.apache.commons.configuration2.tree.NodeAddData
Stores the name of the new node.
newNodes - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
A collection with new nodes to be added.
newNodesAdded(Collection<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
Notifies this object that new nodes have been added by a sub operation.
newReferences - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
A map with reference objects to be added during this transaction.
newRoot - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
The new root node.
newToken(int) - Static method in class org.apache.commons.configuration2.plist.Token
 
newToken(int, String) - Static method in class org.apache.commons.configuration2.plist.Token
Returns a new Token object, by default.
newValue - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeValueOperation
The new value for the affected node.
newValues - Variable in class org.apache.commons.configuration2.tree.NodeUpdateData
The collection with the new values to be added.
next - Variable in class org.apache.commons.configuration2.plist.PropertyListParser.JJCalls
 
next - Variable in class org.apache.commons.configuration2.plist.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
next() - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
 
next() - Method in class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler.ImmutableIterator
This implementation just delegates to the underlying iterator.
next() - Method in class org.apache.commons.configuration2.PrefixedKeysIterator
Returns the next element in the iteration.
next() - Method in class org.apache.commons.configuration2.SubsetConfiguration.SubsetIterator
Returns the next element in the iteration.
next() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns the next object in the iteration.
nextDelimiterPos(String, int, int) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Searches the next unescaped delimiter from the given position.
nextElement - Variable in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
The next element in the iteration.
nextElement - Variable in class org.apache.commons.configuration2.PrefixedKeysIterator
Stores the next element in the iteration.
nextElementSet - Variable in class org.apache.commons.configuration2.PrefixedKeysIterator
A flag whether the next element has been calculated.
nextKey() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns the next key part of this configuration key.
nextKey(boolean) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns the next key part of this configuration key.
nextKeyPart() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Helper method for extracting the next key part.
nextOrNull(Iterator<T>) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultStringConverter
Return the next value from it or null if no values remain.
nextProperty() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Parses the next property from the input stream and stores the found name and value in internal fields.
node - Variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
The wrapped node.
node - Variable in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
The current instance of the tracked node.
node - Variable in class org.apache.commons.configuration2.tree.QueryResult
The node result.
node - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Stores the associated node.
node - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory.NodeWrapper
Stores the node.
NODE_PATH_DELIMITERS - Static variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Constant for the delimiters for splitting node paths.
NodeAddData<T> - Class in org.apache.commons.configuration2.tree
A simple data class used by ExpressionEngine to store the results of the prepareAdd() operation.
NodeAddData(T, String, boolean, Collection<String>) - Constructor for class org.apache.commons.configuration2.tree.NodeAddData
Creates a new instance of NodeAddData and initializes it.
nodeCombiner - Variable in class org.apache.commons.configuration2.CombinedConfiguration
Stores the combiner.
nodeCombiner - Variable in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Stores the combiner.
NodeCombiner - Class in org.apache.commons.configuration2.tree
A base class for node combiner implementations.
NodeCombiner() - Constructor for class org.apache.commons.configuration2.tree.NodeCombiner
Creates a new instance of NodeCombiner.
nodeData - Variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Stores the configuration node that contains the bean declaration.
NodeData(T, NodeHandler<T>) - Constructor for class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Constructs a new instance of NodeData.
nodeDefined(T) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Checks if the specified node is defined.
nodeHandler - Variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
The node handler for interacting with this node.
nodeHandler - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory.NodeWrapper
Stores the corresponding node handler.
NodeHandler<T> - Interface in org.apache.commons.configuration2.tree
Definition of an interface for accessing the data of a configuration node.
NodeHandlerDecorator<T> - Class in org.apache.commons.configuration2.tree
An abstract base class for decorators of a NodeHandler.
NodeHandlerDecorator() - Constructor for class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
nodeKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Returns the key for the specified node in the expression language supported by an implementation.
nodeKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.ExpressionEngine
Returns the key for the specified node in the expression language supported by an implementation.
nodeKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Returns the key for the specified node in the expression language supported by an implementation.
nodeKey(T, Map<T, String>, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Generates a unique key for the specified node.
nodeKey(T, Map<T, String>, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
Generates a unique key for the specified node.
NodeKeyResolver<T> - Interface in org.apache.commons.configuration2.tree
Definition of an interface which allows resolving a (property) key for different manipulating operations.
nodeKeys - Variable in class org.apache.commons.configuration2.tree.NodeSelector
Stores the wrapped keys.
NodeMatcher<C> - Interface in org.apache.commons.configuration2.tree
An interface for matching nodes based on specific criteria.
NodeModel<T> - Interface in org.apache.commons.configuration2.tree
Definition of an interface describing a model based on a nodes structure.
NodeModelSupport<T> - Interface in org.apache.commons.configuration2.tree
An interface to be implemented by objects that support a NodeModel.
nodeName - Variable in class org.apache.commons.configuration2.tree.ImmutableNode
The name of this node.
nodeName() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Returns the name of the wrapped node.
nodeName(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.AbstractImmutableNodeHandler
 
nodeName(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
Returns the name of the specified node
nodeName(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
nodeName(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader.SAXVisitor
Helper method for determining the name of a node.
NodeNameMatchers - Enum in org.apache.commons.configuration2.tree
An enumeration class with several pre-defined NodeMatcher implementations based on node names.
NodeNameMatchers() - Constructor for enum org.apache.commons.configuration2.tree.NodeNameMatchers
 
NodeSelector - Class in org.apache.commons.configuration2.tree
A class for selecting a specific node based on a key or a set of keys.
NodeSelector(String) - Constructor for class org.apache.commons.configuration2.tree.NodeSelector
Creates a new instance of NodeSelector and initializes it with the key to the target node.
NodeSelector(List<String>) - Constructor for class org.apache.commons.configuration2.tree.NodeSelector
Creates a new instance of NodeSelector and initializes it with the list of keys to be used as selection criteria.
nodesToRemove - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
A collection with nodes to be removed.
nodesToReplace - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.ChildrenUpdateOperation
A map with nodes to be replaced by others.
nodeTracker - Variable in class org.apache.commons.configuration2.tree.TreeData
The node tracker.
NodeTracker - Class in org.apache.commons.configuration2.tree
A class which can track specific nodes in an InMemoryNodeModel.
NodeTracker() - Constructor for class org.apache.commons.configuration2.tree.NodeTracker
Creates a new instance of NodeTracker.
NodeTracker(Map<NodeSelector, NodeTracker.TrackedNodeData>) - Constructor for class org.apache.commons.configuration2.tree.NodeTracker
Creates a new instance of NodeTracker and initializes it with the given map of tracked nodes.
NodeTracker.TrackedNodeData - Class in org.apache.commons.configuration2.tree
A simple data class holding information about a tracked node.
NodeTreeWalker - Class in org.apache.commons.configuration2.tree
A class providing different algorithms for traversing a hierarchy of configuration nodes.
NodeTreeWalker() - Constructor for class org.apache.commons.configuration2.tree.NodeTreeWalker
 
NodeUpdateData<T> - Class in org.apache.commons.configuration2.tree
A simple data class used by node models to store parameters of an update operation.
NodeUpdateData(Map<QueryResult<T>, Object>, Collection<Object>, Collection<QueryResult<T>>, String) - Constructor for class org.apache.commons.configuration2.tree.NodeUpdateData
Creates a new instance of NodeUpdateData and initializes all its properties.
NodeWrapper(T, NodeHandler<T>) - Constructor for class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory.NodeWrapper
Creates a new instance of NodeWrapper and initializes it.
NONE - Enum constant in enum org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
No support of the EventSource interface.
NOOP_INCLUDE_LISTENER - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
Defines error handling as a noop for the special "include" key.
NOOP_TRANSFORMER - Static variable in interface org.apache.commons.configuration2.convert.ListDelimiterHandler
A specialized ValueTransformer implementation which does no transformation.
NoOpSynchronizer - Enum in org.apache.commons.configuration2.sync
An implementation of the Synchronizer interface which does not perform any synchronization.
NoOpSynchronizer() - Constructor for enum org.apache.commons.configuration2.sync.NoOpSynchronizer
 
normalizeFileURL(String) - Static method in class org.apache.commons.configuration2.io.FileHandler
Normalizes URLs to files.
normalizeURI(String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.Catalog
Performs character normalization on a URI reference.
NS_URI - Static variable in class org.apache.commons.configuration2.ConfigurationXMLReader
Constant for the namespace URI.
NULL_INTERPOLATOR - Static variable in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Constant for a default ConfigurationInterpolator to be used if none is provided by the caller.
nullSafeConstructorArgs(BeanDeclaration) - Static method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Fetches constructor arguments from the given bean declaration.
nullSafeLookup(Lookup) - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Utility method for obtaining a Lookup object in a safe way.

O

observerAdded() - Method in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Another observer was added for this tracked node.
observerCount - Variable in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
The number of observers of this tracked node.
observerRemoved() - Method in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
An observer for this tracked node was removed.
obtainReloadingController(Collection<ReloadingController>, Object) - Static method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Checks whether the passed in builder object supports reloading.
obtainRootNode(HierarchicalConfiguration<ImmutableNode>) - Static method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Obtains the root node from a configuration whose data is to be copied.
offset - Variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateFieldParser
An optional offset to add to the calendar field.
onEvent(ConfigurationEvent) - Method in class org.apache.commons.configuration2.builder.AutoSaveListener
Notifies this event listener about the arrival of a new event.
onEvent(ConfigurationEvent) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Event listener call back for configuration update events.
onEvent(ConfigurationEvent) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
The event listener callback.
onEvent(Event) - Method in class org.apache.commons.configuration2.builder.ReloadingBuilderSupportListener
Notifies this event listener about the arrival of a new event.
onEvent(T) - Method in interface org.apache.commons.configuration2.event.EventListener
Notifies this event listener about the arrival of a new event.
openConnection(URL) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Opens a connection for the given URL with our options.
openConnection(URL) - Method in class org.apache.commons.configuration2.io.VFSFileSystem.VFSURLStreamHandler
 
openElements(DefaultConfigurationKey, DefaultConfigurationKey, Configuration, Set<String>) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationConverter
Fires all necessary element start events for the specified key.
openResultSet(String, boolean, Object...) - Method in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Creates a PreparedStatement for a query, initializes it and executes it.
Operation() - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.Operation
 
operationEventType - Variable in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
The type of the operation which caused an error.
operations - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
Stores the operations to be executed during this transaction.
operations - Variable in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
A collection for the other operations to be performed on the target node.
Operations() - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.Operations
 
optionsProvider - Variable in class org.apache.commons.configuration2.io.FileSystem
FileSystem options provider
org.apache.commons.configuration2 - package org.apache.commons.configuration2
The Configuration main package.
org.apache.commons.configuration2.beanutils - package org.apache.commons.configuration2.beanutils
In this package a Configuration implementation can be found that implements the DynaBean interface.
org.apache.commons.configuration2.builder - package org.apache.commons.configuration2.builder
This package contains the implementations of configuration builder classes used to create new Configuration objects.
org.apache.commons.configuration2.builder.combined - package org.apache.commons.configuration2.builder.combined
A package containing the implementation of the builder for combined configurations.
org.apache.commons.configuration2.builder.fluent - package org.apache.commons.configuration2.builder.fluent
This package defines a fluent API for setting up fully configured configuration builders.
org.apache.commons.configuration2.convert - package org.apache.commons.configuration2.convert
This package contains interfaces and classes related to data type conversions.
org.apache.commons.configuration2.event - package org.apache.commons.configuration2.event
This package contains interfaces and classes for receiving notifications about changes at configurations.
org.apache.commons.configuration2.ex - package org.apache.commons.configuration2.ex
This package contains all exception classes used by this library.
org.apache.commons.configuration2.interpol - package org.apache.commons.configuration2.interpol
A package with helper classes used for interpolation (variable substitution).
org.apache.commons.configuration2.io - package org.apache.commons.configuration2.io
A package with classes related to I/O operations.
org.apache.commons.configuration2.plist - package org.apache.commons.configuration2.plist
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
org.apache.commons.configuration2.reloading - package org.apache.commons.configuration2.reloading
This package contains classes and interfaces related to the reloading mechanism.
org.apache.commons.configuration2.resolver - package org.apache.commons.configuration2.resolver
A package containing EntityResolvers.
org.apache.commons.configuration2.sync - package org.apache.commons.configuration2.sync
A package containing interfaces and classes related to synchronization of configurations.
org.apache.commons.configuration2.tree - package org.apache.commons.configuration2.tree
A package with helper and utility classes used by hierarchical configurations.
org.apache.commons.configuration2.tree.xpath - package org.apache.commons.configuration2.tree.xpath
This package contains the XPathExpressionEngine class which enables XPATH support for querying configuration properties.
org.apache.commons.configuration2.web - package org.apache.commons.configuration2.web
This package contains some implementations of the Configuration interface that are useful in web environments.
overrideBuilders - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
A list with the builders for override configurations.
OverrideCombiner - Class in org.apache.commons.configuration2.tree
A concrete combiner implementation that is able to construct an override combination.
OverrideCombiner() - Constructor for class org.apache.commons.configuration2.tree.OverrideCombiner
 
overrideDeclarations - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
A list with data for all builders for override configurations.
owner - Variable in class org.apache.commons.configuration2.reloading.CombinedReloadingController.MultiReloadingControllerDetector
A reference to the owning combined reloading controller.

P

PAD_CHAR - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the padding character in the date format.
padNum(StringBuilder, int, int) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateComponentParser
Adds a number to the given string buffer and adds leading '0' characters until the given length is reached.
param - Variable in class org.apache.commons.configuration2.beanutils.BeanHelper.BeanCreationContextImpl
The parameter for the bean factory.
PARAM_CLASS - Static variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
Constant for the name of the parameters class.
PARAM_KEY - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Constant for the key in the parameters map used by this class.
PARAM_KEY - Static variable in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Constant for the key in the parameters map used by this class.
PARAM_KEY - Static variable in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Constant for the key in the parameters map used by this class.
parameterClass - Variable in class org.apache.commons.configuration2.builder.DefaultParametersManager.DefaultHandlerData
The class supported by this handler.
parameterClasses - Variable in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
A collection with the names of parameter classes.
parameters - Variable in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
The map with current initialization parameters.
parameters - Variable in class org.apache.commons.configuration2.builder.fluent.Configurations
The parameters object associated with this instance.
Parameters - Class in org.apache.commons.configuration2.builder.fluent
A convenience class for creating parameter objects for initializing configuration builder objects.
Parameters() - Constructor for class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of Parameters.
Parameters(DefaultParametersManager) - Constructor for class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of Parameters and initializes it with the given DefaultParametersManager.
Parameters.ParametersIfcInvocationHandler - Class in org.apache.commons.configuration2.builder.fluent
A specialized InvocationHandler implementation which maps the methods of a parameters interface to an implementation of the corresponding property interfaces.
ParametersIfcInvocationHandler(Object) - Constructor for class org.apache.commons.configuration2.builder.fluent.Parameters.ParametersIfcInvocationHandler
Creates a new instance of ParametersIfcInvocationHandler and sets the wrapped parameters object.
parent - Variable in class org.apache.commons.configuration2.SubnodeConfiguration
Stores the parent configuration.
parent - Variable in class org.apache.commons.configuration2.SubsetConfiguration
The parent configuration.
parent - Variable in class org.apache.commons.configuration2.tree.NodeAddData
Stores the parent node of the add operation.
parent - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Stores the parent node pointer.
parentHandler - Variable in class org.apache.commons.configuration2.tree.TrackedNodeHandler
The handler for querying the parent mapping.
parentInterpolator - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
A ConfigurationInterpolator to be used as parent for all child configurations to enable cross-source interpolation.
parentInterpolator - Variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Stores a parent interpolator objects if the interpolator is nested hierarchically.
parentInterpolator - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
The parent ConfigurationInterpolator.
parentInterpolator - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
The parent ConfigurationInterpolator.
parentIterator - Variable in class org.apache.commons.configuration2.SubsetConfiguration.SubsetIterator
Stores the wrapped iterator.
parentKeys - Variable in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
A stack with the keys of the already processed nodes.
parentMapping - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
A new parent mapping.
parentMapping - Variable in class org.apache.commons.configuration2.tree.TreeData
A map that associates the parent node to each node.
parentModelSupport - Variable in class org.apache.commons.configuration2.tree.TrackedNodeModel
Stores the underlying parent model.
parentPointer - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
Stores the parent node pointer.
parse() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
parse(Object) - Method in class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Parses the specified value for list delimiters and splits it if necessary.
parse(Object) - Method in interface org.apache.commons.configuration2.convert.ListDelimiterHandler
Parses the specified value for list delimiters and splits it if necessary.
parse(String) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Parses the current configuration object.
parse(InputSource) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Parses the actual configuration object.
parseAt(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Splits the at path into its components.
parseCatalog(String, String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.Catalog
Parses the specified catalog file.
parseCollection(Collection<Object>, String) - Static method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Parses a collection structure.
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateComponentParser
Parses a component from the given input string.
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateFieldParser
 
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateSeparatorParser
 
parseComponent(String, int, Calendar) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateTimeZoneParser
 
parseConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Parses the configuration object and generates SAX events.
parseDate(String) - Static method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Parses a date in a format like <*D2002-03-22 11:30:00 +0100>.
parseDate(String) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Parse a date formatted as <*D2002-03-22 11:30:00 +0100>
ParseException - Exception in org.apache.commons.configuration2.plist
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception org.apache.commons.configuration2.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.configuration2.plist.ParseException
Constructor with message.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.commons.configuration2.plist.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parseLookups(String) - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator.DefaultPrefixLookupsHolder
Construct a lookup map by parsing the given string.
parseMap(Map<String, Object>, String) - Static method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Parses a map structure.
parseProperty(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesReader
 
parseProperty(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Parses a line read from the properties file.
parseValue(String, BufferedReader) - Method in class org.apache.commons.configuration2.INIConfiguration
Parse the value to remove the quotes and ignoring the comment.
partsEqual(DefaultConfigurationKey.KeyIterator, DefaultConfigurationKey.KeyIterator) - Static method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Helper method for comparing two key parts.
path - Variable in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
The path to the subtree
PATH_DELIMITER - Static variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Constant for the path delimiter.
pathNodes - Variable in class org.apache.commons.configuration2.tree.NodeAddData
Stores a list with the names of nodes that are on the path between the parent node and the new node.
PatternSubtreeConfigurationWrapper - Class in org.apache.commons.configuration2
Wraps a BaseHierarchicalConfiguration and allows subtrees to be accessed via a configured path with replaceable tokens derived from the ConfigurationInterpolator.
PatternSubtreeConfigurationWrapper(HierarchicalConfiguration<ImmutableNode>, String) - Constructor for class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
Constructor
peek() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Returns the top-level element from the stack without removing it.
peek() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Return the node on the top of the stack.
peekNE() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Returns the node on top of the non-empty stack.
performOperation() - Method in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Performs the JDBC operation.
period - Variable in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
The period.
PeriodicReloadingTrigger - Class in org.apache.commons.configuration2.reloading
A timer-based trigger for reloading checks.
PeriodicReloadingTrigger(ReloadingController, Object, long, TimeUnit) - Constructor for class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Creates a new instance of PeriodicReloadingTrigger with a default executor service.
PeriodicReloadingTrigger(ReloadingController, Object, long, TimeUnit, ScheduledExecutorService) - Constructor for class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Creates a new instance of PeriodicReloadingTrigger and sets all parameters.
PLIST_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for plist files.
PListNodeBuilder() - Constructor for class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
 
pop() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Pops the top-level element from the stack.
pop() - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Remove and return the node on the top of the stack.
position - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Stores the current position.
positionToIndex(int) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Returns the index in the data list for the given position.
prefix - Variable in enum org.apache.commons.configuration2.interpol.DefaultLookups
The prefix under which the associated lookup object is registered.
prefix - Variable in class org.apache.commons.configuration2.JNDIConfiguration
The prefix of the context.
prefix - Variable in class org.apache.commons.configuration2.PrefixedKeysIterator
Stores the prefix.
prefix - Variable in class org.apache.commons.configuration2.SubsetConfiguration
The prefix used to select the properties.
PREFIX_SEPARATOR - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Constant for the prefix separator.
PREFIX_SEPARATOR - Static variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Constant for the prefix separator.
PrefixedKeysIterator - Class in org.apache.commons.configuration2
* A specialized iterator implementation used by AbstractConfiguration to return an iteration over all keys starting with a specified prefix.
PrefixedKeysIterator(Iterator<String>, String) - Constructor for class org.apache.commons.configuration2.PrefixedKeysIterator
Creates a new instance of PrefixedKeysIterator and sets the wrapped iterator and the prefix for the accepted keys.
prefixLookups - Variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
A map with the currently registered lookup objects.
prefixLookups - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
A map with prefix lookups.
prefixLookups - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
The map with prefix lookups.
prefixMatcher - Variable in class org.apache.commons.configuration2.interpol.ExprLookup
The String to use to start subordinate lookup expressions
prefixName(String, String) - Static method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Generates a qualified name with a namespace prefix.
prefixSet() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Returns an unmodifiable set with the prefixes, for which Lookup objects are registered at this instance.
prepareAdd(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Prepares Adding the property with the specified key.
prepareAdd(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.ExpressionEngine
Returns information needed for an add operation.
prepareAdd(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Returns information needed for an add operation.
prepareNullLocatorBuilder() - Method in class org.apache.commons.configuration2.io.FileHandler
Prepares a builder for a FileLocator which does not have a defined file location.
prependAtPath(ImmutableNode) - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Prepends the at path to the given node.
prependAtPathComponent(ImmutableNode.Builder, String, Iterator<String>, ImmutableNode) - Method in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Handles a single component of the at path.
prevCharIsCR - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
PRINTABLE_INDEX_END - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesWriter
The starting ASCII printable character.
PRINTABLE_INDEX_START - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesWriter
The ending ASCII printable character.
printNode(PrintWriter, int, ImmutableNode) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Append a node to the writer, indented according to a specific level.
printNode(PrintWriter, int, ImmutableNode, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Append a node to the writer, indented according to a specific level.
printTree(PrintStream, String, ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.TreeUtils
 
printTree(PrintStream, ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.TreeUtils
Print out the data in the configuration.
printValue(PrintWriter, int, Object) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Append a value to the writer, indented according to a specific level.
printValue(PrintWriter, int, Object) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Append a value to the writer, indented according to a specific level.
process(Configuration) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationConverter
Processes the specified configuration object.
processAttributes(Element) - Static method in class org.apache.commons.configuration2.XMLConfiguration
Helper method for initializing the attributes of a configuration node from the given XML element.
processDocument(ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Processes the specified document, updates element values, and adds new nodes to the hierarchy.
processKeys() - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader
The main SAX event generation method.
processKeys() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Processes all keys stored in the actual configuration.
processKeys() - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Processes the actual configuration object to generate SAX parsing events.
processSubNodes(DefaultConfigurationKey.KeyIterator, List<T>, Collection<QueryResult<T>>, NodeHandler<T>) - Method in class org.apache.commons.configuration2.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_AUTO_COMMIT - Static variable in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
Constant for the auto commit property.
PROP_BASE_PATH - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Property key for the base path.
PROP_BEAN_HELPER - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the BeanHelper.
PROP_COMMENT_LEADING_SEPARATOR_USED_IN_INI_INPUT - Static variable in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
The key for the commentLeadingCharsUsedInInput property.
PROP_CONFIG_NAME - Static variable in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
Constant for the configuration name property.
PROP_CONFIG_NAME_COLUMN - Static variable in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
Constant for the configuration name column property.
PROP_CONFIGURATION_DECODER - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the configurationDecoder property.
PROP_CONTEXT - Static variable in class org.apache.commons.configuration2.builder.JndiBuilderParametersImpl
Constant for the name of the context property.
PROP_CONVERSION_HANDLER - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the conversionHandler property.
PROP_DATA_SOURCE - Static variable in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
Constant for the data source property.
PROP_DEFAULT_LOOKUPS - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the defaultLookups property.
PROP_DETECTOR_FACTORY - Static variable in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Property name of the reloading detector factory.
PROP_DOCUMENT_BUILDER - Static variable in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
The key for the document builder property.
PROP_ENCODING - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Property key for the encoding.
PROP_ENTITY_RESOLVER - Static variable in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
The key for the entity resolver property.
PROP_EXPRESSION_ENGINE - Static variable in class org.apache.commons.configuration2.builder.HierarchicalBuilderParametersImpl
Constant for the expression engine property.
PROP_FILE_NAME - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Property key for the file name.
PROP_FILE_SYSTEM - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Property key for the file system.
PROP_HOME - Static variable in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
Constant for the system property with the user's home directory.
PROP_INCLUDE_LISTENER - Static variable in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
The key for the include listener property.
PROP_INCLUDES_ALLOWED - Static variable in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
The key for the includes allowed property.
PROP_INTERPOLATOR - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the interpolator property.
PROP_IO_FACTORY - Static variable in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
The key for the IO factory property.
PROP_KEY_COLUMN - Static variable in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
Constant for the key column property.
PROP_LAYOUT - Static variable in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
The key for the layout property.
PROP_LIST_DELIMITER_HANDLER - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key of the listDelimiterHandler property.
PROP_LOGGER - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key of the logger property.
PROP_PARENT_INTERPOLATOR - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the parentInterpolator property.
PROP_PREFIX - Static variable in class org.apache.commons.configuration2.builder.JndiBuilderParametersImpl
Constant for the name of the prefix property.
PROP_PREFIX_LOOKUPS - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the prefixLookups property.
PROP_PUBLIC_ID - Static variable in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
The key for the public ID property.
PROP_REFRESH_DELAY - Static variable in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Property name for the reloading refresh delay.
PROP_SCHEMA_VALIDATION - Static variable in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
The key for the schema validation flag.
PROP_SEPARATOR_USED_IN_INI_INPUT - Static variable in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
The key for the separatorUsedInInput property.
PROP_SEPARATOR_USED_IN_INI_OUTPUT - Static variable in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
The key for the separatorUsedInINIOutput property.
PROP_SOURCE_URL - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Property key for the source URL.
PROP_STRATEGY - Static variable in class org.apache.commons.configuration2.io.FileLocatorUtils
Property key for the location strategy.
PROP_SYNCHRONIZER - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key for the synchronizer property.
PROP_SYSTEM_ID - Static variable in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
The key for the system ID property.
PROP_TABLE - Static variable in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
Constant for the table property.
PROP_THROW_EXCEPTION_ON_MISSING - Static variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The key of the throwExceptionOnMissing property.
PROP_VALIDATING - Static variable in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
The key for the validating property.
PROP_VALUE_COLUMN - Static variable in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
Constant for the value column property.
propagateChange(ImmutableNode, ImmutableNode, int) - Method in class org.apache.commons.configuration2.tree.ModelTransaction.Operations
Propagates the changes on the target node to the next level above of the hierarchy.
properties - Variable in class org.apache.commons.configuration2.builder.BasicBuilderParameters
The map for storing the current property values.
properties - Variable in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaClass
A collection with all properties of this class.
properties() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for properties configurations.
properties(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a PropertiesConfiguration instance from the content of the given file.
properties(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a PropertiesConfiguration instance from the content of the file identified by the given path.
properties(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a PropertiesConfiguration instance from the content of the given URL.
PROPERTIES - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for properties, accessed using the prefix "properties".
PROPERTIES_CHARS_ESCAPE - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Properties escape map.
PROPERTIES_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for properties files.
propertiesBuilder() - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a PropertiesConfiguration.
propertiesBuilder(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a PropertiesConfiguration and initializes it with the given file to be loaded.
propertiesBuilder(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a PropertiesConfiguration and initializes it with the given path to the file to be loaded.
propertiesBuilder(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a PropertiesConfiguration and initializes it with the given URL to be loaded.
propertiesBuilder(PropertiesBuilderParameters) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a PropertiesConfiguration and initializes it with the given parameters to be loaded.
PropertiesBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties for a properties configuration.
PropertiesBuilderParametersImpl - Class in org.apache.commons.configuration2.builder
A specialized parameter class for configuring PropertiesConfiguration instances.
PropertiesBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
 
PropertiesBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a parameters interface for properties configurations.
PropertiesConfiguration - Class in org.apache.commons.configuration2
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.configuration2.PropertiesConfiguration
Creates an empty PropertyConfiguration object which can be used to synthesize a new Properties file by adding values and then saving().
PropertiesConfiguration.DefaultIOFactory - Class in org.apache.commons.configuration2
A default implementation of the IOFactory interface.
PropertiesConfiguration.IOFactory - Interface in org.apache.commons.configuration2
Definition of an interface that allows customization of read and write operations.
PropertiesConfiguration.JupIOFactory - Class in org.apache.commons.configuration2
An alternative PropertiesConfiguration.IOFactory that tries to mimic the behavior of Properties (Jup) more closely.
PropertiesConfiguration.JupPropertiesReader - Class in org.apache.commons.configuration2
A PropertiesConfiguration.PropertiesReader that tries to mimic the behavior of Properties.
PropertiesConfiguration.JupPropertiesWriter - Class in org.apache.commons.configuration2
A PropertiesConfiguration.PropertiesWriter that tries to mimic the behavior of Properties.
PropertiesConfiguration.PropertiesReader - Class in org.apache.commons.configuration2
This class is used to read properties lines.
PropertiesConfiguration.PropertiesWriter - Class in org.apache.commons.configuration2
This class is used to write properties lines.
PropertiesConfigurationLayout - Class in org.apache.commons.configuration2
A helper class used by PropertiesConfiguration to keep the layout of a properties file.
PropertiesConfigurationLayout() - Constructor for class org.apache.commons.configuration2.PropertiesConfigurationLayout
Creates a new, empty instance of PropertiesConfigurationLayout.
PropertiesConfigurationLayout(PropertiesConfigurationLayout) - Constructor for class org.apache.commons.configuration2.PropertiesConfigurationLayout
Creates a new instance of PropertiesConfigurationLayout and copies the data of the specified layout object.
PropertiesConfigurationLayout.PropertyLayoutData - Class in org.apache.commons.configuration2
A helper class for storing all layout related information for a configuration property.
PropertiesReader(Reader) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Constructor.
PropertiesWriter(Writer, ListDelimiterHandler) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Creates a new instance of PropertiesWriter.
PropertiesWriter(Writer, ListDelimiterHandler, ValueTransformer) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Creates a new instance of PropertiesWriter.
Property() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
Constant for the property delimiter.
PROPERTY_PATTERN - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
The regular expression to parse the key and the value of a property.
PropertyConverter - Class in org.apache.commons.configuration2.convert
A utility class to convert the configuration properties into any type.
PropertyConverter() - Constructor for class org.apache.commons.configuration2.convert.PropertyConverter
Private constructor prevents instances from being created.
propertyDelimiter - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Stores the property delimiter.
propertyDelimiter - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Stores the property delimiter.
PropertyLayoutData() - Constructor for class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Creates a new instance of PropertyLayoutData.
PropertyListConfiguration - Class in org.apache.commons.configuration2.plist
NeXT / OpenStep style configuration.
PropertyListConfiguration() - Constructor for class org.apache.commons.configuration2.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<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.plist.PropertyListConfiguration
Creates a new instance of PropertyListConfiguration and copies the content of the specified configuration into this object.
PropertyListConfiguration(ImmutableNode) - Constructor for class org.apache.commons.configuration2.plist.PropertyListConfiguration
Creates a new instance of PropertyListConfiguration with the given root node.
PropertyListConfiguration.DateComponentParser - Class in org.apache.commons.configuration2.plist
A helper class for parsing and formatting date literals.
PropertyListConfiguration.DateFieldParser - Class in org.apache.commons.configuration2.plist
A specialized date component parser implementation that deals with numeric calendar fields.
PropertyListConfiguration.DateSeparatorParser - Class in org.apache.commons.configuration2.plist
A specialized date component parser implementation that deals with separator characters.
PropertyListConfiguration.DateTimeZoneParser - Class in org.apache.commons.configuration2.plist
A specialized date component parser implementation that deals with the time zone part of a date component.
PropertyListParser - Class in org.apache.commons.configuration2.plist
JavaCC based parser for the PropertyList format.
PropertyListParser(InputStream) - Constructor for class org.apache.commons.configuration2.plist.PropertyListParser
Constructor with InputStream.
PropertyListParser(InputStream, String) - Constructor for class org.apache.commons.configuration2.plist.PropertyListParser
Constructor with InputStream and supplied encoding
PropertyListParser(Reader) - Constructor for class org.apache.commons.configuration2.plist.PropertyListParser
Constructor.
PropertyListParser(PropertyListParserTokenManager) - Constructor for class org.apache.commons.configuration2.plist.PropertyListParser
Constructor with generated Token Manager.
PropertyListParser.JJCalls - Class in org.apache.commons.configuration2.plist
 
PropertyListParser.LookaheadSuccess - Error in org.apache.commons.configuration2.plist
 
PropertyListParserConstants - Interface in org.apache.commons.configuration2.plist
Token literal values and constants.
PropertyListParserTokenManager - Class in org.apache.commons.configuration2.plist
Token Manager.
PropertyListParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Constructor.
PropertyListParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Constructor.
propertyLoaded(String, String, Deque<URL>) - Method in class org.apache.commons.configuration2.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.configuration2.event.ConfigurationErrorEvent
Stores the property name.
propertyName - Variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Stores the property name.
propertyName - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Stores the name of the last read property.
propertySeparator - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Stores the property separator of the last read property.
propertyValue - Variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Stores the property value.
propertyValue - Variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Stores the property value.
propertyValue - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Stores the value of the last read property.
propsToBeans - Variable in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
A map which associates property names with their defining beans.
protocol - Variable in class org.apache.commons.configuration2.io.VFSFileSystem.VFSURLStreamHandler
The Protocol used
ProvidedURLLocationStrategy - Class in org.apache.commons.configuration2.io
A specialized implementation of FileLocationStrategy which checks whether a passed in FileLocator already has a defined URL.
ProvidedURLLocationStrategy() - Constructor for class org.apache.commons.configuration2.io.ProvidedURLLocationStrategy
 
providerForTag(String) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Returns the ConfigurationBuilderProvider which is registered for the specified tag name or null if there is no registration for this tag.
providerForTag(String) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Returns the ConfigurationBuilderProvider for the given tag.
providers - Variable in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
A map with registered configuration builder providers.
PROXY_HOST - Static variable in interface org.apache.commons.configuration2.io.FileOptionsProvider
Key used to identify the proxy host to connect through.
PROXY_PORT - Static variable in interface org.apache.commons.configuration2.io.FileOptionsProvider
Key used to identify the proxy port to connect through.
pstmt - Variable in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Stores the statement.
publicID - Variable in class org.apache.commons.configuration2.XMLConfiguration
Stores the public ID from the DOCTYPE.
push(XMLPropertyListConfiguration.PListNodeBuilder) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
Put a node on the top of the stack.
push(ImmutableNode.Builder) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Pushes a new builder on the stack.
put(Object, Object) - Method in class org.apache.commons.configuration2.ConfigurationMap
Stores the value for the specified key.
put(FileLocator, Map<String, Object>) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Stores the specified FileLocator in the given map.

Q

QUAD_ESC - Static variable in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Constant for a duplicated sequence of escaping characters.
qualifiedName(QName) - Static method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Returns the qualified name from the given QName.
query(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Finds the nodes and/or attributes that are matched by the specified key.
query(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.ExpressionEngine
Finds the nodes and/or attributes that are matched by the specified key.
query(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Finds the nodes and/or attributes that are matched by the specified key.
QueryResult<T> - Class in org.apache.commons.configuration2.tree
A data class representing a single query result produced by an ExpressionEngine.
QueryResult(T, String) - Constructor for class org.apache.commons.configuration2.tree.QueryResult
Creates a new instance of QueryResult.
queryRoot - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
The root node for query operations.
QUOTE - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
QUOTE_CHARACTERS - Static variable in class org.apache.commons.configuration2.INIConfiguration
The characters used for quoting values.
QUOTED_STRING - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
quoteString(String) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Quote the specified string if necessary, that's if the string contains: a space character (' ', '\t', '\r', '\n') a quote '"' special characters in plist files ('(', ')', '{', '}', '=', ';', ',') Quotes within the string are escaped.

R

read(InputStream) - Method in interface org.apache.commons.configuration2.io.InputStreamSupport
Reads the content of this object from the specified InputStream.
read(InputStream) - Method in class org.apache.commons.configuration2.JSONConfiguration
Loads the configuration from the given input stream.
read(InputStream) - Method in class org.apache.commons.configuration2.XMLConfiguration
Loads the configuration from the given input stream.
read(InputStream) - Method in class org.apache.commons.configuration2.YAMLConfiguration
Loads the configuration from the given input stream.
read(InputStream, LoaderOptions) - Method in class org.apache.commons.configuration2.YAMLConfiguration
 
read(Reader) - Method in class org.apache.commons.configuration2.INIConfiguration
Load the configuration from the given reader.
read(Reader) - Method in interface org.apache.commons.configuration2.io.FileBased
Reads the content of this object from the given reader.
read(Reader) - Method in class org.apache.commons.configuration2.JSONConfiguration
 
read(Reader) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
read(Reader) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
 
read(Reader) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
 
read(Reader) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Reads the content of this object from the given reader.
read(Reader) - Method in class org.apache.commons.configuration2.XMLConfiguration
Loads the configuration from the given reader.
read(Reader) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
 
read(Reader) - Method in class org.apache.commons.configuration2.YAMLConfiguration
 
read(Reader, LoaderOptions) - Method in class org.apache.commons.configuration2.YAMLConfiguration
 
READ - Enum constant in enum org.apache.commons.configuration2.sync.LockMode
Lock mode READ.
READ - Static variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Constant for the event type indicating a read error.
readChar() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Read a character.
readProperty() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesReader
 
readProperty() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Reads a property line.
readTimeoutMillis - Variable in class org.apache.commons.configuration2.io.URLConnectionOptions
TODO
ReadWriteSynchronizer - Class in org.apache.commons.configuration2.sync
A special implementation of Synchronizer based on the JDK's ReentrantReadWriteLock class.
ReadWriteSynchronizer() - Constructor for class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
Creates a new instance of ReadWriteSynchronizer and initializes it with a lock object of type ReentrantReadWriteLock.
ReadWriteSynchronizer(ReadWriteLock) - Constructor for class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
Creates a new instance of ReadWriteSynchronizer and initializes it with the given lock object.
rebuildParentMapping() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Rebuilds the parent mapping from scratch.
recursiveGetKeys(Set<String>, Context, String, Set<Context>) - Method in class org.apache.commons.configuration2.JNDIConfiguration
This method recursive traverse the JNDI tree, looking for Context objects.
ReferenceNodeHandler - Interface in org.apache.commons.configuration2.tree
An extension of the NodeHandler interface which allows access to so-called references stored for a node.
references - Variable in class org.apache.commons.configuration2.tree.ReferenceTracker
A map with reference data.
referenceTracker - Variable in class org.apache.commons.configuration2.tree.TreeData
The reference tracker.
ReferenceTracker - Class in org.apache.commons.configuration2.tree
A class which allows an InMemoryNodeModel to associate arbitrary objects with nodes.
ReferenceTracker() - Constructor for class org.apache.commons.configuration2.tree.ReferenceTracker
Creates a new instance of ReferenceTracker.
ReferenceTracker(Map<ImmutableNode, Object>, List<Object>) - Constructor for class org.apache.commons.configuration2.tree.ReferenceTracker
Creates a new instance of ReferenceTracker and sets the data to be managed.
refresh() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Tells this implementation that the internally stored state should be refreshed.
refresh() - Method in class org.apache.commons.configuration2.reloading.ManagedReloadingDetector
Tells this strategy that the monitored configuration file should be refreshed.
refresh() - Method in interface org.apache.commons.configuration2.reloading.ManagedReloadingDetectorMBean
Management method to force configuration reload.
refreshDelayMillis - Variable in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
The refresh delay.
registerBeanFactory(String, BeanFactory) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Registers a bean factory under a symbolic name.
registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Registers a DefaultParametersHandler for child configuration sources.
registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Registers a DefaultParametersHandler for child configuration sources.
registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>, Class<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Registers a DefaultParametersHandler for child configuration sources derived from the given start class.
registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>, Class<?>) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Registers a DefaultParametersHandler for child configuration sources derived from the given start class.
registerConfiguredLookups(HierarchicalConfiguration<?>, Configuration) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Processes custom Lookup objects that might be declared in the definition configuration.
registerConfiguredProviders(HierarchicalConfiguration<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Registers providers defined in the configuration.
registerDefaultsHandler(Class<T>, DefaultParametersHandler<? super T>) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
Registers the specified DefaultParametersHandler object for the given parameters class.
registerDefaultsHandler(Class<T>, DefaultParametersHandler<? super T>) - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Registers the specified DefaultParametersHandler object for the given parameters class.
registerDefaultsHandler(Class<T>, DefaultParametersHandler<? super T>, Class<?>) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
Registers the specified DefaultParametersHandler object for the given parameters class and start class in the inheritance hierarchy.
registerDefaultsHandler(Class<T>, DefaultParametersHandler<? super T>, Class<?>) - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Registers the specified DefaultParametersHandler object for the given parameters class and start class in the inheritance hierarchy.
registeredEntities - Variable in class org.apache.commons.configuration2.resolver.DefaultEntityResolver
Stores a map with the registered public IDs.
registeredFactoryNames() - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Gets a set with the names of all currently registered bean factories.
registerEntityId(String, URL) - Method in class org.apache.commons.configuration2.resolver.DefaultEntityResolver
Registers the specified URL for the specified public identifier.
registerEntityId(String, URL) - Method in interface org.apache.commons.configuration2.resolver.EntityRegistry
Registers the specified URL for the specified public identifier.
registerEventListeners(T) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Registers the available event listeners at the given object.
registerListener(EventSource, EventListenerRegistrationData<E>) - Static method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Registers an event listener at an event source object.
registerListenerAt(Configuration) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Registers this combined configuration as listener at the given child configuration.
registerLookup(String, Lookup) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Registers the given Lookup object for the specified prefix at this instance.
registerLookups(Map<String, ? extends Lookup>) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Registers all Lookup objects in the given map with their prefixes at this ConfigurationInterpolator.
registerMissingProviders(Map<String, ConfigurationBuilderProvider>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Registers all ConfigurationBuilderProviders in the given map to this object which have not yet been registered.
registerMissingProviders(CombinedBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Registers all ConfigurationBuilderProviders in the given parameters object which have not yet been registered.
registerProvider(String, ConfigurationBuilderProvider) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Registers the given ConfigurationBuilderProvider for the specified tag name.
registerProvider(String, ConfigurationBuilderProvider) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Registers the given ConfigurationBuilderProvider for the specified tag name.
ReInit(InputStream) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Reinitialise.
ReInit(InputStream) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reinitialise.
ReInit(PropertyListParserTokenManager) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Reinitialise parser.
ReInitRounds() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
releaseLock() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Decrements the lock count of the current configuration holder.
releaseTrackedNodeOnFinalize - Variable in class org.apache.commons.configuration2.tree.TrackedNodeModel
A flag whether the tracked not should be released when this object is finalized.
ReloadableWrapperBuilder(Configuration, ConfigurationBuilder<? extends Configuration>) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.ReloadableWrapperBuilder
Creates a new instance of ReloadableWrapperBuilder.
RELOADING_BUILDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the reloading file-based configuration builder class.
RELOADING_BUILDER_CLASS - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Constant for the name of the supported reloading builder class.
RELOADING_BUILDER_CLASS - Static variable in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
Constant for the name of the reloading builder class.
reloadingBuilderClass - Variable in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
The name of a builder class with reloading support.
ReloadingBuilderSupportListener - Class in org.apache.commons.configuration2.builder
An internally used helper class for adding reloading support to an arbitrary ConfigurationBuilder.
ReloadingBuilderSupportListener(BasicConfigurationBuilder<?>, ReloadingController) - Constructor for class org.apache.commons.configuration2.builder.ReloadingBuilderSupportListener
Creates a new instance of ReloadingBuilderSupportListener and initializes it with the associated objects.
ReloadingCombinedConfigurationBuilder - Class in org.apache.commons.configuration2.builder.combined
An extension of CombinedConfigurationBuilder which also supports reloading operations.
ReloadingCombinedConfigurationBuilder() - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Creates a new instance of ReloadingCombinedConfigurationBuilder.
ReloadingCombinedConfigurationBuilder(Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Creates a new instance of ReloadingCombinedConfigurationBuilder and sets the specified initialization parameters.
ReloadingCombinedConfigurationBuilder(Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Creates a new instance of ReloadingCombinedConfigurationBuilder and sets the specified initialization parameters and the allowFailOnInit flag.
reloadingController - Variable in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
The reloading controller used by this builder.
reloadingController - Variable in class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
The reloading controller used by this builder.
reloadingController - Variable in class org.apache.commons.configuration2.builder.ReloadingBuilderSupportListener
Stores the associated reloading controller.
reloadingController - Variable in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
The reloading controller associated with this object.
ReloadingController - Class in org.apache.commons.configuration2.reloading
A class for adding support for reload operations in a generic way.
ReloadingController(ReloadingDetector) - Constructor for class org.apache.commons.configuration2.reloading.ReloadingController
Creates a new instance of ReloadingController and associates it with the given ReloadingDetector object.
ReloadingControllerSupport - Interface in org.apache.commons.configuration2.reloading
Definition of an interface to be implemented by components which support reloading operations managed by a ReloadingController.
ReloadingDetector - Interface in org.apache.commons.configuration2.reloading
An interface to be implemented by objects which can detect whether a reload operation is required.
reloadingDetectorFactory - Variable in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
The factory for reloading detectors.
ReloadingDetectorFactory - Interface in org.apache.commons.configuration2.builder
Definition of an interface for objects which can create a ReloadingDetector.
ReloadingEvent - Class in org.apache.commons.configuration2.reloading
An event that is fired when a reload operation is required.
ReloadingEvent(ReloadingController, Object) - Constructor for class org.apache.commons.configuration2.reloading.ReloadingEvent
Creates a new instance of ReloadingEvent and initializes it.
ReloadingFileBasedConfigurationBuilder<T extends FileBasedConfiguration> - Class in org.apache.commons.configuration2.builder
A specialized ConfigurationBuilder implementation which can handle configurations read from a FileHandler and supports reloading.
ReloadingFileBasedConfigurationBuilder(Class<? extends T>) - Constructor for class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Creates a new instance of ReloadingFileBasedConfigurationBuilder which produces result objects of the specified class.
ReloadingFileBasedConfigurationBuilder(Class<? extends T>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Creates a new instance of ReloadingFileBasedConfigurationBuilder which produces result objects of the specified class and sets initialization parameters.
ReloadingFileBasedConfigurationBuilder(Class<? extends T>, Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
Creates a new instance of ReloadingFileBasedConfigurationBuilder which produces result objects of the specified class and sets initialization parameters and the allowFailOnInit flag.
ReloadingMultiFileConfigurationBuilder<T extends FileBasedConfiguration> - Class in org.apache.commons.configuration2.builder.combined
A specialized MultiFileConfigurationBuilder implementation which adds support for reloading.
ReloadingMultiFileConfigurationBuilder(Class<T>) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates a new instance of ReloadingMultiFileConfigurationBuilder without setting initialization parameters.
ReloadingMultiFileConfigurationBuilder(Class<T>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates a new instance of ReloadingMultiFileConfigurationBuilder and sets initialization parameters.
ReloadingMultiFileConfigurationBuilder(Class<T>, Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates a new instance of ReloadingMultiFileConfigurationBuilder and sets initialization parameters and a flag whether initialization failures should be ignored.
reloadingPerformed() - Method in class org.apache.commons.configuration2.reloading.CombinedReloadingController.MultiReloadingControllerDetector
Notifies this object that a reload operation has been performed.
reloadingPerformed() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Notifies this object that a reload operation has been performed.
reloadingPerformed() - Method in class org.apache.commons.configuration2.reloading.ManagedReloadingDetector
Notifies this object that a reload operation has been performed.
reloadingPerformed() - Method in interface org.apache.commons.configuration2.reloading.ReloadingDetector
Notifies this object that a reload operation has been performed.
reloadingRefreshDelay - Variable in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
The refresh delay for reloading support.
reloadingRequired - Variable in class org.apache.commons.configuration2.reloading.ManagedReloadingDetector
A flag whether a reload is required.
reloadingState - Variable in class org.apache.commons.configuration2.reloading.ReloadingController
A flag whether this controller is in reloading state.
remove() - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.ConfigurationSetIterator
 
remove() - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
This implementation always throws an exception.
remove() - Method in class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler.ImmutableIterator
This implementation just throws an exception: removing objects is not supported.
remove() - Method in class org.apache.commons.configuration2.PrefixedKeysIterator
Removes from the underlying collection of the base iterator the last element returned by this iterator.
remove() - Method in class org.apache.commons.configuration2.SubsetConfiguration.SubsetIterator
Removes the current element from the iteration.
remove() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Removes the current object in the iteration.
remove(String, String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
remove(String, String) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
This operation is not supported by the WrapDynaBean objects used internally by this class.
removeAttribute(String) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a new ImmutableNode instance which is a copy of this object, but with the specified attribute removed.
removeAttributeMarkers(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Helper method for removing attribute markers from a key.
RemoveAttributeOperation(String) - Constructor for class org.apache.commons.configuration2.tree.ModelTransaction.RemoveAttributeOperation
Creates a new instance of RemoveAttributeOperation.
removeAutoSaveListener() - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Removes the listener for the auto save mechanism if it is currently active.
removeChild(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a new ImmutableNode instance which is a copy of this object, but with the given child node removed.
removeConfiguration(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Removes the configuration with the specified name.
removeConfiguration(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Removes the configuration with the specified name.
removeConfiguration(Configuration) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Removes the specified configuration from this combined configuration.
removeConfiguration(Configuration) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Remove a configuration.
removeConfiguration(Configuration) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Removes the specified configuration from this combined configuration.
removeConfigurationAt(int) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Removes the configuration at the specified index.
removeConfigurationAt(int) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Removes the configuration at the specified index.
removeDefaultLookup(Lookup) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Removes the specified Lookup object from the list of default Lookups.
removedNodes - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
A collection with nodes which have been removed.
removedNodes - Variable in class org.apache.commons.configuration2.tree.NodeUpdateData
The collection with query results about the nodes to be removed.
removedReferences - Variable in class org.apache.commons.configuration2.tree.ReferenceTracker
A list with the removed references.
removedReferences() - Method in interface org.apache.commons.configuration2.tree.ReferenceNodeHandler
Returns a list with the reference objects for nodes which have been removed.
removedReferences() - Method in class org.apache.commons.configuration2.tree.TreeData
Returns a list with the reference objects for nodes which have been removed.
removeEventListener(EventListenerRegistrationData<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
Removes the event listener registration defined by the passed in data object.
removeEventListener(EventType<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.WrapperBuilder
 
removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.event.BaseEventSource
 
removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType<T>, EventListener<? super T>) - Method in interface org.apache.commons.configuration2.event.EventSource
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.reloading.ReloadingController
 
removeEventListeners(T) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Removes all available event listeners from the given result object.
removeFileHandlerListener(FileHandlerListener) - Method in class org.apache.commons.configuration2.io.FileHandler
Removes the specified listener from this object.
removeListener(EventSource, EventListenerRegistrationData<E>) - Static method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Removes an event listener from an event source object.
removeNodeFromReplacementMapping(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Removes the specified node completely from the replacement mapping.
removeNodesFromParentAndReplacementMapping(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Removes a node and its children (recursively) from the parent and the replacement mappings.
removeQuotes(String) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Remove the quotes at the beginning and at the end of the specified String.
removeReference(Node) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Updates the associated XML elements when a node is removed.
replaceActiveTrackedNode(TreeData, NodeSelector, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Replaces an active tracked node.
replaceAndDetachTrackedNode(NodeSelector, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Replaces a tracked node by another one.
replaceChild(ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a new ImmutableNode instance which is a copy of this object, but with the given child replaced by the new one.
replaceChildren(Collection<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a new ImmutableNode instance which is a copy of this object, but with the children replaced by the ones in the passed in collection.
replaceDetachedTrackedNode(TreeData, NodeSelector, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Replaces a tracked node if it is already detached.
replacedNodes - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
The nodes replaced in this transaction.
replaceInMemoryConfiguration(Configuration) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Replaces the current in-memory configuration by the given one.
replacementMapping - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
A new replacement mapping.
replacementMapping - Variable in class org.apache.commons.configuration2.tree.TreeData
Stores information about nodes which have been replaced by manipulations of the structure.
replaceRoot(ImmutableNode, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Replaces the root node of this model.
replaceTrackedNode(NodeSelector, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Replaces a tracked node by another node.
request - Variable in class org.apache.commons.configuration2.web.ServletRequestConfiguration
Stores the wrapped request.
RESERVED_PARAMETER_PREFIX - Static variable in interface org.apache.commons.configuration2.builder.BuilderParameters
Constant for a prefix for reserved initialization parameter keys.
RESERVED_PREFIX - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the prefix of reserved attributes.
reset() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Resets this builder.
reset() - Method in class org.apache.commons.configuration2.FindNodeVisitor
Resets this visitor.
reset() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Removes all data from this builder.
RESET - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
The specific event type for builder reset events.
resetFileSystem() - Method in class org.apache.commons.configuration2.io.FileHandler
Resets the FileSystem used by this object.
resetInitialReloadingState() - Method in class org.apache.commons.configuration2.reloading.CombinedReloadingController
Resets the reloading state of all managed sub controllers unconditionally.
resetParameters - Variable in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
A flag whether the builder's parameters were reset.
resetParameters() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Removes all initialization parameters of this builder.
resetParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Removes all initialization parameters of this builder.
resetParameters() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Removes all initialization parameters of this builder.
resetReloadingState() - Method in class org.apache.commons.configuration2.reloading.ReloadingController
Resets the reloading state.
resetResult() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Clears an existing result object.
resolve(String) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Resolves the specified variable.
resolveAddKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Resolves a key of an add operation.
resolveAddKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
Resolves a key of an add operation.
resolveEntity(String, String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Implements the resolveEntity method for the SAX interface.
resolveEntity(String, String) - Method in class org.apache.commons.configuration2.resolver.DefaultEntityResolver
Resolves the requested external entity.
resolveField(String, String) - Method in class org.apache.commons.configuration2.interpol.ConstantLookup
Determines the value of the specified constant member field of a class.
resolveFileURI() - Method in class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
Resolves the URI of the monitored file.
resolveKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Performs a query for the specified key on the given root node.
resolveKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
Performs a query for the specified key on the given root node.
resolveNodeKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Performs a query for the specified key on the given root node returning only node results.
resolveNodeKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
Performs a query for the specified key on the given root node returning only node results.
resolver - Variable in class org.apache.commons.configuration2.resolver.CatalogResolver
The CatalogResolver
resolver - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
The NodeKeyResolver to be used for this transaction.
resolveSingleVariable(String) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Interpolates a string value that consists of a single variable.
resolveUpdateKey(T, String, Object, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Resolves a key for an update operation.
resolveUpdateKey(T, String, Object, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
Resolves a key for an update operation.
resolveURI(String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
RESOURCE_BUNDLE - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for resource bundles, accessed using the prefix "resourceBundle".
result - Variable in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
The result object of this builder.
RESULT_CREATED - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
The specialized event type for a newly created result configuration.
resultBuilder - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
The builder for the resulting node.
resultClass - Variable in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
The class of the objects produced by this builder instance.
resultDeclaration - Variable in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
The current bean declaration.
resultReloadingDetector - Variable in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
The reloading detector which does the actual reload check for the current result object.
resultSet - Variable in class org.apache.commons.configuration2.DatabaseConfiguration.JdbcOperation
Stores the result set.
rethrowException(Exception) - Static method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Internal helper method to wrap an exception in a ConfigurationException.
reverse - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Stores the reverse flag.
reverseIterator(DefaultConfigurationKey) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationConverter
Helper method for determining a reverse iterator for the specified key.
root - Variable in class org.apache.commons.configuration2.tree.TreeData
The root node of the tree.
rootElementName - Variable in class org.apache.commons.configuration2.XMLConfiguration
Stores the name of the root element.
rootName - Variable in class org.apache.commons.configuration2.ConfigurationXMLReader
Stores the name for the root element.
rootNode - Variable in class org.apache.commons.configuration2.CombinedConfiguration.ConfigData
Stores the root node for this child configuration.
rootNode - Variable in class org.apache.commons.configuration2.tree.TrackedNodeHandler
The root node.
rootNodeSelector - Variable in class org.apache.commons.configuration2.tree.ModelTransaction
The selector to the root node of this transaction.
rootSelector - Variable in class org.apache.commons.configuration2.SubnodeConfiguration
The node selector selecting the root node of this configuration.

S

save() - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Convenience method which saves the associated configuration.
save() - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the current location set for this object.
save(File) - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the specified File.
save(File, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for saving data to the given File.
save(OutputStream) - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the specified stream using the encoding returned by FileHandler.getEncoding().
save(OutputStream, String) - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the specified stream using the specified encoding.
save(OutputStream, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for saving a file to the given output stream.
save(Writer) - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the given Writer.
save(String) - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the specified file name.
save(String, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for saving data to the given file name.
save(URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the specified URL.
save(URL, FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for saving data to the given URL.
save(FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for saving data to the internal location stored for this object.
save(PropertiesConfiguration, Writer) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Writes the properties file to the given writer, preserving as much of its structure as possible.
save(Document, Node) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Writes the configuration as child to the given DOM node
saved(FileHandler) - Method in interface org.apache.commons.configuration2.io.FileHandlerListener
Notification that the associated file has been saved.
saved(FileHandler) - Method in class org.apache.commons.configuration2.io.FileHandlerListenerAdapter
 
saveToStream(OutputStream, String, URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for saving a file to the given stream.
saveToWriter(Writer) - Method in class org.apache.commons.configuration2.io.FileHandler
Internal helper method for saving a file into the given writer.
saving(FileHandler) - Method in interface org.apache.commons.configuration2.io.FileHandlerListener
Notification that the associated file is about to be saved.
saving(FileHandler) - Method in class org.apache.commons.configuration2.io.FileHandlerListenerAdapter
 
SAXConverter() - Constructor for class org.apache.commons.configuration2.BaseConfigurationXMLReader.SAXConverter
 
SAXVisitor() - Constructor for class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader.SAXVisitor
 
schemaValidation - Variable in class org.apache.commons.configuration2.XMLConfiguration
Stores a flag whether DTD or Schema validation is used
SCRIPT - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for scripts, accessed using the prefix "script".
searchNode - Variable in class org.apache.commons.configuration2.FindNodeVisitor
The node to be searched for.
SEC_HEADER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the name of the header section.
sectionInLineCommentsAllowed - Variable in class org.apache.commons.configuration2.INIConfiguration.Builder
The flag for decision, whether inline comments on the section line are allowed.
sectionInLineCommentsAllowed - Variable in class org.apache.commons.configuration2.INIConfiguration
The flag for decision, whether inline comments on the section line are allowed.
seenStack - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Seen includes.
select(ImmutableNode, NodeKeyResolver<ImmutableNode>, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.NodeSelector
Applies this NodeSelector on the specified root node.
selectAndTrackNodes(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Allows tracking all nodes selected by a key.
selector - Variable in class org.apache.commons.configuration2.tree.TrackedNodeModel
The selector for the managed tracked node.
separator - Variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration.DateSeparatorParser
Stores the separator.
separator - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
The separator to be used for this property.
SEPARATOR_CHARS - Static variable in class org.apache.commons.configuration2.INIConfiguration
The default characters used to separate keys from values.
SEPARATORS - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
The list of possible key/value separators
separatorUsedInInput - Variable in class org.apache.commons.configuration2.INIConfiguration
The separator used when reading an INI file.
separatorUsedInOutput - Variable in class org.apache.commons.configuration2.INIConfiguration
The separator used when writing an INI file.
serialVersionUID - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
 
serialVersionUID - Static variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration2.event.Event
 
serialVersionUID - Static variable in class org.apache.commons.configuration2.event.EventType
Serial version UID.
serialVersionUID - Static variable in exception org.apache.commons.configuration2.ex.ConfigurationException
The serial version ID.
serialVersionUID - Static variable in exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
The serial version ID.
serialVersionUID - Static variable in exception org.apache.commons.configuration2.ex.ConversionException
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration2.interpol.ExprLookup.Variables
The serial version UID.
serialVersionUID - Static variable in exception org.apache.commons.configuration2.plist.ParseException
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.apache.commons.configuration2.plist.Token
The version identifier for this Serializable class.
serialVersionUID - Static variable in error org.apache.commons.configuration2.plist.TokenMgrError
The version identifier for this Serializable class.
serialVersionUID - Static variable in class org.apache.commons.configuration2.reloading.ReloadingEvent
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
The serial version UID.
serialVersionUID - Static variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
The serial version UID.
ServletConfiguration - Class in org.apache.commons.configuration2.web
A configuration wrapper around a ServletConfig.
ServletConfiguration(Servlet) - Constructor for class org.apache.commons.configuration2.web.ServletConfiguration
Creates a ServletConfiguration using the initialization parameter of the specified servlet.
ServletConfiguration(ServletConfig) - Constructor for class org.apache.commons.configuration2.web.ServletConfiguration
Creates a ServletConfiguration using the servlet initialization parameters.
ServletContextConfiguration - Class in org.apache.commons.configuration2.web
A configuration wrapper to read the initialization parameters of a servlet context.
ServletContextConfiguration(Servlet) - Constructor for class org.apache.commons.configuration2.web.ServletContextConfiguration
Create a ServletContextConfiguration using the context of the specified servlet.
ServletContextConfiguration(ServletContext) - Constructor for class org.apache.commons.configuration2.web.ServletContextConfiguration
Create a ServletContextConfiguration using the servlet context initialization parameters.
ServletFilterConfiguration - Class in org.apache.commons.configuration2.web
A configuration wrapper around a FilterConfig.
ServletFilterConfiguration(FilterConfig) - Constructor for class org.apache.commons.configuration2.web.ServletFilterConfiguration
Create a ServletFilterConfiguration using the filter initialization parameters.
ServletRequestConfiguration - Class in org.apache.commons.configuration2.web
A configuration wrapper to read the parameters of a servlet request.
ServletRequestConfiguration(ServletRequest) - Constructor for class org.apache.commons.configuration2.web.ServletRequestConfiguration
Create a ServletRequestConfiguration using the request parameters.
set(String, int, Object) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
set(String, int, Object) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
 
set(String, Object) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
set(String, Object) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
 
set(String, String, Object) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
set(String, String, Object) - Method in class org.apache.commons.configuration2.builder.combined.MultiWrapDynaBean
 
SET_PROPERTY - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the event type for a set property operation.
setAllowUserInteraction(boolean) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
 
setAttribute(String, Object) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a new ImmutableNode instance which is a copy of this object, but with the specified attribute set to the given value.
setAttributeEnd(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Sets the string representing the end marker of an attribute in a property key.
setAttributes(Map<String, ?>) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a new ImmutableNode instance which is a copy of this object, but with all attributes added defined by the given map.
setAttributeStart(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Sets the string representing the start marker of an attribute in a property key.
setAutoCommit(boolean) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
setAutoCommit(boolean) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
Enables or disable auto commit mode.
setAutoCommit(boolean) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Sets the auto commit flag.
setAutoSave(boolean) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Enables or disables auto save mode.
setBaseDir(String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Sets the base directory.
setBaseDir(String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Sets the base path.
setBasePath(String) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Sets the base path for this combined configuration builder.
setBasePath(String) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Sets the base path for this combined configuration builder.
setBasePath(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setBasePath(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the base path of the associated FileHandler.
setBasePath(String) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the base path.
setBeanHelper(BeanHelper) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets a BeanHelper object to be used by the configuration builder.
setBeanHelper(BeanHelper) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets a BeanHelper object to be used by the configuration builder.
setBlancLines(int) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
setBlancLinesBefore(String, int) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
setBlankLines(int) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Sets the number of properties before this property.
setBlankLinesBefore(String, int) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the number of blank lines before the given property key.
setCatalogFiles(String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Sets the list of catalog file names
setChildDefaultParametersManager(DefaultParametersManager) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Sets a DefaultParametersManager object responsible for managing the default parameter handlers to be applied on child configuration sources.
setChildDefaultParametersManager(DefaultParametersManager) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Sets a DefaultParametersManager object responsible for managing the default parameter handlers to be applied on child configuration sources.
setComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Sets the comment for this property.
setComment(String, String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the comment for the specified property key.
setCommentLeadingCharsUsedInInput(String) - Method in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
 
setCommentLeadingCharsUsedInInput(String) - Method in interface org.apache.commons.configuration2.builder.INIBuilderProperties
Allows setting the leading comment separator which is used in reading an INI file.
setCommentLeadingCharsUsedInInput(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Allows setting the leading comment separator which is used in reading an INI file
setConfiguration(Configuration) - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader
Sets the configuration to be processed.
setConfiguration(HierarchicalConfiguration<T>) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Sets the configuration object to be parsed.
setConfigurationDecoder(ConfigurationDecoder) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Sets the ConfigurationDecoder for this configuration.
setConfigurationDecoder(ConfigurationDecoder) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the ConfigurationDecoder object for this configuration.
setConfigurationDecoder(ConfigurationDecoder) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the ConfigurationDecoder object for this configuration.
setConfigurationName(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
setConfigurationName(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
Sets the name of this configuration instance.
setConfigurationName(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Sets the name of this configuration instance.
setConfigurationNameColumn(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
setConfigurationNameColumn(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
Sets the name of the table column containing the configuration name.
setConfigurationNameColumn(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Sets the name of the table column with the configuration name.
setConnectTimeoutMillis(int) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
 
setContentHandler(ContentHandler) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Sets the content handler.
setContext(Context) - Method in class org.apache.commons.configuration2.builder.JndiBuilderParametersImpl
 
setContext(Context) - Method in interface org.apache.commons.configuration2.builder.JndiBuilderProperties
Sets the JNDI context to be used by the JNDI configuration.
setContext(Context) - Method in class org.apache.commons.configuration2.JNDIConfiguration
Set the initial context of the configuration.
setConversionExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Sets the ExpressionEngine for converting flat child configurations to hierarchical ones.
setConversionHandler(ConversionHandler) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Sets the ConversionHandler to be used by this instance.
setConversionHandler(ConversionHandler) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the ConversionHandler object for this configuration.
setConversionHandler(ConversionHandler) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the ConversionHandler object for this configuration.
setCurrentConfiguration(CombinedConfiguration) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration.CurrentConfigHolder
Sets the current configuration.
setCurrentSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Sets the current property separator.
setDataSource(DataSource) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
setDataSource(DataSource) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
Sets the data source for the database configuration.
setDataSource(DataSource) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Sets the DataSource for obtaining database connections.
setDateFormat(String) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Sets the date format to be used by this conversion handler.
setDebug(boolean) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Enables debug logging of xml-commons Catalog processing.
setDebugStream(PrintStream) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Set debug output.
setDefaultEncoding(Class<?>, String) - Static method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Sets a default encoding for a specific configuration class.
setDefaultLookups(Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Adds all Lookup objects in the given collection as default lookups (i.e.
setDefaultLookups(Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Adds additional default Lookup objects (i.e.
setDefaultLookups(Collection<? extends Lookup>) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Adds additional default Lookup objects (i.e.
setDefinitionBuilder(ConfigurationBuilder<? extends HierarchicalConfiguration<?>>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Sets the ConfigurationBuilder for the definition configuration.
setDefinitionBuilder(ConfigurationBuilder<? extends HierarchicalConfiguration<?>>) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Sets the ConfigurationBuilder for the definition configuration.
setDefinitionBuilderParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Sets the parameters object for the definition configuration builder.
setDefinitionBuilderParameters(BuilderParameters) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Sets the parameters object for the definition configuration builder.
setDetailEvents(boolean) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Determines whether detail events should be generated.
setDocumentBuilder(DocumentBuilder) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
setDocumentBuilder(DocumentBuilder) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
Allows setting the DocumentBuilder for parsing an XML document.
setDocumentBuilder(DocumentBuilder) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets the DocumentBuilder object to be used for loading documents.
setDTDHandler(DTDHandler) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Sets the DTD handler.
setEnableSubstitutionInVariables(boolean) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Sets the flag whether variable names can contain other variables.
setEncoding(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setEncoding(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the encoding of the associated FileHandler.
setEncoding(String) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the encoding of the associated file.
setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
setEntityResolver(EntityResolver) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
Allows setting the EntityResolver which maps entity references during XML parsing.
setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Sets the entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.apache.commons.configuration2.resolver.EntityResolverSupport
Set the EntityResolver to associate with this class.
setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets a new EntityResolver.
setErrorHandler(ErrorHandler) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Sets the error handler.
setEscapedDelimiter(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Sets the string representing an escaped property delimiter.
setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Sets the expression engine to be used by this configuration.
setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.builder.HierarchicalBuilderParametersImpl
Sets the ExpressionEngine to be used when querying the configuration.
setExpressionEngine(ExpressionEngine) - Method in interface org.apache.commons.configuration2.builder.HierarchicalBuilderProperties
Sets the ExpressionEngine to be used when querying the configuration.
setExpressionEngine(ExpressionEngine) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Sets the expression engine to be used by this configuration.
setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
setFeature(String, boolean) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Dummy implementation of the interface method.
setFile(File) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setFile(File) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the location of the associated FileHandler as a File object.
setFile(File) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the location of the associated file as a File object.
setFileLocator(FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the file to be accessed by this FileHandler as a FileLocator object.
setFileName(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setFileName(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the file name of the associated FileHandler.
setFileName(String) - Method in class org.apache.commons.configuration2.io.FileHandler
Set the name of the file.
setFileOptionsProvider(FileOptionsProvider) - Method in class org.apache.commons.configuration2.io.FileSystem
Set the FileOptionsProvider
setFilePattern(String) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
 
setFilePattern(String) - Method in interface org.apache.commons.configuration2.builder.combined.MultiFileBuilderProperties
Sets the pattern string.
setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setFileSystem(FileSystem) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the FileSystem of the associated FileHandler.
setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the FileSystem to be used by this object when locating files.
setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Sets the FileSystem
setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Sets the FileSystem.
setFooter(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Sets the footer comment.
setFooterComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the footer comment for the represented properties file.
setForceSingleLine(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the "force single line" flag.
setGlobalSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Sets the global property separator.
setGlobalSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the global separator for properties.
setHeader(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Set the comment header.
setHeader(String) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Sets the header comment of this configuration.
setHeaderComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the header comment for the represented properties file.
setInclude(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Sets the property value for including other properties files.
setIncludeListener(ConfigurationConsumer<ConfigurationException>) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
 
setIncludeListener(ConfigurationConsumer<ConfigurationException>) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
Sets the current include listener, may be null.
setIncludeListener(ConfigurationConsumer<ConfigurationException>) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Sets the current include listener, may not be null.
setIncludeOptional(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Sets the property value for including other properties files.
setIncludesAllowed(boolean) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
 
setIncludesAllowed(boolean) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
Sets a flag whether include files are supported by the properties configuration object.
setIncludesAllowed(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Controls whether additional files can be loaded by the include = <xxx> statement or not.
setIndexEnd(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Sets the string representing the end of an index in a property key.
setIndexStart(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Sets the string representing the start of an index in a property key.
setInheritSettings(boolean) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
 
setInheritSettings(boolean) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Sets a flag whether the child configurations created by a CombinedConfigurationBuilder should inherit the settings defined for the builder.
setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Sets the ConfigurationInterpolator object to be used by this Configuration.
setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the ConfigurationInterpolator to be used for this configuration.
setInterpolator(ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the ConfigurationInterpolator to be used for this configuration.
setInterpolator(ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.Configuration
Sets the ConfigurationInterpolator object to be used by this Configuration.
setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Sets the ConfigurationInterpolator to be used by this object.
setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
Sets the ConfigurationInterpolator.
setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Sets the ConfigurationInterpolator.
setIOFactory(PropertiesConfiguration.IOFactory) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
 
setIOFactory(PropertiesConfiguration.IOFactory) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
Sets the IOFactory to be used by the properties configuration object.
setIOFactory(PropertiesConfiguration.IOFactory) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Sets the IOFactory to be used for creating readers and writers when loading or saving this configuration.
setKeyColumn(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
setKeyColumn(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
Sets the name of the table column containing configuration keys.
setKeyColumn(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Sets the name of the column containing the configuration keys.
setKeyPattern(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
setLayout(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
 
setLayout(PropertiesConfigurationLayout) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
Sets the layout object for the properties configuration object.
setLayout(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Sets the associated layout object.
setLength(int) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Sets the new length of this configuration key.
setLineSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Sets the line separator.
setLineSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the line separator.
setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Sets the ListDelimiterHandler to be used by this instance.
setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the value of the listDelimiterHandler property.
setListDelimiterHandler(ListDelimiterHandler) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the value of the listDelimiterHandler property.
setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.CompositeConfiguration
Sets the ListDelimiterHandler to be used by this instance.
setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Sets the ListDelimiterHandler used for extracting values from complex objects.
setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.SubsetConfiguration
Sets the ListDelimiterHandler to be used by this instance.
setLocationStrategy(FileLocationStrategy) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setLocationStrategy(FileLocationStrategy) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the FileLocationStrategy for resolving the referenced file.
setLocationStrategy(FileLocationStrategy) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the FileLocationStrategy to be applied when accessing the associated file.
setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Allows setting the logger to be used by this configuration object.
setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the logger property.
setLogger(ConfigurationLogger) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the logger property.
setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Sets the logger to be used by this object.
setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.io.FileSystem
Allows setting the logger to be used by this FileSystem.
setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
Allows setting the logger to be used by this object.
setLoggerName(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Set the name of the Logger to use on each CombinedConfiguration.
setManagedBuilderParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
 
setManagedBuilderParameters(BuilderParameters) - Method in interface org.apache.commons.configuration2.builder.combined.MultiFileBuilderProperties
Sets a parameters object to be used when creating a managed configuration.
setName(String) - Method in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
 
setName(String) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Sets the name of the represented node.
setName(String) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Creates a new ImmutableNode instance which is a copy of this object with the name changed to the passed in value.
setNextElement() - Method in class org.apache.commons.configuration2.PrefixedKeysIterator
Determines the next element in the iteration.
setNodeCombiner(NodeCombiner) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Sets the node combiner.
setNodeCombiner(NodeCombiner) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
Sets the node combiner.
setParameters(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Sets the initialization parameters of this builder.
setParameters(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
Sets the initialization parameters of this builder.
setParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Sets the specified ConfigurationInterpolator as the parent of this configuration's ConfigurationInterpolator.
setParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the parent ConfigurationInterpolator for this configuration's ConfigurationInterpolator.
setParentInterpolator(ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the parent ConfigurationInterpolator for this configuration's ConfigurationInterpolator.
setParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Sets the parent ConfigurationInterpolator.
setPath(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setPath(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the location of the associated FileHandler as an absolute file path.
setPath(String) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the location of the associated file as a full or relative path name.
setPosition(int) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Sets the position of the iteration.
setPrefix(String) - Method in class org.apache.commons.configuration2.builder.JndiBuilderParametersImpl
 
setPrefix(String) - Method in interface org.apache.commons.configuration2.builder.JndiBuilderProperties
Sets the prefix in the JNDI tree.
setPrefix(String) - Method in class org.apache.commons.configuration2.JNDIConfiguration
Sets the prefix.
setPrefix(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
Set the prefix used to select the properties in the parent configuration.
setPrefixLookups(Map<String, ? extends Lookup>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Registers all Lookup objects in the given map at the current ConfigurationInterpolator of this configuration.
setPrefixLookups(Map<String, ? extends Lookup>) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets additional Lookup objects for specific prefixes for this configuration object.
setPrefixLookups(Map<String, ? extends Lookup>) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets additional Lookup objects for specific prefixes for this configuration object.
setProperty(Object, String, Object) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Sets a property on the bean only if the property exists
setProperty(String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
setProperty(String, Object) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Helper method for setting a property value.
setProperty(String, Object) - Method in interface org.apache.commons.configuration2.Configuration
Set a property, this will replace any previously set values.
setProperty(String, Object) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Dummy implementation of the interface method.
setProperty(String, Object, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
 
setProperty(String, Object, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
setProperty(String, Object, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Changes the value of a property.
setProperty(String, NodeSelector, Object, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Sets the value of a property using a tracked node as root node.
setProperty(FileSystemConfigBuilder, FileSystemOptions, String, Object) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
 
setPropertyDelimiter(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Sets the string representing a delimiter for properties.
setPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
 
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Actually sets the value of a property.
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Sets the value of the specified property.
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.DataConfiguration
 
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.JNDIConfiguration
This operation is not supported and will throw an UnsupportedOperationException.
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
 
setPropertyInternal(String, Object) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
 
setPublicID(String) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
setPublicID(String) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
Sets the public ID of the DOCTYPE declaration.
setPublicID(String) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets the public ID of the DOCTYPE declaration.
setReadTimeoutMillis(int) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
 
setReloadingDetectorFactory(ReloadingDetectorFactory) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setReloadingDetectorFactory(ReloadingDetectorFactory) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the factory for creating ReloadingDetector objects.
setReloadingRefreshDelay(Long) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setReloadingRefreshDelay(Long) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the refresh delay for reloading support
setRootElementName(String) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets the name of the root element.
setRootName(String) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Sets the name for the root element.
setRootNode(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Sets a new root node for this model.
setRootNode(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
setRootNode(T) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Sets a new root node for this model.
setSchemaValidation(boolean) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
setSchemaValidation(boolean) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
Sets the value of the schemaValidation flag.
setSchemaValidation(boolean) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets the value of the schemaValidation flag.
setSectionInLineCommentsAllowed(boolean) - Method in class org.apache.commons.configuration2.INIConfiguration.Builder
 
setSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Sets the separator to be used for the represented property.
setSeparator(String, String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the separator to be used for the property with the given key.
setSeparatorUsedInInput(String) - Method in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
 
setSeparatorUsedInInput(String) - Method in interface org.apache.commons.configuration2.builder.INIBuilderProperties
Allows setting the key and value separator which is used in reading an INI file.
setSeparatorUsedInInput(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Allows setting the key and value separator which is used in reading an INI file
setSeparatorUsedInOutput(String) - Method in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
 
setSeparatorUsedInOutput(String) - Method in interface org.apache.commons.configuration2.builder.INIBuilderProperties
Allows setting the separator between key and value to be used when writing an INI file.
setSeparatorUsedInOutput(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Allows setting the key and value separator which is used for the creation of the resulting INI output
setSingleLine(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Sets the single line flag.
setSingleLine(String, boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the "single line flag" for the specified property key.
setStartOffset(int) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Sets the start offset of the iteration.
setStringConverter(Function<Object, String>) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Set the function used to convert interpolated values to strings.
setSynchronizer(Synchronizer) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Sets the object responsible for synchronizing this configuration.
setSynchronizer(Synchronizer) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the Synchronizer object for this configuration.
setSynchronizer(Synchronizer) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the Synchronizer object for this configuration.
setSynchronizer(Synchronizer) - Method in interface org.apache.commons.configuration2.sync.SynchronizerSupport
Sets the Synchronizer to be used by this object.
setSystemID(String) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
setSystemID(String) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
Sets the system ID of the DOCTYPE declaration.
setSystemID(String) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets the system ID of the DOCTYPE declaration.
setSystemProperties(String) - Static method in class org.apache.commons.configuration2.SystemConfiguration
Sets system properties from a file specified by its file name.
setSystemProperties(String, String) - Static method in class org.apache.commons.configuration2.SystemConfiguration
Sets system properties from a file specified using its base path and file name.
setSystemProperties(Configuration) - Static method in class org.apache.commons.configuration2.SystemConfiguration
Set System properties from a configuration object.
setTable(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
setTable(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
Sets the name of the table containing configuration data.
setTable(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Sets the name of the table containing configuration data.
setTabSize(int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Allows to set the throwExceptionOnMissing flag.
setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets the value of the throwExceptionOnMissing property.
setThrowExceptionOnMissing(boolean) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Sets the value of the throwExceptionOnMissing property.
setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration2.SubsetConfiguration
Allows to set the throwExceptionOnMissing flag.
setTrackLineColumn(boolean) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
setTrimmingDisabled(boolean) - Method in class org.apache.commons.configuration2.MapConfiguration
Sets a flag whether trimming of property values is disabled.
setUpBasicParameters(CombinedConfiguration, BasicBuilderParameters) - Static method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Populates the specified parameters object with properties from the given configuration.
setUpCurrentParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes the current parameters object.
setUpCurrentXMLParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Sets up an XML parameters object which is used to store properties related to XML and file-based configurations during creation of the result configuration.
setupDefinitionBuilder(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Obtains the ConfigurationBuilder object which provides access to the configuration containing the definition of the combined configuration to create.
setUpParentInterpolator(Configuration, Configuration) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Sets up a parent ConfigurationInterpolator object.
setURL(URL) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setURL(URL) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the location of the associated FileHandler as a URL object.
setURL(URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the location of the associated file as a URL.
setURL(URL, URLConnectionOptions) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
 
setURL(URL, URLConnectionOptions) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
Sets the location of the associated FileHandler as a URL object.
setURL(URL, URLConnectionOptions) - Method in class org.apache.commons.configuration2.io.FileHandler
Sets the location of the associated file as a URL.
setUseCaches(boolean) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
 
setValidating(boolean) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
setValidating(boolean) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
Sets a flag whether schema/DTD validation should be performed.
setValidating(boolean) - Method in class org.apache.commons.configuration2.XMLConfiguration
Sets the value of the validating flag.
setValue(Object) - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet.Entry
 
setValue(Object) - Method in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
 
setValue(Object) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Creates a new ImmutableNode instance which is a copy of this object with the value changed to the passed in value.
setValue(Object) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Sets the value of this node.
setValue(Object) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Sets the value of this node.
setValueColumn(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
 
setValueColumn(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
Sets the name of the table column containing the configuration property value.
setValueColumn(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Sets the name of the column containing the configuration values.
setVariablePrefixMatcher(String) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Set the prefix to use to identify subordinate expressions.
setVariables(ExprLookup.Variables) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Add the Variables that will be accessible within expressions.
setVariableSuffixMatcher(String) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
Set the suffix to use to identify subordinate expressions.
shouldTrim(Element, boolean) - Static method in class org.apache.commons.configuration2.XMLConfiguration
Checks whether the content of the current XML element should be trimmed.
shutdown() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Shuts down this trigger and its ScheduledExecutorService.
shutdown(boolean) - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Shuts down this trigger and optionally shuts down the ScheduledExecutorService used by this object.
SimpleCharStream - Class in org.apache.commons.configuration2.plist
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.configuration2.plist.SimpleCharStream
Constructor.
SINGLE_LINE_COMMENT - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
singleLine - Variable in class org.apache.commons.configuration2.PropertiesConfigurationLayout.PropertyLayoutData
Stores the single line property.
size() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Returns the number of keys stored in this configuration.
size() - Method in class org.apache.commons.configuration2.ConfigurationMap.ConfigurationSet
 
size() - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Returns the number of keys stored in this configuration.
size() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
Returns the size of the managed iteration.
size() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Returns the number of elements in this iteration.
size() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
Returns the number of elements in this iteration.
sizeInternal() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Actually calculates the size of this configuration.
sizeInternal() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Actually calculates the size of this configuration.
sizeInternal() - Method in class org.apache.commons.configuration2.BaseConfiguration
Actually calculates the size of this configuration.
sizeInternal() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
sizeInternal() - Method in class org.apache.commons.configuration2.MapConfiguration
 
SkipLexicalActions(Token) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
source - Variable in class org.apache.commons.configuration2.builder.CopyObjectDefaultHandler
The source object with the properties to be initialized.
sourceData - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
The object with data about configuration sources.
sourcePublicID - Variable in class org.apache.commons.configuration2.XMLDocumentHelper
Stores the public ID of the source document.
sourceSystemID - Variable in class org.apache.commons.configuration2.XMLDocumentHelper
Stores the system ID of the source document.
sourceURL - Variable in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
The URL.
sourceURL - Variable in class org.apache.commons.configuration2.io.FileLocator
The source URL.
sourceURL(URL) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the source URL of the new FileLocator.
SPACE - Static variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Constant for a space which is used as delimiter in keys for adding properties.
specialToken - Variable in class org.apache.commons.configuration2.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, boolean) - Method in class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Splits the specified string at the list delimiter and returns a collection with all extracted components.
split(String, boolean) - Method in interface org.apache.commons.configuration2.convert.ListDelimiterHandler
Splits the specified string at the list delimiter and returns a collection with all extracted components.
splitString(String, boolean) - Method in class org.apache.commons.configuration2.convert.AbstractListDelimiterHandler
Actually splits the passed in string which is guaranteed to be not null.
splitString(String, boolean) - Method in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
Actually splits the passed in string which is guaranteed to be not null.
splitString(String, boolean) - Method in class org.apache.commons.configuration2.convert.DisabledListDelimiterHandler
Actually splits the passed in string which is guaranteed to be not null.
splitString(String, boolean) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Actually splits the passed in string which is guaranteed to be not null.
SQL_CLEAR - Static variable in class org.apache.commons.configuration2.DatabaseConfiguration
Constant for the statement used by clear.
SQL_CLEAR_PROPERTY - Static variable in class org.apache.commons.configuration2.DatabaseConfiguration
Constant for the statement used by clearProperty.
SQL_GET_KEYS - Static variable in class org.apache.commons.configuration2.DatabaseConfiguration
Constant for the statement used by getKeys.
SQL_GET_PROPERTY - Static variable in class org.apache.commons.configuration2.DatabaseConfiguration
Constant for the statement used by getProperty.
SQL_IS_EMPTY - Static variable in class org.apache.commons.configuration2.DatabaseConfiguration
Constant for the statement used by isEmpty.
stack - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
The stack of configuration nodes
start() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Starts this trigger.
START_INDEX - Static variable in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Constant for the start of an index expression.
startClass - Variable in class org.apache.commons.configuration2.builder.DefaultParametersManager.DefaultHandlerData
The start class for applying this handler.
startElement(String, String, String, Attributes) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
 
startIndex - Variable in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Stores the start index of the actual token.
startOffset - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorBase
Stores the start offset of the iterator.
STATIC_LEXER_ERROR - Static variable in error org.apache.commons.configuration2.plist.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticCatalog - Static variable in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
The static catalog used by this manager.
staticFlag - Static variable in class org.apache.commons.configuration2.plist.SimpleCharStream
Whether parser is static.
stop() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Stops this trigger.
store - Variable in class org.apache.commons.configuration2.BaseConfiguration
stores the configuration key-value pairs
storeInterpolatedNode(ImmutableNode) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Stores a processed node.
storeProperty(String, Object) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets a property for this parameters object.
stream - Variable in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
The wrapped OutputStream
stream() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
Returns a sequential Stream with this node as its source.
StrictConfigurationComparator - Class in org.apache.commons.configuration2
Strict comparator for configurations.
StrictConfigurationComparator() - Constructor for class org.apache.commons.configuration2.StrictConfigurationComparator
Create a new strict comparator.
String() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
STRING - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
stringConverter - Variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Function used to convert interpolated values to strings.
stringConverter - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Function used to convert interpolated values to strings.
stringConverter - Variable in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
Function used to convert interpolated values to strings.
stringLookup - Variable in class org.apache.commons.configuration2.interpol.StringLookupAdapter
The StringLookup delegate.
StringLookupAdapter - Class in org.apache.commons.configuration2.interpol
Wraps an Apache Commons Text StringLookup as an Apache Commons Configuration Lookup.
StringLookupAdapter(StringLookup) - Constructor for class org.apache.commons.configuration2.interpol.StringLookupAdapter
 
stripCommentChar(String, boolean) - Static method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Either removes the comment character from the given comment line or ensures that the line starts with a comment character.
structure - Variable in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Stores information about the current nodes structure.
SUBNODE_CHANGED - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
Constant for the event type indicating a change on a sub configuration.
SubnodeConfiguration - Class in org.apache.commons.configuration2
A specialized hierarchical configuration class with a node model that uses a tracked node of another node model as its root node.
SubnodeConfiguration(BaseHierarchicalConfiguration, TrackedNodeModel) - Constructor for class org.apache.commons.configuration2.SubnodeConfiguration
Creates a new instance of SubnodeConfiguration and initializes it with all relevant properties.
subnodeConfigurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
This method is always called when a subnode configuration created from this configuration has been modified.
subNodes - Variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorChildren
The list with the sub nodes to iterate over.
subSelector(String) - Method in class org.apache.commons.configuration2.tree.NodeSelector
Creates a sub NodeSelector object which uses the key(s) of this selector plus the specified key as selection criteria.
subset(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
subset(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a new Configuration object containing all keys that start with the specified prefix.
subset(String) - Method in interface org.apache.commons.configuration2.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.configuration2.DynamicCombinedConfiguration
 
subset(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
subset(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
 
SubsetConfiguration - Class in org.apache.commons.configuration2
A subset of another configuration.
SubsetConfiguration(Configuration, String) - Constructor for class org.apache.commons.configuration2.SubsetConfiguration
Create a subset of the specified configuration
SubsetConfiguration(Configuration, String, String) - Constructor for class org.apache.commons.configuration2.SubsetConfiguration
Create a subset of the specified configuration
SubsetConfiguration.SubsetIterator - Class in org.apache.commons.configuration2
A specialized iterator to be returned by the getKeys() methods.
SubsetIterator(Iterator<String>) - Constructor for class org.apache.commons.configuration2.SubsetConfiguration.SubsetIterator
Creates a new instance of SubsetIterator and initializes it with the parent iterator.
substitute(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
Uses this configuration's ConfigurationInterpolator to perform variable substitution on the given pattern string.
substitutor - Variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
The helper object performing variable substitution.
substitutor - Variable in class org.apache.commons.configuration2.interpol.ExprLookup
The StringSubstitutor for performing replace operations.
subStrategies - Variable in class org.apache.commons.configuration2.io.CombinedLocationStrategy
A collection with all sub strategies managed by this object.
suffixMatcher - Variable in class org.apache.commons.configuration2.interpol.ExprLookup
The String to use to terminate subordinate lookup expressions
superType - Variable in class org.apache.commons.configuration2.event.EventType
Stores the super type of this type.
SwitchTo(int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Switch to specified lex state.
symbols - Variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
The symbols used by this instance.
synchronizer - Variable in class org.apache.commons.configuration2.AbstractConfiguration
The object responsible for synchronization.
Synchronizer - Interface in org.apache.commons.configuration2.sync
An interface controlling synchronization of configuration instances.
SynchronizerSupport - Interface in org.apache.commons.configuration2.sync
Definition of an interface for objects that can be associated with a Synchronizer.
SYSTEM_PROPERTIES - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for system properties, accessed using the prefix "sys".
SYSTEM_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for system properties.
SystemConfiguration - Class in org.apache.commons.configuration2
A configuration based on the system properties.
SystemConfiguration() - Constructor for class org.apache.commons.configuration2.SystemConfiguration
Create a Configuration based on the system properties.
systemID - Variable in class org.apache.commons.configuration2.XMLConfiguration
Stores the system ID from the DOCTYPE.
SystemPropertiesLookup - Class in org.apache.commons.configuration2.interpol
SystemPropertiesLookup() - Constructor for class org.apache.commons.configuration2.interpol.SystemPropertiesLookup
Deprecated.
 

T

table - Variable in class org.apache.commons.configuration2.DatabaseConfiguration
The configurationName of the table containing the configurations.
tabSize - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
target - Variable in class org.apache.commons.configuration2.builder.fluent.Parameters.ParametersIfcInvocationHandler
The target object of reflection calls.
TEMP_DATE_FORMAT - Static variable in class org.apache.commons.configuration2.DataConfiguration
Stores temporary date formats.
terminate() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedVisitor
Checks if iteration should be stopped.
terminate() - Method in class org.apache.commons.configuration2.FindNodeVisitor
Returns a flag whether the current visit process should be aborted.
terminate() - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader.SAXVisitor
Checks if iteration should be terminated.
terminate() - Method in interface org.apache.commons.configuration2.tree.ConfigurationNodeVisitor
Returns a flag whether the current visit process should be aborted.
terminate() - Method in class org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
Returns a flag whether the current visit process should be aborted.
testNode(NodeTest) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationAttributePointer
Tests if this node matches the given test.
testNode(NodeTest) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointer
Tests if this node matches the given test.
throwExceptionOnMissing - Variable in class org.apache.commons.configuration2.AbstractConfiguration
Whether the configuration should throw NoSuchElementExceptions or simply return null when a property does not exist.
throwMissingPropertyException(String) - Static method in class org.apache.commons.configuration2.AbstractConfiguration
Helper method for throwing an exception for a key that does not map to an existing object.
TIME_SEPARATOR_PARSER - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the separator parser for the time part.
TIME_ZONE_LENGTH - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the length of a time zone.
TIME_ZONE_PREFIX - Static variable in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Constant for the ID prefix for GMT time zones.
timeUnit - Variable in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
The time unit.
to(Class<?>, Object, DefaultConversionHandler) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Performs a data type conversion from the specified value object to the given target data class.
to(Object, Class<T>, ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.convert.ConversionHandler
Converts a single object to the specified target type.
to(Object, Class<T>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
 
toArray(Object, Class<?>, ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.convert.ConversionHandler
Converts the given object to an array of the specified element type.
toArray(Object, Class<?>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Converts the given object to an array of the specified element type.
toBigDecimal(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a BigDecimal.
toBigInteger(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a BigInteger.
toBoolean(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Boolean.
toByte(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Byte.
toCalendar(Object, String) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Calendar.
toCharacter(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified value object to a Character.
toCollection(Object, Class<T>, ConfigurationInterpolator, Collection<T>) - Method in interface org.apache.commons.configuration2.convert.ConversionHandler
Converts the given object to a collection of the specified type.
toCollection(Object, Class<T>, ConfigurationInterpolator, Collection<T>) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Converts the given object to a collection of the specified type.
toColor(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Color.
toDate(Object, String) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Date.
toDouble(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Double.
toDuration(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Duration.
toEnum(Object, Class<E>) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified value into a Java 5 enum.
toFile(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a File.
toFile(URL) - Static method in class org.apache.commons.configuration2.io.FileUtils
Convert from a URL to a File.
toFloat(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Float.
toImmutable(List<? extends HierarchicalConfiguration<?>>) - Static method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Creates a list with immutable configurations from the given input list.
toInetAddress(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified value into an internet address.
toInteger(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into an Integer.
toInternetAddress(Object, String) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified value into an email address with the given class name.
token - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
Current token.
Token - Class in org.apache.commons.configuration2.plist
Describes the input token stream.
Token() - Constructor for class org.apache.commons.configuration2.plist.Token
No-argument constructor
Token(int) - Constructor for class org.apache.commons.configuration2.plist.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.commons.configuration2.plist.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
Generated Token Manager.
tokenBegin - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
tokenImage - Variable in exception org.apache.commons.configuration2.plist.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
Literal token values.
TokenLexicalActions(Token) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
TokenMgrError - Error in org.apache.commons.configuration2.plist
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.commons.configuration2.plist.TokenMgrError
No arg constructor.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.commons.configuration2.plist.TokenMgrError
Full Constructor.
TokenMgrError(String, int) - Constructor for error org.apache.commons.configuration2.plist.TokenMgrError
Constructor with message and reason.
toLocale(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Locale.
toLong(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Long.
toNumber(Object, Class<?>) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Tries to convert the specified object into a number object.
toObjectArray(Object, Class<T>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Converts the given source object to an array of objects.
toPath(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Path.
toPattern(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Pattern.
toPrimitiveArray(Object, Class<?>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Converts the given source object to an array of a primitive type.
toShort(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into a Short.
toString() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
 
toString() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Gets a string representation of this object.
toString() - Method in class org.apache.commons.configuration2.event.Event
Returns a string representation for this object.
toString() - Method in class org.apache.commons.configuration2.event.EventType
Returns a string representation for this object.
toString() - Method in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 
toString() - Method in class org.apache.commons.configuration2.io.FileLocator
 
toString() - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
 
toString() - Method in class org.apache.commons.configuration2.MapConfiguration
Converts this object to a String suitable for debugging and logging.
toString() - Method in class org.apache.commons.configuration2.plist.Token
Returns the image.
toString() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Returns a string representation of this object.
toString() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
Returns a string representation for this object.
toString() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
 
toString() - Method in class org.apache.commons.configuration2.tree.NodeSelector
Returns a string representation for this object.
toString() - Method in class org.apache.commons.configuration2.tree.QueryResult
Returns a string representation of this object.
toString(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Get a string representation of the key/value mappings of a configuration.
toString(ImmutableConfiguration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Get a string representation of the key/value mappings of a configuration.
toURI(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into an URI.
toURL(File) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Convert the specified file into an URL.
toURL(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Convert the specified object into an URL.
trace_enabled - Variable in class org.apache.commons.configuration2.plist.PropertyListParser
 
trace_enabled() - Method in class org.apache.commons.configuration2.plist.PropertyListParser
Trace enabled.
trackChildNodes(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Tracks all nodes which are children of the node selected by the passed in key.
trackChildNodeWithCreation(String, String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Tracks a node which is a child of another node selected by the passed in key.
trackDataForAddedObserver(ImmutableNode, NodeSelector, NodeKeyResolver<ImmutableNode>, NodeHandler<ImmutableNode>, NodeTracker.TrackedNodeData) - Static method in class org.apache.commons.configuration2.tree.NodeTracker
Creates a TrackedNodeData object for a newly added observer for the specified node selector.
TrackedNodeData(ImmutableNode) - Constructor for class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Creates a new instance of TrackedNodeData and initializes it with the current reference to the tracked node.
TrackedNodeData(ImmutableNode, int, InMemoryNodeModel) - Constructor for class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Creates a new instance of TrackedNodeData and initializes its properties.
TrackedNodeHandler - Class in org.apache.commons.configuration2.tree
A special NodeHandler implementation for tracked nodes.
TrackedNodeHandler(ImmutableNode, NodeHandler<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.tree.TrackedNodeHandler
Creates a new instance of TrackedNodeHandler and initializes it with all required information.
TrackedNodeModel - Class in org.apache.commons.configuration2.tree
A specialized NodeModel implementation that uses a tracked node managed by an InMemoryNodeModel object as root node.
TrackedNodeModel(InMemoryNodeModelSupport, NodeSelector, boolean) - Constructor for class org.apache.commons.configuration2.tree.TrackedNodeModel
Creates a new instance of TrackedNodeModel and initializes it with the given underlying model and the selector to the root node.
trackedNodes - Variable in class org.apache.commons.configuration2.tree.NodeTracker
A map with data about tracked nodes.
trackLineColumn - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
trackNode(ImmutableNode, NodeSelector, NodeKeyResolver<ImmutableNode>, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Adds a node to be tracked.
trackNode(NodeSelector, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Adds a node to be tracked.
trackNodes(Collection<NodeSelector>, Collection<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Adds a number of nodes to be tracked.
trailing - Variable in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
True if the path ends with '/', false otherwise
transform(Transformer, Source, Result) - Static method in class org.apache.commons.configuration2.XMLDocumentHelper
Performs an XSL transformation on the passed in operands.
transformMap(Map<?, ?>) - Static method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
Transform a map of arbitrary types into a map with string keys and object values.
transformMap(Map<?, ?>) - Static method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Transform a map of arbitrary types into a map with string keys and object values.
transformValue(Object) - Method in interface org.apache.commons.configuration2.convert.ValueTransformer
Performs an arbitrary encoding of the passed in value object.
TreeData - Class in org.apache.commons.configuration2.tree
An internally used helper class for storing information about the managed node structure.
TreeData(ImmutableNode, Map<ImmutableNode, ImmutableNode>, Map<ImmutableNode, ImmutableNode>, NodeTracker, ReferenceTracker) - Constructor for class org.apache.commons.configuration2.tree.TreeData
Creates a new instance of TreeData and initializes it with all data to be stored.
TreeUtils - Class in org.apache.commons.configuration2.tree
Utility methods.
TreeUtils() - Constructor for class org.apache.commons.configuration2.tree.TreeUtils
Prevent creating this class.
triggerTask - Variable in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Stores the future object for the current trigger task.
trim(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Removes delimiters at the beginning and the end of the specified key.
trimComment(String, boolean) - Static method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Trims a comment.
trimLeft(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Removes leading property delimiters from the specified key.
trimmingDisabled - Variable in class org.apache.commons.configuration2.MapConfiguration
A flag whether trimming of property values should be disabled.
trimRight(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Removes trailing property delimiters from the specified key.
type - Variable in class org.apache.commons.configuration2.JSONConfiguration
The MapType used to convert types.
typeName - Variable in class org.apache.commons.configuration2.beanutils.ConstructorArg
The name of the argument type.

U

underlyingIterator - Variable in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
The underlying iterator.
UNESCAPE_CHARACTERS - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
A string with special characters that need to be unescaped when reading a properties file.
unescapeDelimiters(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Unescapes the delimiters in the specified string.
unescapeJava(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Unescapes any Java literals found in the String to a Writer.
unescapeJava(String, boolean) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
Unescapes Java literals found in the String to a Writer.
unescapePropertyName(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Performs unescaping on the given property name.
unescapePropertyValue(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesReader
 
unescapePropertyValue(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Performs unescaping on the given property value.
unescapeQuotes(String) - Method in class org.apache.commons.configuration2.plist.PropertyListParser
 
UNICODE_LEN - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
Constant for the length of a unicode literal.
unionBuilders - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
A list with the builders for union configurations.
UnionCombiner - Class in org.apache.commons.configuration2.tree
A specialized implementation of the NodeCombiner interface that constructs a union from two passed in node hierarchies.
UnionCombiner() - Constructor for class org.apache.commons.configuration2.tree.UnionCombiner
 
unionDeclarations - Variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder.ConfigurationSourceData
A list with data for all builders for union configurations.
unlock(LockMode) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Releases a lock of this object that was obtained using the SynchronizerSupport.lock(LockMode) method.
unlock(LockMode) - Method in interface org.apache.commons.configuration2.sync.SynchronizerSupport
Releases a lock of this object that was obtained using the SynchronizerSupport.lock(LockMode) method.
unmodifiableConfiguration(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Creates an ImmutableConfiguration from the given Configuration object.
unmodifiableConfiguration(HierarchicalConfiguration<?>) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Creates an ImmutableHierarchicalConfiguration from the given HierarchicalConfiguration object.
unregisterDefaultsHandler(DefaultParametersHandler<?>) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
Removes the specified DefaultParametersHandler from this instance.
unregisterDefaultsHandler(DefaultParametersHandler<?>, Class<?>) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
Removes the specified DefaultParametersHandler from this instance if it is in combination with the given start class.
unregisterListenerAt(Configuration) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Removes this combined configuration as listener from the given child configuration.
unregisterListenerAtChildren() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Removes this combined configuration as listener from all child configurations.
untrackNode(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Removes a tracked node.
untrackNode(NodeSelector) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Notifies this object that an observer was removed for the specified tracked node.
update() - Method in class org.apache.commons.configuration2.io.FileHandler.Updater
Performs an update of the enclosing file handler's FileLocator object.
update(ImmutableNode, Object, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
Updates a node that already existed in the original hierarchy.
update(ImmutableNode, Object, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Updates a node that already existed in the original hierarchy.
update(ImmutableNode, NodeSelector, NodeKeyResolver<ImmutableNode>, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.NodeTracker
Updates tracking information after the node structure has been changed.
updateAttributes(ImmutableNode, Element) - Static method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Helper method for updating the values of all attributes of the specified node.
updateBuilder(FileLocator.FileLocatorBuilder) - Method in class org.apache.commons.configuration2.io.FileHandler.Updater
Updates the passed in builder object to apply the manipulation to be performed by this Updater.
updateDataWithNewTrackedNode(TreeData, ImmutableNode, NodeKeyResolver<ImmutableNode>, MutableObject<NodeSelector>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Adds a tracked node that has already been resolved to the specified data object.
updateElement(ImmutableNode, ReferenceNodeHandler, Object) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
 
updateElement(Element, Object) - Method in class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Updates the node's value if it represents an element node.
updateFileHandler(FileHandler) - Method in class org.apache.commons.configuration2.builder.AutoSaveListener
Updates the FileHandler.
updateLastModified(long) - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
Updates the last modification date of the monitored file.
UpdateLineColumn(char) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
updateModel(InMemoryNodeModel.TransactionInitializer, NodeSelector, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Performs a non-blocking, thread-safe update of this model based on a transaction initialized by the passed in initializer.
updateNode(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.NodeTracker.TrackedNodeData
Updates the node reference.
updateNode(ImmutableNode, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
Updates the value of a node.
updateNodeTracker(NodeTracker) - Method in class org.apache.commons.configuration2.tree.TreeData
Creates a new instance which uses the specified NodeTracker.
updateParameters(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Replaces the current map with parameters by a new one.
updateParentMapping() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Updates the parent mapping for the resulting TreeData instance.
updateParentMapping(Map<ImmutableNode, ImmutableNode>, ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Updates the mapping from nodes to their parents for the passed in hierarchy of nodes.
updateParentMappingForAddedNodes() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Adds newly added nodes and their children to the parent mapping.
updateParentMappingForRemovedNodes() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Removes nodes that have been removed during this transaction from the parent and replacement mappings.
Updater() - Constructor for class org.apache.commons.configuration2.io.FileHandler.Updater
 
updateReferences(Map<ImmutableNode, ImmutableNode>, Collection<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.ReferenceTracker
Updates the references managed by this object at the end of a model transaction.
updateReferenceTracker() - Method in class org.apache.commons.configuration2.tree.ModelTransaction
Returns an updated ReferenceTracker instance.
updateReferenceTracker(ReferenceTracker) - Method in class org.apache.commons.configuration2.tree.TreeData
Creates a new instance which uses the specified ReferenceTracker.
upToDate - Variable in class org.apache.commons.configuration2.CombinedConfiguration
A flag whether this configuration is up-to-date.
URL - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for URLs, accessed using the prefix "url".
URL_DECODER - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for URL decoding, accessed using the prefix "urlDecoder".
URL_ENCODER - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for URL encoding, accessed using the prefix "urlEncoder".
urlConnectionOptions - Variable in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
The URL connection options.
urlConnectionOptions - Variable in class org.apache.commons.configuration2.io.FileLocator
The source URL connection options.
urlConnectionOptions(URLConnectionOptions) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the source URL connection options of the new FileLocator.
URLConnectionOptions - Class in org.apache.commons.configuration2.io
Carries options and operates on URLConnection.
URLConnectionOptions() - Constructor for class org.apache.commons.configuration2.io.URLConnectionOptions
Constructs a new default instance.
URLConnectionOptions(URLConnectionOptions) - Constructor for class org.apache.commons.configuration2.io.URLConnectionOptions
Constructs an instance with values from the given URLConnectionOptions.
useCaches - Variable in class org.apache.commons.configuration2.io.URLConnectionOptions
TODO
UTF8 - Static variable in class org.apache.commons.configuration2.io.FileUtils
The UTF-8 character set, used to decode octets in URLs.

V

validate() - Method in class org.apache.commons.configuration2.XMLConfiguration
Validate the document against the Schema.
validateEvent(Event) - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
Checks whether the specified event can be passed to an event listener in this iteration.
validating - Variable in class org.apache.commons.configuration2.XMLConfiguration
Stores a flag whether DTD or Schema validation should be performed.
value - Variable in class org.apache.commons.configuration2.beanutils.ConstructorArg
The value of this constructor argument.
value - Variable in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
The object to be accessed in expressions
value - Variable in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
The current value of the represented node.
value - Variable in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
The value of the node.
value - Variable in class org.apache.commons.configuration2.tree.ImmutableNode
The value of this node.
value - Variable in class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
The value of the current entry being parsed.
value(Object) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Sets the value of the node to be created.
VALUE_PRESERVE - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Constant for the xml:space value for preserving whitespace.
valueChanged(Object, Object) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
Tests whether a value is changed because of interpolation.
valueColumn - Variable in class org.apache.commons.configuration2.DatabaseConfiguration
The column containing the values.
valueFromResult(QueryResult<T>, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Extracts the value from a query result.
valueOf(String) - Static method in enum org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.configuration2.interpol.DefaultLookups
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.configuration2.interpol.DummyLookup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.configuration2.sync.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.configuration2.sync.NoOpSynchronizer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.configuration2.tree.NodeNameMatchers
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.configuration2.interpol.DefaultLookups
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.configuration2.interpol.DummyLookup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.configuration2.sync.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.configuration2.sync.NoOpSynchronizer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.configuration2.tree.NodeNameMatchers
Returns an array containing the constants of this enum type, in the order they are declared.
valuesNotEmpty(Iterable<?>) - Static method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Checks whether the specified collection with values is not empty.
valueTransformer - Variable in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
The value transformer used for escaping property values.
ValueTransformer - Interface in org.apache.commons.configuration2.convert
Definition of an interface used by ListDelimiterHandler to perform additional transformations on behalf of a configuration when a property value is escaped.
VAR_END - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
The variable suffix.
VAR_END_LENGTH - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
VAR_START - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
The variable prefix.
VAR_START_LENGTH - Static variable in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Variable() - Constructor for class org.apache.commons.configuration2.interpol.ExprLookup.Variable
 
Variable(String, Object) - Constructor for class org.apache.commons.configuration2.interpol.ExprLookup.Variable
 
variables - Variable in class org.apache.commons.configuration2.interpol.ExprLookup
The variables maintained by this object.
Variables() - Constructor for class org.apache.commons.configuration2.interpol.ExprLookup.Variables
Creates a new empty instance of Variables.
Variables(ExprLookup.Variables) - Constructor for class org.apache.commons.configuration2.interpol.ExprLookup.Variables
Creates a new instance of Variables and copies the content of the given object.
VerifiableOutputStream - Class in org.apache.commons.configuration2.io
OutputStream that can be checked for errors after it is written to.
VerifiableOutputStream() - Constructor for class org.apache.commons.configuration2.io.VerifiableOutputStream
 
verify() - Method in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 
verify() - Method in class org.apache.commons.configuration2.io.VerifiableOutputStream
 
VERSIONING - Static variable in interface org.apache.commons.configuration2.io.FileOptionsProvider
Key used to indicate whether Webdav versioning support should be enabled.
VFSFileHandlerReloadingDetector - Class in org.apache.commons.configuration2.reloading
A file-based reloading strategy that uses Commons VFS to determine when a file was changed.
VFSFileHandlerReloadingDetector() - Constructor for class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
Creates a new instance of VFSFileHandlerReloadingDetector and initializes it with an empty FileHandler object.
VFSFileHandlerReloadingDetector(FileHandler) - Constructor for class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
Creates a new instance of VFSFileHandlerReloadingDetector and initializes it with the given FileHandler object.
VFSFileHandlerReloadingDetector(FileHandler, long) - Constructor for class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
Creates a new instance of VFSFileHandlerReloadingDetector and initializes it with the given FileHandler object and the given refresh delay.
VFSFileSystem - Class in org.apache.commons.configuration2.io
FileSystem that uses Apache Commons VFS.
VFSFileSystem() - Constructor for class org.apache.commons.configuration2.io.VFSFileSystem
 
VFSFileSystem.VFSURLStreamHandler - Class in org.apache.commons.configuration2.io
Stream handler required to create URL.
VFSURLStreamHandler(FileName) - Constructor for class org.apache.commons.configuration2.io.VFSFileSystem.VFSURLStreamHandler
 
visitAfterChildren(ImmutableNode, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
 
visitAfterChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
Visits the specified node after after its children - if existing - have been processed.
visitAfterChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader.SAXVisitor
Visits the specified node after its children have been processed.
visitAfterChildren(T, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.ConfigurationNodeVisitor
Visits the specified node after after its children - if existing - have been processed.
visitAfterChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
Visits the specified node after after its children - if existing - have been processed.
visitBeforeChildren(ImmutableNode, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
 
visitBeforeChildren(ImmutableNode, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.InterpolatedVisitor
 
visitBeforeChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedKeysVisitor
Visits the specified node before the children of this node - if existing - are processed.
visitBeforeChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration.DefinedVisitor
Visits the node.
visitBeforeChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.FindNodeVisitor
 
visitBeforeChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader.SAXVisitor
Visits the specified node.
visitBeforeChildren(T, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.ConfigurationNodeVisitor
Visits the specified node before the children of this node - if existing - are processed.
visitBeforeChildren(T, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
Visits the specified node before the children of this node - if existing - are processed.
visitDefinedKeys() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Creates a DefinedKeysVisitor and visits all defined keys with it.

W

W3C_XML_SCHEMA - Static variable in class org.apache.commons.configuration2.XMLConfiguration
Schema Language for the parser
walkBFS(T, ConfigurationNodeVisitor<T>, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.NodeTreeWalker
Visits all nodes in the hierarchy represented by the given root node in breadth first search manner.
walkDFS(T, ConfigurationNodeVisitor<T>, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.NodeTreeWalker
Visits all nodes in the hierarchy represented by the given root node in depth first search manner.
warn(String) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified message on warn level.
warn(String, Throwable) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified exception on warn level.
WHITE - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
WHITE_SPACE - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
The white space characters used as key/value separators.
WILDCARD - Static variable in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodeIteratorAttribute
Constant for the wildcard node name.
withDefaultLookup(Lookup) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Adds the given Lookup object to the list of default lookups.
withDefaultLookups(Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Adds the content of the given collection to the default lookups managed by this builder.
withInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Sets the ConfigurationInterpolator instance for the InterpolatorSpecification.
withParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Sets an optional parent ConfigurationInterpolator.
withPrefixLookup(String, Lookup) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Adds a Lookup object for a given prefix.
withPrefixLookups(Map<String, ? extends Lookup>) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Adds the content of the given map to the prefix lookups managed by this builder.
withStringConverter(Function<Object, String>) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Sets the function used to convert interpolated values to strings.
wrapInNodeData(List<T>) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration.NodeData
Wraps the passed in list of nodes in NodeData objects.
wrapNode(T, NodeHandler<T>) - Static method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
Creates a node wrapper for the specified node and its handler.
wrappedConfiguration - Variable in class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler
The underlying configuration object.
wrappedIterator - Variable in class org.apache.commons.configuration2.ImmutableConfigurationInvocationHandler.ImmutableIterator
The underlying iterator.
WrapperBuilder(Configuration, ConfigurationBuilder<? extends Configuration>) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider.WrapperBuilder
Creates a new instance of WrapperBuilder.
write(byte[]) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 
write(int) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem.HttpOutputStream
 
write(Writer) - Method in class org.apache.commons.configuration2.INIConfiguration
Save the configuration to the specified writer.
write(Writer) - Method in interface org.apache.commons.configuration2.io.FileBased
Writes the content of this object to the given writer.
write(Writer) - Method in class org.apache.commons.configuration2.JSONConfiguration
 
write(Writer) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
write(Writer) - Method in class org.apache.commons.configuration2.plist.PropertyListConfiguration
 
write(Writer) - Method in class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
 
write(Writer) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
Writes the content of this object to the given writer.
write(Writer) - Method in class org.apache.commons.configuration2.XMLConfiguration
Saves the configuration to the specified writer.
write(Writer) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
 
write(Writer) - Method in class org.apache.commons.configuration2.YAMLConfiguration
 
write(Writer, Transformer) - Method in class org.apache.commons.configuration2.XMLConfiguration
Saves the configuration to the specified writer.
WRITE - Enum constant in enum org.apache.commons.configuration2.sync.LockMode
Lock mode WRITE.
WRITE - Static variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
Constant for the event type indicating a write error.
writeComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Write a comment.
writeComment(PropertiesConfiguration.PropertiesWriter, String) - Static method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Helper method for writing a comment line.
writeln(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Helper method for writing a line with the platform specific line ending.
writeProperty(PrintWriter, String, Object) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Write a property.
writeProperty(PrintWriter, String, Object, String) - Method in class org.apache.commons.configuration2.INIConfiguration
Writes data about a property into the given stream.
writeProperty(PrintWriter, String, List<?>) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
Write a list property.
writeProperty(String, Object) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Write a property.
writeProperty(String, Object, boolean) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Writes the given property and its value.
writeProperty(String, List<?>) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Write a property.
writeProperty(Document, Node, String, Object) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
 
writeProperty(Document, Node, String, List<?>) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
 

X

xml() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for XML configurations.
xml(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a XMLConfiguration instance from the content of the given file.
xml(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a XMLConfiguration instance from the content of the file identified by the given path.
xml(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a XMLConfiguration instance from the content of the given URL.
XML - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for XML content, accessed using the prefix "xml".
XML_PROVIDER - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the provider for XML files.
XMLBeanDeclaration - Class in org.apache.commons.configuration2.beanutils
An implementation of the BeanDeclaration interface that is suitable for XML configuration files.
XMLBeanDeclaration(HierarchicalConfiguration<?>, XMLBeanDeclaration.NodeData<?>) - Constructor for class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constructs a new instance of XMLBeanDeclaration and initializes it with the configuration node that contains the bean declaration.
XMLBeanDeclaration(HierarchicalConfiguration<T>) - Constructor for class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constructs a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(HierarchicalConfiguration<T>, String) - Constructor for class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constructs a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(HierarchicalConfiguration<T>, String, boolean) - Constructor for class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constructs a new instance of XMLBeanDeclaration and initializes it from the given configuration supporting optional declarations.
XMLBeanDeclaration(HierarchicalConfiguration<T>, String, boolean, String) - Constructor for class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constructs a new instance of XMLBeanDeclaration and initializes it from the given configuration supporting optional declarations and a default bean class name.
XMLBeanDeclaration.NodeData<T> - Class in org.apache.commons.configuration2.beanutils
An internal helper class which wraps the node with the bean declaration and the corresponding node handler.
xmlBuilder(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a XMLConfiguration and initializes it with the given file to be loaded.
xmlBuilder(String) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a XMLConfiguration and initializes it with the given path to the file to be loaded.
xmlBuilder(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
Creates a builder for a XMLConfiguration and initializes it with the given URL to be loaded.
XMLBuilderParameters - Interface in org.apache.commons.configuration2.builder.fluent
Definition of a parameters interface providing a fluent API for setting all properties for a XML configuration.
XMLBuilderParametersImpl - Class in org.apache.commons.configuration2.builder
A specialized parameters class for XML configuration.
XMLBuilderParametersImpl() - Constructor for class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
XMLBuilderProperties<T> - Interface in org.apache.commons.configuration2.builder
Definition of a parameters interface for XML configurations.
XMLBuilderVisitor(XMLDocumentHelper, ListDelimiterHandler) - Constructor for class org.apache.commons.configuration2.XMLConfiguration.XMLBuilderVisitor
Creates a new instance of XMLBuilderVisitor.
XMLConfiguration - Class in org.apache.commons.configuration2
A specialized hierarchical configuration class that is able to parse XML documents.
XMLConfiguration() - Constructor for class org.apache.commons.configuration2.XMLConfiguration
Creates a new instance of XMLConfiguration.
XMLConfiguration(HierarchicalConfiguration<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.XMLConfiguration
Creates a new instance of XMLConfiguration and copies the content of the passed in configuration into this object.
XMLConfiguration.XMLBuilderVisitor - Class in org.apache.commons.configuration2
A concrete BuilderVisitor that can construct XML documents.
XMLDocumentHelper - Class in org.apache.commons.configuration2
An internally used helper class for dealing with XML documents.
XMLDocumentHelper(Document, Map<Node, Node>, String, String) - Constructor for class org.apache.commons.configuration2.XMLDocumentHelper
Creates a new instance of XMLDocumentHelper and initializes it with the given XML document.
XMLListReference - Class in org.apache.commons.configuration2
An internal class implementing list handling functionality for XMLConfiguration.
XMLListReference(Element) - Constructor for class org.apache.commons.configuration2.XMLListReference
Private constructor.
XMLPropertiesConfiguration - Class in org.apache.commons.configuration2
This configuration implements the XML properties format introduced in Java 5.0, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.
XMLPropertiesConfiguration() - Constructor for class org.apache.commons.configuration2.XMLPropertiesConfiguration
Creates an empty XMLPropertyConfiguration object which can be used to synthesize a new Properties file by adding values and then saving().
XMLPropertiesConfiguration(Element) - Constructor for class org.apache.commons.configuration2.XMLPropertiesConfiguration
Creates and loads the xml properties from the specified DOM node.
XMLPropertiesConfiguration.XMLPropertiesHandler - Class in org.apache.commons.configuration2
SAX Handler to parse a XML properties file.
XMLPropertiesHandler() - Constructor for class org.apache.commons.configuration2.XMLPropertiesConfiguration.XMLPropertiesHandler
 
XMLPropertyListConfiguration - Class in org.apache.commons.configuration2.plist
Property list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
XMLPropertyListConfiguration() - Constructor for class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Creates an empty XMLPropertyListConfiguration object which can be used to synthesize a new plist file by adding values and then saving().
XMLPropertyListConfiguration(HierarchicalConfiguration<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Creates a new instance of XMLPropertyListConfiguration and copies the content of the specified configuration into this object.
XMLPropertyListConfiguration(ImmutableNode) - Constructor for class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration
Creates a new instance of XMLPropertyConfiguration with the given root node.
XMLPropertyListConfiguration.ArrayNodeBuilder - Class in org.apache.commons.configuration2.plist
Container for array elements.
XMLPropertyListConfiguration.PListNodeBuilder - Class in org.apache.commons.configuration2.plist
A specialized builder class with addXXX methods to parse the typed data passed by the SAX handler.
XMLPropertyListConfiguration.XMLPropertyListHandler - Class in org.apache.commons.configuration2.plist
SAX Handler to build the configuration nodes while the document is being parsed.
XMLPropertyListHandler() - Constructor for class org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.XMLPropertyListHandler
 
XPathContextFactory - Class in org.apache.commons.configuration2.tree.xpath
An internally used helper class for creating new XPath context objects.
XPathContextFactory() - Constructor for class org.apache.commons.configuration2.tree.xpath.XPathContextFactory
 
XPathExpressionEngine - Class in org.apache.commons.configuration2.tree.xpath
A specialized implementation of the ExpressionEngine interface that is able to evaluate XPATH expressions.
XPathExpressionEngine() - Constructor for class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Creates a new instance of XPathExpressionEngine with default settings.
XPathExpressionEngine(XPathContextFactory) - Constructor for class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Creates a new instance of XPathExpressionEngine and sets the context factory.

Y

YAMLConfiguration - Class in org.apache.commons.configuration2
A specialized hierarchical configuration class that is able to parse YAML documents.
YAMLConfiguration() - Constructor for class org.apache.commons.configuration2.YAMLConfiguration
Creates a new instance of YAMLConfiguration.
YAMLConfiguration(HierarchicalConfiguration<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.YAMLConfiguration
Creates a new instance of YAMLConfiguration as a copy of the specified configuration.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form