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) - Constructor for class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Creates a new instance of AbstractHierarchicalConfiguration and sets the NodeModel to be used.
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) - 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.
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.
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.
addAttributes(Map) - 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.
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.
addChildren(Collection) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Adds multiple child nodes to this builder.
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.
addDefaultLookup(Lookup) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Adds a default Lookup object.
addDefaultLookups(Collection) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Adds all Lookup objects in the given collection as default lookups.
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 exception class org.apache.commons.configuration2.plist.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEventListener(EventListenerRegistrationData) - Method in class org.apache.commons.configuration2.builder.EventListenerParameters
Adds the specified EventListenerRegistrationData instance to this object.
addEventListener(EventListenerRegistrationData) - 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, EventListener) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Adds an event listener for the specified event type.
addEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Adds an event listener for the specified event type.
addEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.builder.EventListenerParameters
Adds an event listener of the specified event type to this object.
addEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
addEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.event.BaseEventSource
 
addEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.event.EventListenerList
Adds an event listener for the specified event type.
addEventListener(EventType, EventListener) - Method in interface org.apache.commons.configuration2.event.EventSource
Adds an event listener for the specified event type.
addEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
addEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.reloading.ReloadingController
Adds an event listener for the specified event type.
addFileHandlerListener(FileHandlerListener) - Method in class org.apache.commons.configuration2.io.FileHandler
Adds a listener to this FileHandler.
ADDITIONAL_NAME - Static variable in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Constant for the name of the additional configuration.
addListNode(String) - Method in class org.apache.commons.configuration2.tree.NodeCombiner
Adds the name of a node to the list of known list nodes.
addNodes(String, Collection, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
 
addNodes(String, Collection, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
addNodes(String, Collection) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Adds a collection of nodes at the specified position of the configuration tree.
addNodes(String, Collection) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
Adds a collection of nodes at the specified position of the configuration tree.
addNodes(String, Collection, NodeKeyResolver) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Adds a collection of new nodes to this model.
addNodes(String, NodeSelector, Collection, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Adds new nodes using a tracked node as root node.
addNodesInternal(String, Collection) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
addNodesInternal(String, Collection) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
addNodesInternal(String, Collection) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Actually adds a collection of new nodes to this configuration.
addParameters(Map) - 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) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
 
addProperty(String, Iterable, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
addProperty(String, Iterable, NodeKeyResolver) - 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) - 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.AppletConfiguration
Adds a property to this configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.web.ServletConfiguration
Adds a property to this configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.web.ServletContextConfiguration
Adds a property to this configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.web.ServletFilterConfiguration
Adds a property to this configuration.
addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration2.web.ServletRequestConfiguration
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
 
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.
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(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.
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(URLConnection) - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Applies the options to the given connection.
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.
asEventSource(Object, boolean) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Casts the specified object to an EventSource if possible.
ATTR_BEAN_CLASS - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the bean class attribute.
ATTR_BEAN_FACTORY - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the bean factory attribute.
ATTR_FACTORY_PARAM - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the bean factory parameter attribute.
ATTR_PREFIX - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constant for the prefix for reserved attributes.
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
 
attributeName(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Extracts the name of the attribute from the given attribute key.

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) - 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.
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.
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) - 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) - 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.
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
 
basic() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for basic configuration properties.
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> - 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) - 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, Map) - 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, Map, 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.
BeanCreationContext - Interface in org.apache.commons.configuration2.beanutils
Definition of a context object storing all required information for the creation of a bean.
BeanDeclaration - Interface in org.apache.commons.configuration2.beanutils
Definition of an interface for declaring a bean in a configuration file.
BeanFactory - Interface in org.apache.commons.configuration2.beanutils
Definition of an interface for bean factories.
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.
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.
bufcolumn - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
buffer - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
bufline - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
bufpos - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
Position in buffer.
build() - Method in class org.apache.commons.configuration2.INIConfiguration.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(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.
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.EventSourceSupport - Enum in org.apache.commons.configuration2.builder
An enumeration class with different options for supporting the EventSource interface in generated ImmutableConfiguration proxies.
builderNames() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Returns a set with the names of all child configuration builders.
BuilderParameters - Interface in org.apache.commons.configuration2.builder
An interface to be implemented by objects which can be used to parameterize a ConfigurationBuilder.
BuilderVisitor() - Constructor for class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
 

C

canCombine(ImmutableNode, ImmutableNode, List) - 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) - 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) - 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) - 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.
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.
checkForReloading(Object) - Method in class org.apache.commons.configuration2.reloading.ReloadingController
Performs a check whether a reload operation is necessary.
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.
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
 
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(NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Removes all data from this model.
clear(NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
Removes all data from this model.
clear(NodeKeyResolver) - 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.
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) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Clears the value of a property.
clearProperty(String, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
clearProperty(String, NodeKeyResolver) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Clears the value of a property.
clearProperty(String, NodeSelector, NodeKeyResolver) - 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.AppletConfiguration
Removes the property with the given key.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.web.ServletConfiguration
Removes the property with the given key.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.web.ServletContextConfiguration
Removes the property with the given key.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.web.ServletFilterConfiguration
Removes the property with the given key.
clearPropertyDirect(String) - Method in class org.apache.commons.configuration2.web.ServletRequestConfiguration
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) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Removes the sub trees defined by the given key from this model.
clearTree(String, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
clearTree(String, NodeKeyResolver) - 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) - 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.tree.DefaultConfigurationKey.KeyIterator
Creates a clone of this object.
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.
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.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.
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.
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.
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.
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) - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Creates a new instance of CombinedConfigurationBuilder and sets the specified initialization parameters.
CombinedConfigurationBuilder(Map, 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.
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) - 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) - 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.
COMMENT_CHARS - Static variable in class org.apache.commons.configuration2.INIConfiguration
The default characters that signal the start of a comment line.
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.
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) - 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) - 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.
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.
Configuration - Interface in org.apache.commons.configuration2
The main Configuration interface.
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
 
ConfigurationBuilder<T> - 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) - 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, ImmutableConfiguration) - Constructor for class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
Creates a new instance of ConfigurationBuilderResultCreatedEvent and initializes its properties.
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.
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 - 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, 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, String, Object, boolean) - Constructor for class org.apache.commons.configuration2.event.ConfigurationEvent
Creates a new instance of ConfigurationEvent and initializes it.
ConfigurationException - Exception Class in org.apache.commons.configuration2.ex
Any exception that occurs while initializing a Configuration object.
ConfigurationException() - Constructor for exception class org.apache.commons.configuration2.ex.ConfigurationException
Constructs a new ConfigurationException without specified detail message.
ConfigurationException(String) - Constructor for exception class org.apache.commons.configuration2.ex.ConfigurationException
Constructs a new ConfigurationException with specified detail message.
ConfigurationException(String, Throwable) - Constructor for exception class org.apache.commons.configuration2.ex.ConfigurationException
Constructs a new ConfigurationException with specified detail message and nested Throwable.
ConfigurationException(Throwable) - Constructor for exception class 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.
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.
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.
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
 
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 Class in org.apache.commons.configuration2.ex
A configuration related runtime exception.
ConfigurationRuntimeException() - Constructor for exception class org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException without specified detail message.
ConfigurationRuntimeException(String) - Constructor for exception class org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message.
ConfigurationRuntimeException(String, Object...) - Constructor for exception class 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 class org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified detail message and nested Throwable.
ConfigurationRuntimeException(Throwable) - Constructor for exception class org.apache.commons.configuration2.ex.ConfigurationRuntimeException
Constructs a new ConfigurationRuntimeException with specified nested Throwable.
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.
ConfigurationUtils - Class in org.apache.commons.configuration2
Miscellaneous utility methods for configurations.
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, ConfigurationDeclaration, Collection) - 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.
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
 
constructAttributeKey(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Decorates the given key so that it represents an attribute.
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.
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.
contains(String, String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
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.AppletConfiguration
Checks whether the specified key is stored in this configuration.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletConfiguration
Checks whether the specified key is stored in this configuration.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletContextConfiguration
Checks whether the specified key is stored in this configuration.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletFilterConfiguration
Checks whether the specified key is stored in this configuration.
containsKeyInternal(String) - Method in class org.apache.commons.configuration2.web.ServletRequestConfiguration
Checks whether the specified key is stored in this configuration.
context - Variable in class org.apache.commons.configuration2.web.ServletContextConfiguration
Stores the wrapped servlet context.
ConversionException - Exception Class in org.apache.commons.configuration2.ex
Thrown when a property is incompatible with the type requested.
ConversionException() - Constructor for exception class org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException without specified detail message.
ConversionException(String) - Constructor for exception class org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException with specified detail message.
ConversionException(String, Throwable) - Constructor for exception class org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException with specified detail message and nested Throwable.
ConversionException(Throwable) - Constructor for exception class org.apache.commons.configuration2.ex.ConversionException
Constructs a new ConversionException with specified nested Throwable.
ConversionHandler - Interface in org.apache.commons.configuration2.convert
An interface defining the possible data type conversions supported by the configuration framework.
convert(Object, Class, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Performs the conversion from the passed in source object to the specified target 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.
convertValue(Object, Class, 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.
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.
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.
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...) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Copies a number of properties from the given map into this object.
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.
createAttributeResult(T, String) - Static method in class org.apache.commons.configuration2.tree.QueryResult
Creates a QueryResult instance representing an attribute result.
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
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.
createBeanInstance(BeanCreationContext) - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
Creates the bean instance.
createBuilder(ConfigurationDeclaration, Collection) - 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) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
Creates a new, uninitialized instance of the builder class managed by this provider.
createBuilderConfigurationWrapper(Class, ConfigurationBuilder) - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Creates a wrapper ImmutableConfiguration on top of the specified ConfigurationBuilder.
createBuilderConfigurationWrapper(Class, ConfigurationBuilder, BuilderConfigurationWrapperFactory.EventSourceSupport) - Static method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
Creates a ImmutableConfiguration object which wraps the specified ConfigurationBuilder.
createDocumentBuilder() - Method in class org.apache.commons.configuration2.XMLConfiguration
Creates the DocumentBuilder to be used for loading files.
createErrorEvent(EventType, 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, String, Object, boolean) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Creates a ConfigurationEvent object based on the passed in parameters.
createInitializedManagedBuilder(String, Map) - 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.
createManagedBuilder(String, Map) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a builder for a managed configuration.
createManagedBuilder(String, Map) - Method in class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates a builder for a managed configuration.
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.
createParameterObjects() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Creates a collection of parameter objects to be used for configuring the builder.
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
 
createReloadingController() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Creates the ReloadingController for this builder.
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.
createResult() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates a new, initialized result object.
createResultDeclaration(Map) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Creates a new BeanDeclaration which is used for creating new result objects dynamically.
createResultDeclaration(Map) - 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.
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.
createTransformer() - Method in class org.apache.commons.configuration2.XMLConfiguration
Creates and initializes the transformer used for save operations.
createWrapDynaBean(Object) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
Creates a DynaBean instance which wraps the passed in bean.
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.
curChar - Variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
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.
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).
currentToken - Variable in exception class org.apache.commons.configuration2.plist.ParseException
This is the last token that has been consumed successfully.

D

DATA - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
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.
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.
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_START - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
debug(String) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified message on debug level.
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.
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_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_ENCODING - Static variable in class org.apache.commons.configuration2.PropertiesConfiguration
The default encoding (ISO-8859-1 as specified by https://docs.oracle.com/javase/8/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 https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html)
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_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_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_SYMBOLS - Static variable in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
An instance with default symbols.
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) - 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.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
 
DefaultIOFactory() - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.DefaultIOFactory
 
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 - Enum in org.apache.commons.configuration2.interpol
An enumeration class defining constants for built-in Lookup objects available for Configuration instances.
DefaultParametersHandler<T> - Interface in org.apache.commons.configuration2.builder
Definition of an interface for setting default values for specific configuration parameter objects.
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.
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
 
delimiter - Variable in class org.apache.commons.configuration2.SubsetConfiguration
The prefix delimiter
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.
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) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
Determines the name of the configuration class produced by the builder.
determineConfigurationClass(ConfigurationDeclaration, Collection) - Method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
Determines the name of the configuration class produced by the builder.
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.
differenceKey(DefaultConfigurationKey) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Returns the "difference key" to a given key.
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".
Done() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Reset buffer when finished.
DUMMY - Enum constant in enum org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
Dummy support of the EventSource interface.
DummyLookup - Enum in org.apache.commons.configuration2.interpol
A simple dummy Lookup implementation.
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.
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.

E

enableRuntimeExceptions(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Enables runtime exceptions for the specified configuration object.
encoding(String) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the encoding of the new FileLocator.
endColumn - Variable in class org.apache.commons.configuration2.plist.Token
The column number of the last character of this 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.
EntityRegistry - Interface in org.apache.commons.configuration2.resolver
Interface used for registering and retrieving PUBLICID to URL mappings.
EntityResolverSupport - Interface in org.apache.commons.configuration2.resolver
Interface that identifies the class as using an EntityResolver
entrySet() - Method in class org.apache.commons.configuration2.ConfigurationMap
Returns a set with the entries contained in this configuration-based map.
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 class 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.
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.
escapeBackslashs(Object, boolean) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Performs the escaping of backslashes in the specified properties value.
ESCAPED_QUOTE - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
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.
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.
escapeValue(Object, boolean, ValueTransformer) - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
Escapes the given property value.
Event - Class in org.apache.commons.configuration2.event
The base class for all events generated by this library.
Event(Object, EventType) - Constructor for class org.apache.commons.configuration2.event.Event
Creates a new instance of Event and sets basic properties.
EventListener<T> - Interface in org.apache.commons.configuration2.event
Definition of a generic event listener interface.
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> - 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> - Class in org.apache.commons.configuration2.event
A data class holding information about an event listener registration.
EventListenerRegistrationData(EventType, EventListener) - Constructor for class org.apache.commons.configuration2.event.EventListenerRegistrationData
Creates a new instance of EventListenerRegistrationData.
EventSource - Interface in org.apache.commons.configuration2.event
An interface for configuration implementations which support registration of event listeners.
EventType<T> - Class in org.apache.commons.configuration2.event
A class representing an event type.
EventType(EventType, 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.
ExpandBuff(boolean) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
expectedTokenSequences - Variable in exception class org.apache.commons.configuration2.plist.ParseException
Each entry in this array is an array of integers.
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.
extractConversionValue(Object, Class, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
Extracts a single value from a complex object.
extractPropertyValue(ResultSet) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
Extracts the value of a property from the given result set.
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.

F

fetchBeanHelper() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Obtains the BeanHelper object to be used when dealing with bean declarations.
fetchBeanHelper(Map) - 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.
fetchInterpolatorSpecification(Map) - Static method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains a specification for a ConfigurationInterpolator from the specified map with parameters.
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.
fetchProperty(String) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Obtains the value of the specified property from the internal map.
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.
FILE - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for file content, accessed using the prefix "file".
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, 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, 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, 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, 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, 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, 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> - Class in org.apache.commons.configuration2.builder
A specialized ConfigurationBuilder implementation which can handle configurations read from a FileHandler.
FileBasedConfigurationBuilder(Class) - 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, Map) - 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, Map, 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) - 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.
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.
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() - 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.
FileLocatorUtils - Class in org.apache.commons.configuration2.io
A utility class providing helper methods related to locating files.
fileName(String) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the file name of the new FileLocator.
FileOptionsProvider - Interface in org.apache.commons.configuration2.io
Some FileSystems allow options to be passed on File operations.
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
 
FillBuff() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
 
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.
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.
findLastPathNode(DefaultConfigurationKey.KeyIterator, T, NodeHandler) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Finds the last existing node for an add operation.
findMatchingConstructor(Class, 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.
findNodesForKey(DefaultConfigurationKey.KeyIterator, T, Collection, NodeHandler) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Recursive helper method for evaluating a key.
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, 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, String, Object, boolean) - Method in class org.apache.commons.configuration2.event.BaseEventSource
Creates an event object and delivers it to all registered event listeners.
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.
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.
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.
fromMap(Map) - Static method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Creates a new FileBasedBuilderParametersImpl object from the content of the given map.
fromMap(Map) - Static method in class org.apache.commons.configuration2.io.FileHandler
Creates a new FileHandler instance from properties stored in a map.
fromMap(Map) - 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) - 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) - Static method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Looks up an instance of this class in the specified parameters map.
fromParameters(Map, 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, 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) - 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, 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.
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

get(Class, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
get(Class, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an object of the specified type associated with the given configuration key.
get(Class, 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, 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, int) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
get(String, String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
getAllowUserInteraction() - Method in class org.apache.commons.configuration2.io.URLConnectionOptions
Gets whether to allow user interaction.
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.
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.tree.ImmutableNode
Gets a map with the attributes of this node.
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(NodeHandler) - 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
Gets 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.io.FileHandler
Gets 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
 
getBeanClass() - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
Gets the class of the bean to be created.
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.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
Gets an array of BigDecimals associated with the given configuration key.
getBigDecimalArray(String, BigDecimal...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of BigDecimals associated with the given configuration key.
getBigDecimalList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of BigDecimals associated with the given configuration key.
getBigDecimalList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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
Gets an array of BigIntegers associated with the given configuration key.
getBigIntegerArray(String, BigInteger...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of BigIntegers associated with the given configuration key.
getBigIntegerList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of BigIntegers associated with the given configuration key.
getBigIntegerList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of BigIntegers associated with the given configuration key.
getBlancLinesBefore(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
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
Gets an array of boolean primitives associated with the given configuration key.
getBooleanArray(String, boolean...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of boolean primitives associated with the given configuration key.
getBooleanList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Boolean objects associated with the given configuration key.
getBooleanList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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
Gets an array of byte primitives associated with the given configuration key.
getByteArray(String, byte...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of byte primitives associated with the given configuration key.
getByteList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Byte objects associated with the given configuration key.
getByteList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Byte objects associated with the given configuration key.
getCalendar(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Calendar associated with the given configuration key.
getCalendar(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Calendar associated with the given configuration key.
getCalendar(String, Calendar) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Calendar associated with the given configuration key.
getCalendar(String, Calendar, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Calendar associated with the given configuration key.
getCalendarArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Calendars associated with the given configuration key.
getCalendarArray(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Calendars associated with the given configuration key.
getCalendarArray(String, Calendar...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Calendars associated with the given configuration key.
getCalendarArray(String, Calendar[], String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Calendars associated with the given configuration key.
getCalendarList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Calendars associated with the given configuration key.
getCalendarList(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Calendars associated with the given configuration key.
getCalendarList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Calendars associated with the given configuration key.
getCalendarList(String, List, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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(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
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
Gets the key in the subset configuration associated to the specified key in the parent configuration.
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.tree.ImmutableNode
Returns a list with the children of this node.
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(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
 
getCollection(Class, String, Collection) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getCollection(Class, String, Collection) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets a collection of typed objects associated with the given configuration key.
getCollection(Class, String, Collection, Collection) - 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, String, Collection, Collection) - 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
Gets a Color associated with the given configuration key.
getColor(String, Color) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Color associated with the given configuration key.
getColorArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Colors associated with the given configuration key.
getColorArray(String, Color...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Colors associated with the given configuration key.
getColorList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Colors associated with the given configuration key.
getColorList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Colors associated with the given configuration key.
getColumn() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
Deprecated. 
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
Gets 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.
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.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.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
Gets the configuration decorated by this DataConfiguration.
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
Gets 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.
getConfigurations() - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets a List of all the configurations that have been added.
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.
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
Gets the initial context used by this configuration.
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.
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
Gets a Date associated with the given configuration key.
getDate(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Date associated with the given configuration key.
getDate(String, Date) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Date associated with the given configuration key.
getDate(String, Date, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Date associated with the given configuration key.
getDateArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Dates associated with the given configuration key.
getDateArray(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Dates associated with the given configuration key.
getDateArray(String, Date...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Dates associated with the given configuration key.
getDateArray(String, Date[], String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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.
getDateList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
 
getDateList(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Dates associated with the given configuration key.
getDateList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Dates associated with the given configuration key.
getDateList(String, List, String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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.
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() - 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.
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.
getDocumentBuilder() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the DocumentBuilder object that is used for loading documents.
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
Gets an array of double primitives associated with the given configuration key.
getDoubleArray(String, double...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of double primitives associated with the given configuration key.
getDoubleList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Double objects associated with the given configuration key.
getDoubleList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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
 
getDynaProperties() - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
 
getDynaProperty(String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
 
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
Gets the EntityResolver associated with the class.
getEntityResolver() - Method in class org.apache.commons.configuration2.XMLConfiguration
Gets the EntityResolver.
getEnum(String, Class) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Gets an enum associated with the given configuration key.
getEnum(String, Class, 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) - 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) - 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) - 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) - 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.
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.
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
Gets 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
 
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.
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
Gets an array of float primitives associated with the given configuration key.
getFloatArray(String, float...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of float primitives associated with the given configuration key.
getFloatList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Float objects associated with the given configuration key.
getFloatList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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.
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
Gets 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.
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
Gets an array of int primitives associated with the given configuration key.
getIntArray(String, int...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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
Gets a list of Integer objects associated with the given configuration key.
getIntegerList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Integer objects associated with the given configuration key.
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.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.
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.
getKeys(String, 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, 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
Gets 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
 
getKeysInternal(String, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Gets an Iterator with all property keys starting with the specified prefix and specified delimiter.
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.
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, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
 
getList(Class, 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, String, List) - 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, String, List) - 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
Gets a Locale associated with the given configuration key.
getLocale(String, Locale) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a Locale associated with the given configuration key.
getLocaleArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Locales associated with the given configuration key.
getLocaleArray(String, Locale...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of Locales associated with the given configuration key.
getLocaleList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Locales associated with the given configuration key.
getLocaleList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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.
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
Gets an array of long primitives associated with the given configuration key.
getLongArray(String, long...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of long primitives associated with the given configuration key.
getLongList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Long objects associated with the given configuration key.
getLongList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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.
getMap() - Method in class org.apache.commons.configuration2.MapConfiguration
Gets 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(T, NodeMatcher, 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) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
 
getMatchingChildrenCount(T, NodeMatcher, 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) - 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
 
getMessage() - Method in exception class 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.event.EventType
Gets the name of this event type.
getName() - Method in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
 
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.PropertyListParserTokenManager
Get the next Token.
getNode() - Method in class org.apache.commons.configuration2.tree.QueryResult
Gets the node referenced by this object.
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.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
 
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.
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
Gets 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.
getOptions() - Method in interface org.apache.commons.configuration2.io.FileOptionsProvider
 
getOrder() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
Gets the order of this factory between other factories.
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
 
getParameter() - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
Gets the (optional) parameter object for the bean factory.
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
Gets the parent configuration for this subset.
getParent() - Method in class org.apache.commons.configuration2.tree.NodeAddData
Gets the parent 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
 
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
Gets 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.
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.
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
Gets 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
Gets 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.
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.
getReferenceNodeHandler() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets a ReferenceNodeHandler object for this model.
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) - 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.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.
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.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
 
getRootNodeModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
Gets the node model of the root 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
Gets 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(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
Gets separator used in INI reading.
getSeparatorUsedInOutput() - Method in class org.apache.commons.configuration2.INIConfiguration
Gets 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
Gets an array of short primitives associated with the given configuration key.
getShortArray(String, short...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of short primitives associated with the given configuration key.
getShortList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of Short objects associated with the given configuration key.
getShortList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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.
getSources(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
Gets a set with the configuration sources, in which the specified key is defined.
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.
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
Gets 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
Gets 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.
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
 
getTrackedNode(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets the current ImmutableNode instance associated with the given NodeSelector.
getTrackedNodeHandler(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Gets a NodeHandler for a tracked node.
getTypeName() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
Gets the optional data type name of this constructor argument.
getURI(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an URI associated with the given configuration key.
getURI(String, URI) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an URI associated with the given configuration key.
getURIArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of URIs associated with the given configuration key.
getURIArray(String, URI...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of URIs associated with the given configuration key.
getURIList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets a list of URIs associated with the given configuration key.
getURIList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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
Gets 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
Gets an URL associated with the given configuration key.
getURLArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets an array of URLs associated with the given configuration key.
getURLArray(String, URL...) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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
Gets a list of URLs associated with the given configuration key.
getURLList(String, List) - Method in class org.apache.commons.configuration2.DataConfiguration
Gets 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.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(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.

H

handleDelimiters(Object) - Method in class org.apache.commons.configuration2.web.AppletConfiguration
Takes care of list delimiters in property values.
handleDelimiters(Object) - Method in class org.apache.commons.configuration2.web.ServletConfiguration
Takes care of list delimiters in property values.
handleDelimiters(Object) - Method in class org.apache.commons.configuration2.web.ServletContextConfiguration
Takes care of list delimiters in property values.
handleDelimiters(Object) - Method in class org.apache.commons.configuration2.web.ServletFilterConfiguration
Takes care of list delimiters in property values.
handleDelimiters(Object) - Method in class org.apache.commons.configuration2.web.ServletRequestConfiguration
Takes care of list delimiters in property values.
HANDLER - Static variable in class org.apache.commons.configuration2.tree.NodeCombiner
A default handler object for immutable nodes.
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
 
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() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns a flag if the current key has an associated index.
hasNext() - Method in class org.apache.commons.configuration2.event.EventListenerList.EventListenerIterator
 
hasNext() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Checks if there is a next element.
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.
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) - Constructor for class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
Creates a new instance of HierarchicalConfigurationXMLReader and sets the configuration to be parsed.
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.

I

image - Variable in class org.apache.commons.configuration2.plist.Token
The string image of the token.
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.
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.
ImmutableNode - Class in org.apache.commons.configuration2.tree
An immutable default implementation for configuration nodes.
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
 
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
 
info(String) - Method in class org.apache.commons.configuration2.io.ConfigurationLogger
Logs the specified message on info level.
inheritFrom(Map) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Inherits properties from the specified map.
inheritFrom(Map) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map) - Method in class org.apache.commons.configuration2.builder.HierarchicalBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map) - Method in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
 
inheritFrom(Map) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
Inherits properties from the specified map.
inheritFrom(Map) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
 
inheritParentBuilderProperties(ConfigurationDeclaration, Collection) - 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.
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.
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(HierarchicalConfiguration) - 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.
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
Initializes the passed in bean.
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.
initChildBuilderParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
Initializes a parameters object for a child builder.
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.
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.
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) - 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) - 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.
initLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Initializes the logger.
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.
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.
initSubConfigurationForThisParent(SubnodeConfiguration) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
Initializes a SubnodeConfiguration object.
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.
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.
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.
installEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Adds the specified event listener to this object.
installInterpolator(Map, Collection) - 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, Collection) - Method in interface org.apache.commons.configuration2.Configuration
Creates and installs a new ConfigurationInterpolator for this Configuration based on the passed in arguments.
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.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.
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
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
 
InterpolatorSpecification - Class in org.apache.commons.configuration2.interpol
A simple value class defining a ConfigurationInterpolator.
InterpolatorSpecification.Builder - Class in org.apache.commons.configuration2.interpol
A builder class for creating instances of InterpolatorSpecification.
INVALID_LEXICAL_STATE - Static variable in exception class 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
 
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.
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.
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.
isBeforeUpdate() - Method in class org.apache.commons.configuration2.event.ConfigurationEvent
Returns a flag if this event was generated before or after an update.
isCommentLine(String) - Method in class org.apache.commons.configuration2.INIConfiguration
Determine if the given line is a comment line.
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(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
 
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.AppletConfiguration
Checks if this configuration is empty.
isEmptyInternal() - Method in class org.apache.commons.configuration2.web.ServletConfiguration
Checks if this configuration is empty.
isEmptyInternal() - Method in class org.apache.commons.configuration2.web.ServletContextConfiguration
Checks if this configuration is empty.
isEmptyInternal() - Method in class org.apache.commons.configuration2.web.ServletFilterConfiguration
Checks if this configuration is empty.
isEmptyInternal() - Method in class org.apache.commons.configuration2.web.ServletRequestConfiguration
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.
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.
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.
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.
isListNode(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.NodeCombiner
Checks if a node is a list node.
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.
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.
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.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.
isSingleLine(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Returns a flag whether the specified property is defined on a single line.
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.
isTrimmingDisabled() - Method in class org.apache.commons.configuration2.MapConfiguration
Returns the flag whether trimming of property values is disabled.
isValidating() - Method in class org.apache.commons.configuration2.XMLConfiguration
Returns the value of the validating flag.
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

JAVA - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for Java platform information, accessed using the prefix "java".
jjFillToken() - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
 
jjnewLexState - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Token literal values.
jndi() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Creates a new instance of a parameters object for JNDI configurations.
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) - Constructor for class org.apache.commons.configuration2.JSONConfiguration
Creates a new instance of JSONConfiguration as a copy of the specified configuration.
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
Constructs a new instance.
JupPropertiesWriter(Writer, ListDelimiterHandler, boolean) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.JupPropertiesWriter
Creates a new instance of JupPropertiesWriter.

K

KeyIterator() - Constructor for class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
 
kind - Variable in class org.apache.commons.configuration2.plist.Token
An integer that describes the kind of this token.

L

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() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Returns the actual length of this configuration key.
LETTER - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
LEXICAL_ERROR - Static variable in exception class org.apache.commons.configuration2.plist.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in exception class 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
 
ListDelimiterHandler - Interface in org.apache.commons.configuration2.convert
Definition of an interface that controls the handling of list delimiters in configuration properties.
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(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(URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Loads the associated file from the specified URL.
load(Map) - Method in class org.apache.commons.configuration2.AbstractYAMLBasedConfiguration
Loads this configuration from the content of the specified map.
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.
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.
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
 
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".
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, 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
 
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(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.
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.
LockMode - Enum in org.apache.commons.configuration2.sync
An enumeration used by SynchronizerSupport to specify how an object is locked.
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.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 exception class org.apache.commons.configuration2.plist.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.

M

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.
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) - 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.
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, C) - Method in interface org.apache.commons.configuration2.tree.NodeMatcher
Tests whether the passed in node matches the given criterion.
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_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, Object, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Merges the root node of this model with the specified node.
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> - 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) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a new instance of MultiFileConfigurationBuilder without setting initialization parameters.
MultiFileConfigurationBuilder(Class, Map) - Constructor for class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Creates a new instance of MultiFileConfigurationBuilder and sets initialization parameters.
MultiFileConfigurationBuilder(Class, Map, 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.

N

name(String) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Sets the name of the node to be created.
newDummyLogger() - Static method in class org.apache.commons.configuration2.io.ConfigurationLogger
Creates a new dummy logger which produces no output.
newInstance() - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaClass
 
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.
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.event.EventListenerList.EventListenerIterator
 
next() - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
Returns the next object in the iteration.
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.
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.
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) - Constructor for class org.apache.commons.configuration2.tree.NodeAddData
Creates a new instance of NodeAddData and initializes it.
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.
nodeDefined(T) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Checks if the specified node is defined.
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) - 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) - 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) - 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, NodeHandler) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Generates a unique key for the specified node.
nodeKey(T, Map, NodeHandler) - 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.
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(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
 
NodeNameMatchers - Enum in org.apache.commons.configuration2.tree
An enumeration class with several pre-defined NodeMatcher implementations based on node names.
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.
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, Collection, Collection, String) - Constructor for class org.apache.commons.configuration2.tree.NodeUpdateData
Creates a new instance of NodeUpdateData and initializes all its properties.
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.
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.
nullSafeLookup(Lookup) - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Utility method for obtaining a Lookup object in a safe way.

O

obtainReloadingController(Collection, Object) - Static method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Checks whether the passed in builder object supports reloading.
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(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.
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.
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
 

P

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.
parent - Variable in class org.apache.commons.configuration2.SubsetConfiguration
The parent configuration.
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.
parseCatalog(String, String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.Catalog
Parses the specified catalog file.
parseConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
Parses the configuration object and generates SAX events.
ParseException - Exception Class in org.apache.commons.configuration2.plist
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception class 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 class org.apache.commons.configuration2.plist.ParseException
Constructor with message.
ParseException(Token, int[][], String[]) - Constructor for exception class org.apache.commons.configuration2.plist.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
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.
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, String) - Constructor for class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
Constructor
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.
prefix - Variable in class org.apache.commons.configuration2.SubsetConfiguration
The prefix used to select the properties.
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) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
Prepares Adding the property with the specified key.
prepareAdd(T, String, NodeHandler) - Method in interface org.apache.commons.configuration2.tree.ExpressionEngine
Returns information needed for an add operation.
prepareAdd(T, String, NodeHandler) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
Returns information needed for an add operation.
prevCharIsCR - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
printTree(PrintStream, ImmutableNode) - Static method in class org.apache.commons.configuration2.tree.TreeUtils
Print out the data in the configuration.
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.
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".
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.
PropertiesReader(Reader) - Constructor for class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
Constructs a new instance.
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.
PropertyConverter - Class in org.apache.commons.configuration2.convert
A utility class to convert the configuration properties into any type.
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) - 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.
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.
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.
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.
put(Object, Object) - Method in class org.apache.commons.configuration2.ConfigurationMap
Stores the value for the specified key.
put(FileLocator, Map) - Static method in class org.apache.commons.configuration2.io.FileLocatorUtils
Stores the specified FileLocator in the given map.

Q

query(T, String, NodeHandler) - 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) - 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) - 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.
QUOTE - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
QUOTED_STRING - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.

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.
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.
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.
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.
registerBeanFactory(String, BeanFactory) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
Registers a bean factory under a symbolic name.
registerChildDefaultsHandler(Class, DefaultParametersHandler) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Registers a DefaultParametersHandler for child configuration sources.
registerChildDefaultsHandler(Class, DefaultParametersHandler) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
Registers a DefaultParametersHandler for child configuration sources.
registerChildDefaultsHandler(Class, DefaultParametersHandler, 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, DefaultParametersHandler, 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.
registerDefaultsHandler(Class, DefaultParametersHandler) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
Registers the specified DefaultParametersHandler object for the given parameters class.
registerDefaultsHandler(Class, DefaultParametersHandler) - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
Registers the specified DefaultParametersHandler object for the given parameters class.
registerDefaultsHandler(Class, DefaultParametersHandler, 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, DefaultParametersHandler, 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.
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.
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) - 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) - 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.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.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.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(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.
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) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
Creates a new instance of ReloadingCombinedConfigurationBuilder and sets the specified initialization parameters.
ReloadingCombinedConfigurationBuilder(Map, 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 - 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 - 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> - Class in org.apache.commons.configuration2.builder
A specialized ConfigurationBuilder implementation which can handle configurations read from a FileHandler and supports reloading.
ReloadingFileBasedConfigurationBuilder(Class) - 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, Map) - 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, Map, 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> - Class in org.apache.commons.configuration2.builder.combined
A specialized MultiFileConfigurationBuilder implementation which adds support for reloading.
ReloadingMultiFileConfigurationBuilder(Class) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates a new instance of ReloadingMultiFileConfigurationBuilder without setting initialization parameters.
ReloadingMultiFileConfigurationBuilder(Class, Map) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
Creates a new instance of ReloadingMultiFileConfigurationBuilder and sets initialization parameters.
ReloadingMultiFileConfigurationBuilder(Class, Map, 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.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.
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.tree.DefaultConfigurationKey.KeyIterator
Removes the current object in the iteration.
remove(String, String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
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.
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.
removedReferences() - Method in interface org.apache.commons.configuration2.tree.ReferenceNodeHandler
Returns a list with the reference objects for nodes which have been removed.
removeEventListener(EventListenerRegistrationData) - Method in class org.apache.commons.configuration2.event.EventListenerList
Removes the event listener registration defined by the passed in data object.
removeEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
 
removeEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.event.BaseEventSource
 
removeEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.event.EventListenerList
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType, EventListener) - Method in interface org.apache.commons.configuration2.event.EventSource
Removes the event listener registration for the given event type and listener.
removeEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
 
removeEventListener(EventType, EventListener) - Method in class org.apache.commons.configuration2.reloading.ReloadingController
 
removeFileHandlerListener(FileHandlerListener) - Method in class org.apache.commons.configuration2.io.FileHandler
Removes the specified listener from this object.
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) - 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.
replaceRoot(ImmutableNode, NodeKeyResolver) - 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.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() - 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) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Resolves a key of an add operation.
resolveAddKey(T, String, NodeHandler) - 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) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Performs a query for the specified key on the given root node.
resolveKey(T, String, NodeHandler) - 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) - 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) - 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.
resolveUpdateKey(T, String, Object, NodeHandler) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
Resolves a key for an update operation.
resolveUpdateKey(T, String, Object, NodeHandler) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
Resolves a key for an update operation.
RESOURCE_BUNDLE - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for resource bundles, accessed using the prefix "resourceBundle".
RESULT_CREATED - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
The specialized event type for a newly created result 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(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(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(URL) - Method in class org.apache.commons.configuration2.io.FileHandler
Saves the associated file to the specified URL.
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
 
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
 
SCRIPT - Enum constant in enum org.apache.commons.configuration2.interpol.DefaultLookups
The lookup for scripts, accessed using the prefix "script".
select(ImmutableNode, NodeKeyResolver, NodeHandler) - Method in class org.apache.commons.configuration2.tree.NodeSelector
Applies this NodeSelector on the specified root node.
selectAndTrackNodes(String, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Allows tracking all nodes selected by a key.
SEPARATOR_CHARS - Static variable in class org.apache.commons.configuration2.INIConfiguration
The default characters used to separate keys from values.
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, Object) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
set(String, String, Object) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
 
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) - 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.
setBlancLinesBefore(String, int) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
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, 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) - 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
Sets 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.
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) - Method in class org.apache.commons.configuration2.AbstractConfiguration
Adds all Lookup objects in the given collection as default lookups (i.e.
setDefaultLookups(Collection) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Adds additional default Lookup objects (i.e.
setDefaultLookups(Collection) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
Adds additional default Lookup objects (i.e.
setDefinitionBuilder(ConfigurationBuilder) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Sets the ConfigurationBuilder for the definition configuration.
setDefinitionBuilder(ConfigurationBuilder) - 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
Sets 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
Sets the name of the file.
setFileOptionsProvider(FileOptionsProvider) - Method in class org.apache.commons.configuration2.io.FileSystem
Sets 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
Sets 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) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
 
setIncludeListener(ConfigurationConsumer) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
Sets the current include listener, may be null.
setIncludeListener(ConfigurationConsumer) - 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
Sets 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.tree.ImmutableNode
Creates a new ImmutableNode instance which is a copy of this object with the name changed to the passed in value.
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) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
Sets the initialization parameters of this builder.
setParameters(Map) - 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.
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
Sets the prefix used to select the properties in the parent configuration.
setPrefixLookups(Map) - 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) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets additional Lookup objects for specific prefixes for this configuration object.
setPrefixLookups(Map) - 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 interface org.apache.commons.configuration2.Configuration
Sets 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) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
 
setProperty(String, Object, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
 
setProperty(String, Object, NodeKeyResolver) - Method in interface org.apache.commons.configuration2.tree.NodeModel
Changes the value of a property.
setProperty(String, NodeSelector, Object, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Sets the value of a property using a tracked node as root node.
setPropertyDelimiter(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
Sets the string representing a delimiter for properties.
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, 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(String, boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
Sets the "single line flag" for the specified property key.
setStringConverter(Function) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
Sets 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
Sets 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.
setTrimmingDisabled(boolean) - Method in class org.apache.commons.configuration2.MapConfiguration
Sets a flag whether trimming of property values is disabled.
setupDefinitionBuilder(Map) - 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.
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.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.
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
Sets 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
Sets the suffix to use to identify subordinate expressions.
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.
size() - Method in class org.apache.commons.configuration2.AbstractConfiguration
Returns the number of keys stored in this configuration.
size() - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
Returns the number of keys stored in this configuration.
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
 
sourceURL(URL) - Method in class org.apache.commons.configuration2.io.FileLocator.FileLocatorBuilder
Specifies the source URL of the new FileLocator.
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.
start() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
Starts this trigger.
STATIC_LEXER_ERROR - Static variable in exception class org.apache.commons.configuration2.plist.TokenMgrError
An attempt was made to create a second instance of a static token 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.
storeProperty(String, Object) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
Sets a property for this parameters object.
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 - Static variable in interface org.apache.commons.configuration2.plist.PropertyListParserConstants
RegularExpression Id.
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.
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
SwitchTo(int) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
Switch to specified lex state.
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".
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.
SystemPropertiesLookup - Class in org.apache.commons.configuration2.interpol
SystemPropertiesLookup() - Constructor for class org.apache.commons.configuration2.interpol.SystemPropertiesLookup
Deprecated.
 

T

tabSize - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
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.
to(Class, Object, DefaultConversionHandler) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified value object to the given target data class.
to(Object, Class, ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.convert.ConversionHandler
Converts a single object to the specified target type.
to(Object, Class, 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
Converts the specified object into a BigDecimal.
toBigInteger(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a BigInteger.
toBoolean(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Boolean.
toByte(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Byte.
toCalendar(Object, String) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts 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, ConfigurationInterpolator, Collection) - Method in interface org.apache.commons.configuration2.convert.ConversionHandler
Converts the given object to a collection of the specified type.
toCollection(Object, Class, ConfigurationInterpolator, Collection) - 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
Converts the specified object into a Color.
toDate(Object, String) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Date.
toDouble(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Double.
toDuration(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Duration.
toFile(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a File.
toFloat(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Float.
toInteger(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into an Integer.
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.
tokenImage - Variable in exception class 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.
TokenMgrError - Exception Class in org.apache.commons.configuration2.plist
Token Manager Error.
TokenMgrError() - Constructor for exception class org.apache.commons.configuration2.plist.TokenMgrError
No arg constructor.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for exception class org.apache.commons.configuration2.plist.TokenMgrError
Full Constructor.
TokenMgrError(String, int) - Constructor for exception class org.apache.commons.configuration2.plist.TokenMgrError
Constructor with message and reason.
toLocale(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Locale.
toLong(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Long.
toPath(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Path.
toPattern(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into a Pattern.
toShort(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts 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.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
Gets a string representation of the key/value mappings of a configuration.
toString(ImmutableConfiguration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
Gets a string representation of the key/value mappings of a configuration.
toURI(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into an URI.
toURL(Object) - Static method in class org.apache.commons.configuration2.convert.PropertyConverter
Converts the specified object into an URL.
trackChildNodes(String, NodeKeyResolver) - 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) - 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.
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.
trackLineColumn - Variable in class org.apache.commons.configuration2.plist.SimpleCharStream
 
trackNode(NodeSelector, NodeKeyResolver) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Adds a node to be tracked.
transformValue(Object) - Method in interface org.apache.commons.configuration2.convert.ValueTransformer
Performs an arbitrary encoding of the passed in value object.
TreeUtils - Class in org.apache.commons.configuration2.tree
Utility methods.
trim(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Removes delimiters at the beginning and the end of the specified key.
trimLeft(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Removes leading property delimiters from the specified key.
trimRight(String) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
Removes trailing property delimiters from the specified key.

U

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.
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
 
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.
untrackNode(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
Removes a tracked node.
update(ImmutableNode, Object, ReferenceNodeHandler) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
Updates a node that already existed in the original hierarchy.
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
 
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(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.

V

validate() - Method in class org.apache.commons.configuration2.XMLConfiguration
Validate the document against the Schema.
value(Object) - Method in class org.apache.commons.configuration2.tree.ImmutableNode.Builder
Sets the value of the node to be created.
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.
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.
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() - 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.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
 
visitAfterChildren(T, NodeHandler) - 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) - 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) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration.BuilderVisitor
 
visitBeforeChildren(T, NodeHandler) - 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) - Method in class org.apache.commons.configuration2.tree.ConfigurationNodeVisitorAdapter
Visits the specified node before the children of this node - if existing - are processed.

W

walkBFS(T, ConfigurationNodeVisitor, NodeHandler) - 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, NodeHandler) - 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.
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) - 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) - 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) - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
Sets the function used to convert interpolated values to strings.
wrapNode(T, NodeHandler) - Static method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
Creates a node wrapper for the specified node and its handler.
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.
writeln(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
Helper method for writing a line with the platform specific line ending.
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.

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".
XMLBeanDeclaration - Class in org.apache.commons.configuration2.beanutils
An implementation of the BeanDeclaration interface that is suitable for XML configuration files.
XMLBeanDeclaration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
Constructs a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(HierarchicalConfiguration, 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, 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, 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.
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.
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) - 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.
XMLPropertiesConfiguration - Class in org.apache.commons.configuration2
This configuration implements the XML properties format introduced in Java, see https://docs.oracle.com/javase/8/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.
XMLPropertyListConfiguration - Class in org.apache.commons.configuration2.plist
Property list file (plist) in XML FORMAT as used by macOS 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) - 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.
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.

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) - 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