- canCombine(ImmutableNode, ImmutableNode, List<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.MergeCombiner
-
Tests if the first node can be combined with the second node.
- canCombine(ImmutableNode, ImmutableNode, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.OverrideCombiner
-
Tests if a child node of the second node can be combined with the given
child node of the first node.
- canonicalKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
-
Determines a "canonical" key for the specified node in the
expression language supported by this implementation.
- canonicalKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.ExpressionEngine
-
Determines a "canonical" key for the specified node in the
expression language supported by this implementation.
- canonicalKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.xpath.XPathExpressionEngine
-
Determines a "canonical" key for the specified node in the
expression language supported by this implementation.
- 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, 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) - 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 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 - Static variable in class org.apache.commons.configuration2.event.ConfigurationEvent
-
Constant for the event type for a clear operation.
- 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<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Removes all data from this model.
- clear(NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
-
Removes all data from this model.
- clear(NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
Removes all data from this model.
- 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<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Clears the value of a property.
- clearProperty(String, NodeSelector, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Clears a property using a tracked node as root node.
- clearProperty(String, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
-
Clears the value of a property.
- clearProperty(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
- 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
-
- clearTree(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Removes all values of the property with the given name and of keys that
start with this name.
- clearTree(String) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
-
Removes all values of the property with the given name and of keys that
start with this name.
- clearTree(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Removes the sub trees defined by the given key from this model.
- clearTree(String, NodeSelector, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Clears a whole sub tree using a tracked node as root node.
- clearTree(String, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
-
Removes the sub trees defined by the given key from this model.
- clearTree(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
- 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.DynamicCombinedConfiguration
-
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(Connection, Statement, ResultSet) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Close the specified database objects.
- 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.
- 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(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
-
Creates a CombinedConfiguration
instance from the content of the
given file.
- combined(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
-
Creates a CombinedConfiguration
instance from the content of the
given URL.
- 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() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
-
Creates a new instance of a parameters object for combined configuration
builder properties.
- 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
-
Creates 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(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.
- 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.
- 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
-
- 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(NodeCombiner) - Constructor for class org.apache.commons.configuration2.CombinedConfiguration
-
Creates a new instance of CombinedConfiguration
and
initializes the combiner to be used.
- CombinedConfiguration() - Constructor for class org.apache.commons.configuration2.CombinedConfiguration
-
Creates a new instance of CombinedConfiguration
that uses
a union combiner.
- CombinedConfigurationBuilder - Class in org.apache.commons.configuration2.builder.combined
-
A specialized
ConfigurationBuilder
implementation that creates a
CombinedConfiguration
from multiple configuration sources defined by
an XML-based
configuration definition file.
- CombinedConfigurationBuilder() - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Creates a new instance of CombinedConfigurationBuilder
.
- CombinedConfigurationBuilder(Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Creates a new instance of CombinedConfigurationBuilder
and sets
the specified initialization parameters.
- CombinedConfigurationBuilder(Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Creates a new instance of CombinedConfigurationBuilder
and sets
the specified initialization parameters and the allowFailOnInit flag.
- CombinedConfigurationBuilderProvider - Class in org.apache.commons.configuration2.builder.combined
-
A specialized ConfigurationBuilderProvider
implementation which deals
with combined configuration builders.
- CombinedConfigurationBuilderProvider() - Constructor for class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
-
Creates a new instance of CombinedConfigurationBuilderProvider
.
- CombinedLocationStrategy - Class in org.apache.commons.configuration2.io
-
A specialized implementation of a FileLocationStrategy
which
encapsulates an arbitrary number of FileLocationStrategy
objects.
- CombinedLocationStrategy(Collection<? extends FileLocationStrategy>) - Constructor for class org.apache.commons.configuration2.io.CombinedLocationStrategy
-
Creates a new instance of CombinedLocationStrategy
and
initializes it with the provided sub strategies.
- CombinedReloadingController - Class in org.apache.commons.configuration2.reloading
-
A specialized ReloadingController
implementation which manages an
arbitrary number of other ReloadingController
objects.
- CombinedReloadingController(Collection<? extends ReloadingController>) - Constructor for class org.apache.commons.configuration2.reloading.CombinedReloadingController
-
Creates a new instance of CombinedReloadingController
and
initializes it with the ReloadingController
objects to be
managed.
- 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(Configuration) - Constructor for class org.apache.commons.configuration2.CompositeConfiguration
-
Creates a CompositeConfiguration object with a specified in-memory
configuration.
- CompositeConfiguration(Collection<? extends Configuration>) - Constructor for class org.apache.commons.configuration2.CompositeConfiguration
-
Create a CompositeConfiguration with an empty in memory configuration
and adds the collection of configurations specified.
- CompositeConfiguration(Configuration, Collection<? extends Configuration>) - Constructor for class org.apache.commons.configuration2.CompositeConfiguration
-
Creates a CompositeConfiguration with a specified in-memory
configuration, and then adds the given collection of configurations.
- 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, 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) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
-
Returns a hierarchical subnode configuration for the node specified by
the given key.
- configurationAt(String, boolean) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- configurationAt(String) - 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) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
-
Returns a hierarchical subnode configuration for the node specified by
the given key.
- configurationAt(String, boolean) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- configurationAt(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- ConfigurationBuilder<T extends ImmutableConfiguration> - Interface in org.apache.commons.configuration2.builder
-
- ConfigurationBuilderEvent - Class in org.apache.commons.configuration2.builder
-
- ConfigurationBuilderEvent(ConfigurationBuilder<?>, EventType<? extends ConfigurationBuilderEvent>) - Constructor for class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
-
Creates a new instance of ConfigurationBuilderEvent
and sets
basic properties.
- ConfigurationBuilderProvider - Interface in org.apache.commons.configuration2.builder.combined
-
- ConfigurationBuilderResultCreatedEvent - Class in org.apache.commons.configuration2.builder
-
A specialized event class which is generated by a
ConfigurationBuilder
when a result configuration has been created.
- ConfigurationBuilderResultCreatedEvent(ConfigurationBuilder<?>, EventType<? extends ConfigurationBuilderResultCreatedEvent>, ImmutableConfiguration) - Constructor for class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
-
Creates a new instance of ConfigurationBuilderResultCreatedEvent
and initializes its properties.
- 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
-
Creates 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
-
Construct an instance of a ConfigurationDynaClass
wrapping the specified Configuration
instance.
- ConfigurationErrorEvent - Class in org.apache.commons.configuration2.event
-
An event class that is used for reporting errors that occurred while
processing configuration properties.
- ConfigurationErrorEvent(Object, EventType<? extends ConfigurationErrorEvent>, EventType<?>, String, Object, Throwable) - Constructor for class org.apache.commons.configuration2.event.ConfigurationErrorEvent
-
Creates a new instance of ConfigurationErrorEvent
and sets all
its properties.
- ConfigurationEvent - Class in org.apache.commons.configuration2.event
-
An event class for reporting updates on a configuration object.
- ConfigurationEvent(Object, EventType<? extends ConfigurationEvent>, String, Object, boolean) - Constructor for class org.apache.commons.configuration2.event.ConfigurationEvent
-
Creates a new instance of ConfigurationEvent
and
initializes it.
- ConfigurationException - Exception in org.apache.commons.configuration2.ex
-
Any exception that occurs while initializing a Configuration
object.
- ConfigurationException() - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
-
Constructs a new ConfigurationException
without specified
detail message.
- ConfigurationException(String) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
-
Constructs a new ConfigurationException
with specified
detail message.
- ConfigurationException(Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
-
Constructs a new ConfigurationException
with specified
nested Throwable
.
- ConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationException
-
Constructs a new ConfigurationException
with specified
detail message and 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(String) - Constructor for class org.apache.commons.configuration2.io.ConfigurationLogger
-
Creates a new instance of ConfigurationLogger
that uses the
specified logger name.
- 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() - Constructor for class org.apache.commons.configuration2.io.ConfigurationLogger
-
Creates a new, uninitialized instance of ConfigurationLogger
.
- 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
-
- ConfigurationPropertiesFactoryBean - Class in org.apache.commons.configuration2.spring
-
FactoryBean which wraps a Commons CompositeConfiguration object for usage
with PropertiesLoaderSupport.
- ConfigurationPropertiesFactoryBean() - Constructor for class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- ConfigurationPropertiesFactoryBean(Configuration) - Constructor for class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- ConfigurationPropertySource - Class in org.apache.commons.configuration2.spring
-
Allow use of Apache Commons Configuration Objects as Spring PropertySources
- ConfigurationPropertySource(String, Configuration) - Constructor for class org.apache.commons.configuration2.spring.ConfigurationPropertySource
-
- ConfigurationPropertySource(String) - Constructor for class org.apache.commons.configuration2.spring.ConfigurationPropertySource
-
- ConfigurationRuntimeException - Exception in org.apache.commons.configuration2.ex
-
A configuration related runtime exception.
- ConfigurationRuntimeException() - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
without
specified detail message.
- ConfigurationRuntimeException(String) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
with
specified detail message.
- ConfigurationRuntimeException(String, Object...) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
-
- ConfigurationRuntimeException(Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
with
specified nested Throwable
.
- ConfigurationRuntimeException(String, Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
with
specified detail message and 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, 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) - 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, 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.
- configurationsAt(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- 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<? extends Configuration>, ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Configures a newly created builder instance with its initialization
parameters.
- configureEntityResolver(HierarchicalConfiguration<?>, XMLBuilderParametersImpl) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Creates and initializes a default EntityResolver
if the
definition configuration contains a corresponding declaration.
- connectToReloadingController(ReloadingController) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Connects this builder with a ReloadingController
.
- ConstantLookup - Class in org.apache.commons.configuration2.interpol
-
A specialized lookup implementation that allows access to constant fields of
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
-
Check if the configuration contains the specified key.
- containsKey(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Check 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
-
- context - Variable in class org.apache.commons.configuration2.web.ServletContextConfiguration
-
Stores the wrapped servlet context.
- ConversionException - Exception in org.apache.commons.configuration2.ex
-
Exception thrown when a property is incompatible with the type requested.
- ConversionException() - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
-
Constructs a new ConversionException
without specified
detail message.
- ConversionException(String) - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
-
Constructs a new ConversionException
with specified
detail message.
- ConversionException(Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
-
Constructs a new ConversionException
with specified
nested Throwable
.
- ConversionException(String, Throwable) - Constructor for exception org.apache.commons.configuration2.ex.ConversionException
-
Constructs a new ConversionException
with specified
detail message and 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<T>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
-
Performs the conversion from the passed in source object to the specified
target class.
- 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<T>, ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
-
Performs a conversion of a single value to the specified target class.
- copy(Configuration) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Copies the content of the specified configuration into this
configuration.
- copy(ImmutableConfiguration, Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationUtils
-
Copy all properties from the source configuration to the target
configuration.
- copy(Configuration, 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, ?>, 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 <additional>
section.
- createAttributeResult(T, String) - Static method in class org.apache.commons.configuration2.tree.QueryResult
-
Creates a QueryResult
instance representing an attribute result.
- createBean(BeanDeclaration) - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
-
Creates a bean based on the given BeanDeclaration
.
- createBean(BeanCreationContext) - Method in interface org.apache.commons.configuration2.beanutils.BeanFactory
-
Returns a bean instance for the given context object.
- createBean(BeanDeclaration, Class<?>, Object) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
-
The main method for creating and initializing beans from a configuration.
- createBean(BeanDeclaration, Class<?>) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
-
Returns a bean instance for the specified declaration.
- createBean(BeanDeclaration) - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
-
Returns a bean instance for the specified declaration.
- createBean(BeanCreationContext) - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
-
Creates a new bean instance.
- createBeanInstance(BeanCreationContext) - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
-
Creates the bean instance.
- createBuilder(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Creates a new, uninitialized instance of the builder class managed by
this provider.
- createBuilder(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
-
Creates a new, uninitialized instance of the builder class managed by
this provider.
- createBuilderConfigurationWrapper(Class<T>, ConfigurationBuilder<? extends T>) - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
-
Creates a wrapper ImmutableConfiguration
on top of the specified
ConfigurationBuilder
.
- createBuilderConfigurationWrapper(Class<T>, ConfigurationBuilder<? extends T>, BuilderConfigurationWrapperFactory.EventSourceSupport) - Static method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
-
Returns 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<? extends ConfigurationErrorEvent>, EventType<?>, String, Object, Throwable) - Method in class org.apache.commons.configuration2.event.BaseEventSource
-
Creates a ConfigurationErrorEvent
object based on the passed in
parameters.
- createEvent(EventType<T>, String, Object, boolean) - Method in class org.apache.commons.configuration2.event.BaseEventSource
-
Creates a ConfigurationEvent
object based on the passed in
parameters.
- createInitializedManagedBuilder(String, Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Creates a fully initialized builder for a managed configuration.
- createInterpolator() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Creates the ConfigurationInterpolator
to be used by this
instance.
- createManagedBuilder(String, Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Creates a builder for a managed configuration.
- createManagedBuilder(String, Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
-
Creates a builder for a managed configuration.
- createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
-
Creates a node pointer for the specified bean.
- createNodePointer(NodePointer, QName, Object) - 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<String, Object>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Creates a new BeanDeclaration
which is used for creating new
result objects dynamically.
- createResultDeclaration(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Creates a new BeanDeclaration
which is used for creating new
result objects dynamically.
- createResultInstance() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Creates the new, uninitialized result object.
- 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 org.apache.commons.configuration2.plist.ParseException
-
This is the last token that has been consumed successfully.
- get(Class<T>, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- get(Class<T>, String, T) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get an object of the specified type associated with the given
configuration key using a default value.
- 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
-
- get(Object) - Method in class org.apache.commons.configuration2.ConfigurationMap
-
Returns the value of the specified key.
- get(Class<T>, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get an object of the specified type associated with the given
configuration key.
- get(Class<T>, String, T) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get an object of the specified type associated with the given
configuration key using a default value.
- getArray(Class<?>, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getArray(Class<?>, String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get an array of typed objects associated with the given configuration key.
- getArray(Class<?>, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get an array of typed objects associated with the given configuration key.
- getArray(Class<?>, String, Object) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
- getAt() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
-
Returns the value of the at
attribute.
- getAttributeEnd() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
-
Returns the string representing an attribute end marker.
- getAttributeName() - Method in class org.apache.commons.configuration2.tree.QueryResult
-
Returns the name of the attribute.
- getAttributeNames() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns 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
-
Returns a map with the attributes of this node.
- getAttributes(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns 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
-
Returns the string representing an attribute start marker.
- getAttributeValue(T, String) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns the value of the specified attribute from the given node.
- getAttributeValue(T, String) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
-
- getAttributeValue(NodeHandler<T>) - Method in class org.apache.commons.configuration2.tree.QueryResult
-
Returns the attribute value if this is an attribute result.
- getBaseContext() - Method in class org.apache.commons.configuration2.JNDIConfiguration
-
Return the base context with the prefix applied.
- getBaseDir() - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
-
Gets the base directory.
- getBasePath() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Returns the base path for relative names of configuration sources.
- getBasePath(String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
-
- getBasePath() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Return the base path.
- getBasePath() - Method in class org.apache.commons.configuration2.io.FileLocator
-
Returns the base path stored in this locator or null if it is
undefined.
- 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
-
Returns the class of the bean to be created.
- getBeanClassName() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
-
Returns the name of the bean class, from which an instance is to be
created.
- getBeanClassName() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
-
Returns the name of the bean class, from which an instance is to be
created.
- getBeanClassName() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns the name of the class of the bean to be created.
- getBeanClassName() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
-
Returns the bean's class name.
- getBeanDeclaration() - Method in interface org.apache.commons.configuration2.beanutils.BeanCreationContext
-
Returns the BeanDeclaration
with the data for the new bean.
- getBeanDeclaration() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
-
Returns the BeanDeclaration
referenced by this constructor
argument.
- getBeanFactoryName() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
-
Returns the name of the BeanFactory
that should be used
for creating the bean instance.
- getBeanFactoryName() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
-
Returns the name of the BeanFactory
that should be used
for creating the bean instance.
- getBeanFactoryName() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns the name of the bean factory.
- getBeanFactoryName() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
-
Returns the name of the bean factory.
- getBeanFactoryParameter() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
-
Here an arbitrary object can be returned that will be passed to the bean
factory.
- getBeanFactoryParameter() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
-
Here an arbitrary object can be returned that will be passed to the bean
factory.
- getBeanFactoryParameter() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns a parameter for the bean factory.
- getBeanProperties() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
-
Returns a map with properties that should be initialized on the newly
created bean.
- getBeanProperties() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
-
Returns a map with properties that should be initialized on the newly
created bean.
- getBeanProperties() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns 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
-
Get a
BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getBigDecimal(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getBigDecimal(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a
BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a
BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getBigDecimal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getBigDecimalArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of BigDecimals associated with the given
configuration key.
- getBigDecimalArray(String, BigDecimal...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of BigDecimals associated with the given
configuration key.
- getBigDecimalList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of BigDecimals associated with the given configuration key.
- getBigDecimalList(String, List<BigDecimal>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of BigDecimals associated with the given configuration key.
- getBigInteger(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get a
BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getBigInteger(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getBigInteger(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a
BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a
BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getBigInteger(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getBigIntegerArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of BigIntegers associated with the given
configuration key.
- getBigIntegerArray(String, BigInteger...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of BigIntegers associated with the given
configuration key.
- getBigIntegerList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of BigIntegers associated with the given configuration key.
- getBigIntegerList(String, List<BigInteger>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of BigIntegers associated with the given configuration key.
- getBlancLinesBefore(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the number of blanc lines before this property key.
- getBoolean(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getBoolean(String, boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- 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 class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getBoolean(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getBoolean(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, Boolean) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get 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.PatternSubtreeConfigurationWrapper
-
- getBoolean(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getBooleanArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of boolean primitives associated with the given
configuration key.
- getBooleanArray(String, boolean...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of boolean primitives associated with the given
configuration key.
- getBooleanList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Boolean objects associated with the given
configuration key.
- getBooleanList(String, List<Boolean>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Boolean objects associated with the given
configuration key.
- getBuilderClass() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Returns the name of the class of the builder created by this provider.
- getByte(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getByte(String, byte) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- 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 class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getByte(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getByte(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get 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.PatternSubtreeConfigurationWrapper
-
- getByte(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getByteArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of byte primitives associated with the given
configuration key.
- getByteArray(String, byte...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of byte primitives associated with the given
configuration key.
- getByteList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Byte objects associated with the given configuration key.
- getByteList(String, List<Byte>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Byte objects associated with the given configuration key.
- getCalendar(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, Calendar) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, Calendar, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendarArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, Calendar...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, Calendar[], String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, List<Calendar>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, List<Calendar>, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCanonicalComment(String, boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the comment for the specified property key in a canonical form.
- getCanonicalFooterCooment(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the footer comment of the represented properties file in a
canonical form.
- getCanonicalHeaderComment(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns 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
-
Returns the cause of this error event.
- getChangedValues() - Method in class org.apache.commons.configuration2.tree.NodeUpdateData
-
Returns an unmodifiable map with the values to be changed.
- getChild(T, int) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns 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
-
Returns a collection with the builders for all child configuration
sources.
- getChildDefaultParametersManager() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Returns the DefaultParametersManager
object for initializing
parameter objects for child configuration sources.
- getChildKey(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
Return the key in the subset configuration associated to the specified
key in the parent configuration.
- getChildren() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
-
Returns 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
-
Returns an unmodifiable list with all children of the specified node.
- getChildren(T, String) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns an unmodifiable list of all children of the specified node with
the given name.
- getChildren(T) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
-
- getChildren(T, String) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
-
- getChildrenCount(T, String) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns 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<T>, String, Collection<T>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getCollection(Class<T>, String, Collection<T>, Collection<T>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get a collection of typed objects associated with the given configuration
key using the values in the specified default collection if the key does
not map to an existing object.
- getCollection(Class<T>, String, Collection<T>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a collection of typed objects associated with the given configuration
key.
- getCollection(Class<T>, String, Collection<T>, Collection<T>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a collection of typed objects associated with the given configuration
key using the values in the specified default collection if the key does
not map to an existing object.
- getColor(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Color associated with the given configuration key.
- getColor(String, Color) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Color associated with the given configuration key.
- getColorArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Colors associated with the given
configuration key.
- getColorArray(String, Color...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Colors associated with the given
configuration key.
- getColorList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Colors associated with the given configuration key.
- getColorList(String, List<Color>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Colors associated with the given configuration key.
- getColumn() - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
-
Deprecated.
- getComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the comment for the specified property key.
- getCommentLeadingCharsUsedInInput() - Method in class org.apache.commons.configuration2.INIConfiguration
-
Get comment leading separator used in INI reading.
- getCommentLines() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
-
Returns the comment lines that have been read for the last property.
- getConfiguration() - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader
-
Returns the actual configuration to be processed.
- getConfiguration() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns the configuration object this bean declaration is based on.
- getConfiguration() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration() - Method in interface org.apache.commons.configuration2.builder.ConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration() - Method in class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
-
Returns the newly created ImmutableConfiguration
object.
- getConfiguration(int) - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns the configuration at the specified index.
- getConfiguration(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns the configuration with the given name.
- getConfiguration(int) - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
Return the configuration at the specified index.
- getConfiguration(Properties) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
-
Convert a standard Properties class into a configuration class.
- getConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationLookup
-
Returns the ImmutableConfiguration
used by this object.
- getConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationMap
-
Returns the wrapped Configuration
object.
- getConfiguration() - Method in class org.apache.commons.configuration2.DataConfiguration
-
Return the configuration decorated by this DataConfiguration.
- getConfiguration(int) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
Returns the configuration at the specified index.
- getConfiguration(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
Returns the configuration with the given name.
- getConfiguration() - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
-
Returns the configuration object to be parsed.
- getConfiguration() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- getConfigurationBuilder(ConfigurationDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Returns the builder for the configuration source managed by this
provider.
- getConfigurationBuilder(ConfigurationDeclaration) - Method in interface org.apache.commons.configuration2.builder.combined.ConfigurationBuilderProvider
-
Returns the builder for the configuration source managed by this
provider.
- getConfigurationBuilder() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
-
Returns the associated configuration builder.
- getConfigurationBuilder(ConfigurationDeclaration) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilderProvider
-
Returns the builder for the configuration source managed by this
provider.
- getConfigurationClass() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Returns the name of the configuration class created by the builder
produced by this provider.
- getConfigurationDecoder() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns the ConfigurationDecoder
used by this instance.
- getConfigurationName() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Returns the name of this configuration instance.
- getConfigurationNameColumn() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Returns the name of the table column with the configuration name.
- getConfigurationNameList() - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns 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
-
Returns a set with the names of all configurations contained in this
combined configuration.
- getConfigurationNames() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
Returns a set with the names of all configurations contained in this
combined configuration.
- getConfigurations() - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns a List of all the configurations that have been added.
- getConfigurations() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- getConstructorArgs() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
-
Returns a collection with constructor arguments.
- getConstructorArgs() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
-
Returns a collection with constructor arguments.
- getConstructorArgs() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns a collection with constructor arguments.
- getContent() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Returns the FileBased
object associated with this
FileHandler
.
- getContentHandler() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Returns the actually set content handler.
- getContext() - Method in class org.apache.commons.configuration2.JNDIConfiguration
-
Return the initial context used by this configuration.
- getController() - Method in class org.apache.commons.configuration2.reloading.ReloadingEvent
-
Returns the ReloadingController
which caused this event.
- getConversionExpressionEngine() - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns the ExpressionEngine
for converting flat child
configurations to hierarchical ones.
- getConversionHandler() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns the ConversionHandler
used by this instance.
- getConversionHandler() - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
-
Returns the ConversionHandler
used by this object.
- getConversionHandler() - Method in class org.apache.commons.configuration2.DataConfiguration
-
Returns the ConversionHandler
used by this instance.
- getCurrentSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
-
Returns the current property separator.
- getData() - Method in class org.apache.commons.configuration2.reloading.ReloadingEvent
-
Returns an object with additional data about the reload operation.
- getDataSource() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Returns the DataSource
for obtaining database connections.
- getDatasource() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Returns the used DataSource
object.
- getDate(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDate(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDate(String, Date) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDate(String, Date, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDateArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateArray(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateArray(String, Date...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateArray(String, Date[], String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateFormat() - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
-
Returns the date format used by this conversion handler.
- getDateList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
- getDateList(String, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Dates associated with the given configuration key.
- getDateList(String, List<Date>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Dates associated with the given configuration key.
- getDateList(String, List<Date>, String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Dates associated with the given configuration key.
- getDecoratedNodeHandler() - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
-
Returns the NodeHandler
object that is decorated by this
instance.
- getDefaultBeanClass() - Method in interface org.apache.commons.configuration2.beanutils.BeanFactory
-
Returns the default bean class of this bean factory.
- getDefaultBeanClass() - Method in class org.apache.commons.configuration2.beanutils.DefaultBeanFactory
-
Returns the default bean class used by this factory.
- getDefaultBeanClassName() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns the name of the default bean class.
- getDefaultBeanFactory() - Method in class org.apache.commons.configuration2.beanutils.BeanHelper
-
Returns the default bean factory.
- getDefaultChildParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Returns a collection with default parameter objects for child
configuration sources.
- getDefaultEncoding(Class<?>) - Static method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
-
Returns the default encoding for the specified configuration class.
- getDefaultLookups() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
-
Returns a collection with the default Lookup
objects
added to this ConfigurationInterpolator
.
- getDefaultLookups() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
-
Returns a collection with the default lookups.
- getDefaultParametersManager() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
-
Returns the DefaultParametersManager
associated with this object.
- getDefaultPrefixLookups() - Static method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
-
Returns a map containing the default prefix lookups.
- getDefinitionBuilder() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Returns the ConfigurationBuilder
object for obtaining the
definition configuration.
- getDefinitionBuilder() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Returns the ConfigurationBuilder
which creates the definition
configuration.
- getDefinitionBuilderParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Returns the parameters object for the definition configuration builder if
present.
- getDefinitionConfiguration() - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Returns the configuration containing the definition of the combined
configuration to be created.
- getDelimiter() - Method in class org.apache.commons.configuration2.convert.DefaultListDelimiterHandler
-
Returns the list delimiter character used by this instance.
- getDelimiter() - Method in class org.apache.commons.configuration2.convert.LegacyListDelimiterHandler
-
Returns the list delimiter character.
- getDelimiterHandler() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
-
Returns the delimiter handler for properties with multiple values.
- getDetector() - Method in class org.apache.commons.configuration2.reloading.CombinedReloadingController
-
Returns the ReloadingDetector
used by this controller.
- getDetector() - Method in class org.apache.commons.configuration2.reloading.ReloadingController
-
Returns the ReloadingDetector
used by this controller.
- getDocument() - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Returns the XML document this configuration was loaded from.
- getDocumentBuilder() - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Returns the DocumentBuilder
object that is used for
loading documents.
- getDouble(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getDouble(String, double) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- 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 class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getDouble(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getDouble(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get 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.PatternSubtreeConfigurationWrapper
-
- getDouble(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getDoubleArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of double primitives associated with the given
configuration key.
- getDoubleArray(String, double...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of double primitives associated with the given
configuration key.
- getDoubleList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Double objects associated with the given
configuration key.
- getDoubleList(String, List<Double>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Double objects associated with the given
configuration key.
- getDTDHandler() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Returns the DTD handler.
- 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, ConfigurationDecoder) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get the value of a string property that is stored in encoded form in this
configuration.
- getEncodedString(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get the value of a string property that is stored in encoded form in this
configuration using a default ConfigurationDecoder
.
- getEncodedString(String, ConfigurationDecoder) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get the value of a string property that is stored in encoded form in this
configuration.
- getEncodedString(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get the value of a string property that is stored in encoded form in this
configuration using a default ConfigurationDecoder
.
- getEncoding() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Returns the encoding of the associated file.
- getEncoding() - Method in class org.apache.commons.configuration2.io.FileLocator
-
Returns 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
-
Returns the EntityResolver
stored in this parameters object.
- getEntityResolver() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Returns the entity resolver.
- getEntityResolver() - Method in interface org.apache.commons.configuration2.resolver.EntityResolverSupport
-
Return the EntityResolver associated with the class.
- getEntityResolver() - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Returns the EntityResolver.
- getErrorHandler() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Returns the error handler.
- getErrorOperationType() - Method in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
-
Returns the EventType
of the operation which caused this error.
- getEscapedDelimiter() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
-
Returns the string representing an escaped property delimiter.
- getEventListenerIterator(EventType<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
-
Returns 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
-
Returns a list with all EventListenerRegistrationData
objects
currently contained for this event source.
- getEventListeners(EventType<T>) - Method in class org.apache.commons.configuration2.event.BaseEventSource
-
Returns a collection with all event listeners of the specified event type
that are currently registered at this object.
- getEventListeners(EventType<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
-
Returns an Iterable
allowing access to all event listeners stored
in this list which are compatible with the specified event type.
- getEventListeners(EventType<T>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getEventSourceSupport() - Method in class org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory
-
Returns the level of EventSource
support used when generating
ImmutableConfiguration
objects.
- getEventType() - Method in class org.apache.commons.configuration2.event.Event
-
Returns the type of this event.
- getEventType() - Method in class org.apache.commons.configuration2.event.EventListenerRegistrationData
-
Returns the event type for this listener registration.
- getException() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Returns a reference to an exception that occurred during parsing.
- getExpressionEngine() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Returns the expression engine used by this configuration.
- getExpressionEngine() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getExpressionEngine() - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
-
Returns 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
-
Returns the associated default expression engine.
- getExtension() - Method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
-
Returns 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
-
Returns the location of the associated file as a File
object.
- getFile() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
-
Returns the File
object which is monitored by this object.
- getFileHandler() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
Returns the FileHandler
managed by this object.
- getFileHandler() - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
-
Returns the FileHandler
associated with this builder.
- getFileHandler() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
-
Returns the FileHandler
associated with this object.
- getFileLocator() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Returns a FileLocator
object with the specification of the file
stored by this FileHandler
.
- getFileName(String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
-
- getFileName() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Return the name of the file.
- getFileName() - Method in class org.apache.commons.configuration2.io.FileLocator
-
Returns the file name stored in this locator or null if it is
undefined.
- 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
-
Returns 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
-
Returns the pattern for determining file names for managed
configurations.
- getFileSystem() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Returns the FileSystem
to be used by this object when locating
files.
- getFileSystem() - Method in class org.apache.commons.configuration2.io.FileLocator
-
Returns 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, float) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- 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 class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getFloat(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getFloat(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a float associated with the given configuration key.
- getFloat(String, float) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a float associated with the given configuration key.
- getFloat(String, Float) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get 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.PatternSubtreeConfigurationWrapper
-
- getFloat(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getFloatArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of float primitives associated with the given
configuration key.
- getFloatArray(String, float...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of float primitives associated with the given
configuration key.
- getFloatList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Float objects associated with the given configuration key.
- getFloatList(String, List<Float>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Float objects associated with the given
configuration key.
- getFooter() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Returns the footer comment.
- getFooterComment() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the footer comment of the represented properties file.
- getGlobalSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
-
Returns the global property separator.
- getGlobalSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the global separator.
- getHeader() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Return the comment header.
- getHeader() - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
-
Returns the header comment of this configuration.
- getHeaderComment() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the header comment of the represented properties file.
- getHomeDirectory() - Method in class org.apache.commons.configuration2.io.HomeDirectoryLocationStrategy
-
Returns 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
-
Returns the index value of the current key.
- getIndexEnd() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
-
Returns the string representing the end of an index in a property key.
- getIndexStart() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
-
Returns the string representing the start of an index in a property key.
- getInMemoryConfiguration() - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
Returns the "in memory configuration".
- getInMemoryRepresentation() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Returns 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
-
Returns 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
-
Returns 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
-
- getInt(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getInt(String, int) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getInt(String, int) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getInt(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getInt(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getInt(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getIntArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of int primitives associated with the given
configuration key.
- getIntArray(String, int...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of int primitives associated with the given
configuration key.
- getInteger(String, Integer) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getInteger(String, Integer) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getInteger(String, Integer) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get an
Integer
associated with the given configuration key.
- getInteger(String, Integer) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getIntegerList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Integer objects associated with the given
configuration key.
- getIntegerList(String, List<Integer>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Integer objects associated with the given
configuration key.
- getInterpolator() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns the ConfigurationInterpolator
object that manages the
lookup objects for resolving variables.
- getInterpolator() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Returns the ConfigurationInterpolator
used by this instance.
- getInterpolator() - Method in interface org.apache.commons.configuration2.Configuration
-
Returns the ConfigurationInterpolator
object used by this
Configuration
.
- getInterpolator() - Method in class org.apache.commons.configuration2.interpol.ExprLookup
-
Returns the ConfigurationInterpolator
used by this object.
- getInterpolator() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
-
Returns 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
-
Returns 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
-
Returns the key for this update operation.
- getKeyColumn() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Returns 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
-
Get the list of the keys contained in the configuration.
- getKeys(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys() - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get the list of the keys contained in the configuration.
- getKeys() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns a set with all property keys managed by this object.
- getKeysInternal() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Actually creates an iterator for iterating over the keys in this
configuration.
- getKeysInternal(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns an Iterator
with all property keys starting with the
specified prefix.
- getKeysInternal() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Returns an iterator with all keys defined in this configuration.
- getKeysInternal(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Returns an iterator with all keys defined in this configuration that
start with the given prefix.
- getKeysInternal() - Method in class org.apache.commons.configuration2.BaseConfiguration
-
Get the list of the keys contained in the configuration
repository.
- getKeysInternal() - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
- getKeysInternal(String) - 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(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getKeysInternal() - Method in class org.apache.commons.configuration2.JNDIConfiguration
-
Returns an iterator with all property keys stored in this configuration.
- getKeysInternal(String) - Method in class org.apache.commons.configuration2.JNDIConfiguration
-
Returns an iterator with all property keys starting with the given
prefix.
- getKeysInternal() - Method in class org.apache.commons.configuration2.MapConfiguration
-
- getKeysInternal() - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getKeysInternal(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getKeysInternal(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
- 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
-
- getLastModificationDate() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
-
Returns the date of the last modification of the monitored file.
- getLastModificationDate() - Method in class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
-
Returns the date of the last modification of the monitored file.
- getLayout() - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Returns 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
-
Returns the line separator.
- getLineSeparator() - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the line separator.
- getList(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get a List of the values associated with the given configuration key.
- getList(String, List<?>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getList(Class<T>, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getList(Class<T>, String, List<T>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get 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, List<?>) - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
- getList(String, List<?>) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getList(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getList(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a List of the values associated with the given configuration key.
- getList(String, List<?>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a List of strings associated with the given configuration key.
- getList(Class<T>, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a list of typed objects associated with the given configuration key
returning an empty list if the key doesn't map to an existing object.
- getList(Class<T>, String, List<T>) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get 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, List<?>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getList(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getListDelimiterHandler() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns the ListDelimiterHandler
used by this instance.
- getListDelimiterHandler() - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
Returns the ListDelimiterHandler
used by this instance.
- getListener() - Method in class org.apache.commons.configuration2.event.EventListenerRegistrationData
-
Returns 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
-
Returns an EventListenerList
object with information about event
listener registrations.
- getListNodes() - Method in class org.apache.commons.configuration2.tree.NodeCombiner
-
Returns a set with the names of nodes that are known to be list nodes.
- getLocale(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Locale associated with the given configuration key.
- getLocale(String, Locale) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a Locale associated with the given configuration key.
- getLocaleArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Locales associated with the given
configuration key.
- getLocaleArray(String, Locale...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of Locales associated with the given
configuration key.
- getLocaleList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Locales associated with the given configuration key.
- getLocaleList(String, List<Locale>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Locales associated with the given configuration key.
- getLocations() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- getLocationStrategy() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Returns the FileLocationStrategy
to be applied when accessing the
associated file.
- getLocationStrategy() - Method in class org.apache.commons.configuration2.io.FileLocator
-
Returns the FileLocationStrategy
to be used for locating the
referenced file.
- getLogger() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns the logger used by this configuration object.
- getLogger() - Method in class org.apache.commons.configuration2.interpol.ExprLookup
-
Returns the logger used by this object.
- getLogger() - Method in class org.apache.commons.configuration2.io.FileSystem
-
Returns 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, long) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- 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 class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getLong(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getLong(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a long associated with the given configuration key.
- getLong(String, long) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a long associated with the given configuration key.
- getLong(String, Long) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get 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.PatternSubtreeConfigurationWrapper
-
- getLong(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getLongArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of long primitives associated with the given
configuration key.
- getLongArray(String, long...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of long primitives associated with the given
configuration key.
- getLongList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Long objects associated with the given configuration key.
- getLongList(String, List<Long>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Long objects associated with the given configuration key.
- getLookup() - Method in enum org.apache.commons.configuration2.interpol.DefaultLookups
-
Returns the standard Lookup
instance of this kind.
- getLookups() - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
-
Returns a map with the currently registered Lookup
objects and
their prefixes.
- getManagedBuilder() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Returns the managed FileBasedConfigurationBuilder
for the current
file name pattern.
- getManagedBuilderParameters() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
-
Returns the parameters object for managed configuration builders.
- getManagedBuilders() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Returns the map with the managed builders created so far by this
MultiFileConfigurationBuilder
.
- getMap(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
-
Convert a Configuration class into a Map class.
- getMap() - Method in class org.apache.commons.configuration2.MapConfiguration
-
Return the Map decorated by this configuration.
- getMatchingChildren(T, NodeMatcher<C>, C) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns an unmodifiable list of all children of the specified node which
are matched by the passed in NodeMatcher
against the provided
criterion.
- getMatchingChildren(T, NodeMatcher<C>, C) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
-
- getMatchingChildrenCount(T, NodeMatcher<C>, C) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns the number of children of the specified node which are matched by
the given NodeMatcher
.
- getMatchingChildrenCount(T, NodeMatcher<C>, C) - Method in class org.apache.commons.configuration2.tree.NodeHandlerDecorator
-
- getMatchingConfigurationClass() - Method in class org.apache.commons.configuration2.builder.combined.FileExtensionConfigurationBuilderProvider
-
Returns the name of the matching configuration class.
- getMaxIndex(String) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Returns the maximum defined index for the given key.
- getMaxIndex(String) - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
-
Returns 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 error org.apache.commons.configuration2.plist.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getModel() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Returns 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
-
Returns the name for the represented configuration source.
- getName() - Method in class org.apache.commons.configuration2.event.EventType
-
Returns 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
-
Returns the configuration builder with the given name.
- getNestedBeanDeclarations() - Method in interface org.apache.commons.configuration2.beanutils.BeanDeclaration
-
Returns a map with declarations for beans that should be set as
properties of the newly created bean.
- getNestedBeanDeclarations() - Method in class org.apache.commons.configuration2.beanutils.CombinedBeanDeclaration
-
Returns a map with declarations for beans that should be set as
properties of the newly created bean.
- getNestedBeanDeclarations() - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Returns a map with bean declarations for the complex properties of the
bean to be created.
- getNewNodeName() - Method in class org.apache.commons.configuration2.tree.NodeAddData
-
Returns the name of the new node.
- getNewValues() - Method in class org.apache.commons.configuration2.tree.NodeUpdateData
-
Returns 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
-
Returns the node referenced by this object.
- getNodeCombiner() - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns the node combiner that is used for creating the combined node
structure.
- getNodeCombiner() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
Returns the node combiner that is used for creating the combined node
structure.
- getNodeHandler() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Returns a NodeHandler
for dealing with the nodes managed by this
model.
- getNodeHandler() - Method in interface org.apache.commons.configuration2.tree.NodeModel
-
Returns 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
-
Returns the NodeModel
supported by this object.
- getNodeModel() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
-
Returns the NodeModel
supported by this object.
- getNodeModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
-
Returns the NodeModel
supported by this object.
- getNodeModel() - Method in interface org.apache.commons.configuration2.tree.InMemoryNodeModelSupport
-
Returns the NodeModel
supported by this object.
- getNodeModel() - Method in interface org.apache.commons.configuration2.tree.NodeModelSupport
-
Returns the NodeModel
supported by this object.
- getNodeName() - Method in class org.apache.commons.configuration2.tree.ImmutableNode
-
Returns the name of this node.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns the number of configurations that are contained in this combined
configuration.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
Return the number of configurations.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
Returns the number of configurations that are contained in this combined
configuration.
- getObject() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- getObjectType() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- getOptions() - Method in interface org.apache.commons.configuration2.io.FileOptionsProvider
-
- getOrder() - Method in class org.apache.commons.configuration2.tree.xpath.ConfigurationNodePointerFactory
-
Returns the order of this factory between other factories.
- getOutputStream(URL) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
-
- getOutputStream(File) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
-
- getOutputStream(URL) - Method in class org.apache.commons.configuration2.io.FileSystem
-
- getOutputStream(File) - 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
-
Returns the (optional) parameter object for the bean factory.
- getParameterClasses() - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Returns an unmodifiable collection with the names of parameter classes
supported by this provider.
- getParameters() - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Returns a map with all parameters defined by this objects.
- getParameters() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Returns a (unmodifiable) map with the current initialization parameters
set for this builder.
- getParameters() - Method in interface org.apache.commons.configuration2.builder.BuilderParameters
-
Returns a map with all parameters defined by this objects.
- getParameters() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Returns a map with all parameters defined by this objects.
- getParameters() - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
-
Returns a map with all parameters defined by this objects.
- getParameters() - Method in class org.apache.commons.configuration2.builder.EventListenerParameters
-
Returns a map with all parameters defined by this objects.
- getParameters() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
Returns a map with all parameters defined by this objects.
- getParameters() - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
-
Returns the Parameters
instance associated with this object.
- getParent() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
-
Returns the parent configuration of this subnode configuration.
- getParent() - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
Return the parent configuration for this subset.
- getParent() - Method in class org.apache.commons.configuration2.tree.NodeAddData
-
Returns the parent node.
- getParent(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns 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
-
Returns the parent ConfigurationInterpolator
.
- getParentInterpolator() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
-
Returns the parent ConfigurationInterpolator
object.
- getParentKey(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
Return the key in the parent configuration associated to the specified
key in this subset.
- getParentModel() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
Returns the parent model.
- getParentModelSupport() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
Returns the InMemoryNodeModelSupport
object which is used to gain
access to the underlying node model.
- getParsedConfiguration() - Method in class org.apache.commons.configuration2.BaseConfigurationXMLReader
-
Returns the configuration to be processed.
- getParsedConfiguration() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Returns a reference to the configuration that is parsed by this object.
- getParsedConfiguration() - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
-
Returns the configuration object to be processed.
- getPath(File, URL, String, String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
-
- getPath() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Returns the full path to the associated file.
- 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
-
Returns a list with further nodes that must be added.
- getPrefix() - Method in enum org.apache.commons.configuration2.interpol.DefaultLookups
-
Returns the standard prefix for the lookup object of this kind.
- getPrefix() - Method in class org.apache.commons.configuration2.JNDIConfiguration
-
Returns the prefix.
- getPrefix() - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
Return the prefix used to select the properties in the parent configuration.
- getPrefixLookups() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification
-
Returns 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, Properties) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get a list of properties associated with the given configuration key.
- getProperties(ImmutableConfiguration) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
-
Convert a Configuration class into a Properties class.
- getProperties(Configuration) - Static method in class org.apache.commons.configuration2.ConfigurationConverter
-
Convert a Configuration class into a Properties class.
- getProperties(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getProperties(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a list of properties associated with the given configuration key.
- getProperties(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- 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.
- getProperty(String) - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertySource
-
- getPropertyDelimiter() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols
-
Returns 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
-
Returns 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
-
Returns 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
-
Returns the name of the property that was accessed when this error
occurred.
- getPropertyName() - Method in class org.apache.commons.configuration2.event.ConfigurationEvent
-
Returns the name of the affected property.
- getPropertyName() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
-
Returns the name of the last read property.
- getPropertyNames() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertySource
-
- getPropertySeparator() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
-
Returns the separator that was used for the last read property.
- getPropertyValue() - Method in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
-
Returns the value of the property that was accessed when this error
occurred.
- getPropertyValue() - Method in class org.apache.commons.configuration2.event.ConfigurationEvent
-
Returns the value of the affected property if available.
- getPropertyValue() - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesReader
-
Returns the value of the last read property.
- getProviders() - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Returns an (unmodifiable) map with the currently registered
ConfigurationBuilderProvider
objects.
- getPublicID() - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Returns the public ID of the DOCTYPE declaration from the loaded XML
document.
- getReference(ImmutableNode) - Method in interface org.apache.commons.configuration2.tree.ReferenceNodeHandler
-
Returns the reference object associated with the specified node.
- getReferenceNodeHandler() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Returns a ReferenceNodeHandler
object for this model.
- getRefreshDelay() - Method in class org.apache.commons.configuration2.reloading.FileHandlerReloadingDetector
-
Returns the refresh delay.
- getRegisteredEntities() - Method in class org.apache.commons.configuration2.resolver.DefaultEntityResolver
-
Returns a map with the entity IDs that have been registered using the
registerEntityId()
method.
- getRegisteredEntities() - Method in interface org.apache.commons.configuration2.resolver.EntityRegistry
-
Returns a map with the entity IDs that have been registered using the
registerEntityId()
method.
- getRegistrations() - Method in class org.apache.commons.configuration2.event.EventListenerList
-
Returns an (unmodifiable) list with registration information about all
event listeners registered at this object.
- getRegistrationsForSuperType(EventType<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
-
Returns 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
-
Returns 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
-
Returns the ReloadingController
associated with this object.
- getReloadingController() - Method in class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
-
Returns the ReloadingController
associated with this object.
- getReloadingController() - Method in class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
-
Returns the ReloadingController
associated with this builder.
- getReloadingController() - Method in interface org.apache.commons.configuration2.reloading.ReloadingControllerSupport
-
Returns the ReloadingController
associated with this object.
- getReloadingDetectorFactory() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
Returns the ReloadingDetectorFactory
.
- getReloadingRefreshDelay() - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
Returns 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
-
Returns the result class of this builder.
- getResultDeclaration() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Returns the BeanDeclaration
that is used to create and initialize
result objects.
- getRootElementName() - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Returns the name of the root element of this configuration.
- getRootElementName() - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
-
Returns 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
-
Returns the name of the root element.
- getRootName() - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Returns the name to be used for the root element.
- getRootNode() - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Returns the root node of this mode.
- getRootNode() - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns 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
-
Returns the node model of the root configuration.
- getRootSelector() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
-
Returns the selector to the root node of this configuration.
- getSection(String) - Method in class org.apache.commons.configuration2.INIConfiguration
-
Returns a configuration with the content of the specified section.
- getSections() - Method in class org.apache.commons.configuration2.INIConfiguration
-
Return a set containing the sections in this ini configuration.
- getSelector() - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
Returns the NodeSelector
pointing to the tracked node managed by
this model.
- getSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Returns the separator for the property with the given key.
- getSeparatorUsedInInput() - Method in class org.apache.commons.configuration2.INIConfiguration
-
Get separator used in INI reading.
- getSeparatorUsedInOutput() - Method in class org.apache.commons.configuration2.INIConfiguration
-
Get separator used in INI output.
- getShort(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getShort(String, short) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- 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 class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getShort(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getShort(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a short associated with the given configuration key.
- getShort(String, short) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a short associated with the given configuration key.
- getShort(String, Short) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get 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.PatternSubtreeConfigurationWrapper
-
- getShort(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getShortArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of short primitives associated with the given
configuration key.
- getShortArray(String, short...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of short primitives associated with the given
configuration key.
- getShortList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Short objects associated with the given configuration key.
- getShortList(String, List<Short>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of Short objects associated with the given configuration key.
- getSource() - Method in class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
-
Returns the source of this event as a ConfigurationBuilder
.
- getSource() - Method in class org.apache.commons.configuration2.builder.CopyObjectDefaultHandler
-
Returns the source object of this handler.
- getSource(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns the configuration source, in which the specified key is defined.
- getSource(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
Returns the configuration source, in which the specified key is defined.
- getSource(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
Returns the configuration source, in which the specified key is defined.
- getSources(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Returns a set with the configuration sources, in which the specified key
is defined.
- getSourceURL() - Method in class org.apache.commons.configuration2.io.FileLocator
-
Returns the URL pointing to the referenced source file or null if
it is undefined.
- getString(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- getString(String, String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getString(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getString(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getString(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getStringArray(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Get an array of strings associated with the given configuration key.
- getStringArray(String) - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
- getStringArray(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- getStringArray(String) - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Get an array of strings associated with the given configuration key.
- getStringArray(String) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- getSubConfigurationNodeSelector(String) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
-
Returns 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
-
Returns the NodeSelector
to be used for a sub configuration based
on the passed in key.
- getSubConfigurationParentModel() - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
-
Returns the InMemoryNodeModel
to be used as parent model for a
new sub configuration.
- getSubConfigurationParentModel() - Method in class org.apache.commons.configuration2.SubnodeConfiguration
-
Returns the InMemoryNodeModel
to be used as parent model for a
new sub configuration.
- getSubControllers() - Method in class org.apache.commons.configuration2.reloading.CombinedReloadingController
-
Returns a (unmodifiable) collection with the sub controllers managed by
this combined controller.
- getSubStrategies() - Method in class org.apache.commons.configuration2.io.CombinedLocationStrategy
-
Returns 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
-
Returns the super event type.
- getSymbols() - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngine
-
Returns the DefaultExpressionEngineSymbols
object associated with
this instance.
- getSynchronizer() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns the object responsible for synchronizing this configuration.
- getSynchronizer() - Method in interface org.apache.commons.configuration2.sync.SynchronizerSupport
-
Returns the Synchronizer
used by this object.
- getSystemID() - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Returns the system ID of the DOCTYPE declaration from the loaded XML
document.
- getTable() - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Returns the name of the table containing configuration data.
- getTabSize(int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
-
- getTrackedNode(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Returns the current ImmutableNode
instance associated with the
given NodeSelector
.
- getTrackedNodeHandler(NodeSelector) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Returns a NodeHandler
for a tracked node.
- getTypeName() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
-
Returns the optional data type name of this constructor argument.
- getURI(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an URI associated with the given configuration key.
- getURI(String, URI) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an URI associated with the given configuration key.
- getURIArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of URIs associated with the given configuration key.
- getURIArray(String, URI...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of URIs associated with the given configuration key.
- getURIList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of URIs associated with the given configuration key.
- getURIList(String, List<URI>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of URIs associated with the given configuration key.
- getURL(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an URL associated with the given configuration key.
- getURL(String, URL) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an URL associated with the given configuration key.
- getURL(String, String) - Method in class org.apache.commons.configuration2.io.DefaultFileSystem
-
- getURL() - Method in class org.apache.commons.configuration2.io.FileHandler
-
Returns the location of the associated file as a URL.
- getURL(String, String) - Method in class org.apache.commons.configuration2.io.FileSystem
-
- getURL(String, String) - Method in class org.apache.commons.configuration2.io.VFSFileSystem
-
- getURLArray(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of URLs associated with the given configuration key.
- getURLArray(String, URL...) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get an array of URLs associated with the given configuration key.
- getURLList(String) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of URLs associated with the given configuration key.
- getURLList(String, List<URL>) - Method in class org.apache.commons.configuration2.DataConfiguration
-
Get a list of URLs associated with the given configuration key.
- getValue() - Method in class org.apache.commons.configuration2.beanutils.ConstructorArg
-
Returns 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
-
Returns the value of this node.
- getValue(T) - Method in interface org.apache.commons.configuration2.tree.NodeHandler
-
Returns 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
-
Returns 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
-
Returns the list of Variables that are accessible within expressions.
- 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, 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) - Method in class org.apache.commons.configuration2.BaseHierarchicalConfiguration
-
Returns an immutable hierarchical configuration for the 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.
- immutableConfigurationAt(String) - Method in interface org.apache.commons.configuration2.ImmutableHierarchicalConfiguration
-
Returns an immutable hierarchical configuration for the 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<String, ?>) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Inherits properties from the specified map.
- inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Inherits properties from the specified map.
- inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
Inherits properties from the specified map.
- inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.HierarchicalBuilderParametersImpl
-
Inherits properties from the specified map.
- inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.INIBuilderParametersImpl
-
- inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
-
Inherits properties from the specified map.
- inheritFrom(Map<String, ?>) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
-
- inheritParentBuilderProperties(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Passes all parameter objects to the parent
CombinedConfigurationBuilder
so that properties already defined
for the parent builder can be added.
- ini(File) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
-
Creates a INIConfiguration
instance from the content of the given
file.
- ini(URL) - Method in class org.apache.commons.configuration2.builder.fluent.Configurations
-
Creates a INIConfiguration
instance from the content of the given
URL.
- 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() - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
-
Creates a new instance of a parameters object for INI configurations.
- 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(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.
- 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.
- 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<ImmutableNode>) - Constructor for class org.apache.commons.configuration2.INIConfiguration
-
Creates a new instance of INIConfiguration
with the
content of the specified HierarchicalConfiguration
.
- 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<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.BaseConfigurationBuilderProvider
-
Initializes the parameter objects with data stored in the current bean
declaration.
- initializeParameterObjects(ConfigurationDeclaration, Collection<BuilderParameters>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilderProvider
-
Initializes the parameter objects with data stored in the current bean
declaration.
- initializeParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
-
Initializes the passed in
BuilderParameters
object by applying
all matching
DefaultParametersHandler
objects registered at this
instance.
- 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(T) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Initializes a newly created result object.
- 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.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<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Adds the specified event listener to this object.
- installInterpolator(Map<String, ? extends Lookup>, Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Creates and installs a new ConfigurationInterpolator
for this
Configuration
based on the passed in arguments.
- installInterpolator(Map<String, ? extends Lookup>, Collection<? extends Lookup>) - Method in interface org.apache.commons.configuration2.Configuration
-
Creates and installs a new ConfigurationInterpolator
for this
Configuration
based on the passed in arguments.
- 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(String) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
interpolate key names to handle ${key} stuff
- 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.
- 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
-
- InterpolatorSpecification.Builder - Class in org.apache.commons.configuration2.interpol
-
A builder class for creating instances of
InterpolatorSpecification
.
- 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
-
Returns 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
-
Check if the configuration is empty.
- isEmpty() - Method in interface org.apache.commons.configuration2.ImmutableConfiguration
-
Check 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
-
- 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
-
Returns 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
-
Returns a flag whether this constructor argument represents a
BeanDeclaration
.
- isOptional() - Method in class org.apache.commons.configuration2.builder.combined.ConfigurationDeclaration
-
Returns 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
-
Checks 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
-
Checks 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
-
Checks if the specified child node name is reserved and thus should be
ignored.
- isReservedName(String) - Method in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Checks 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.
- isSingleton() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Returns true if missing values throw Exceptions.
- isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
- 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.
- READ - Static variable in class org.apache.commons.configuration2.event.ConfigurationErrorEvent
-
Constant for the event type indicating a read error.
- 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(InputStream) - Method in interface org.apache.commons.configuration2.io.InputStreamSupport
-
Reads the content of this object from the specified InputStream
.
- read(Reader) - Method in class org.apache.commons.configuration2.JSONConfiguration
-
- read(InputStream) - Method in class org.apache.commons.configuration2.JSONConfiguration
-
Loads the configuration from the given input stream.
- 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(InputStream) - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Loads the configuration from the given input stream.
- 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(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
-
- 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(ReadWriteLock) - Constructor for class org.apache.commons.configuration2.sync.ReadWriteSynchronizer
-
Creates a new instance of ReadWriteSynchronizer
and initializes
it with the given lock object.
- 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
.
- 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
-
Register a bean factory under a symbolic name.
- registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Registers a DefaultParametersHandler
for child configuration sources.
- registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>, Class<?>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Registers a DefaultParametersHandler
for child configuration sources
derived from the given start class.
- registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
-
Registers a DefaultParametersHandler
for child configuration sources.
- registerChildDefaultsHandler(Class<D>, DefaultParametersHandler<? super D>, Class<?>) - Method in 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<T>, DefaultParametersHandler<? super T>) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
-
Registers the specified DefaultParametersHandler
object for the
given parameters class.
- registerDefaultsHandler(Class<T>, DefaultParametersHandler<? super T>, Class<?>) - Method in class org.apache.commons.configuration2.builder.DefaultParametersManager
-
Registers the specified DefaultParametersHandler
object for the
given parameters class and start class in the inheritance hierarchy.
- registerDefaultsHandler(Class<T>, DefaultParametersHandler<? super T>) - Method in class org.apache.commons.configuration2.builder.fluent.Parameters
-
Registers the specified DefaultParametersHandler
object for the
given parameters class.
- registerDefaultsHandler(Class<T>, DefaultParametersHandler<? super T>, Class<?>) - Method in class org.apache.commons.configuration2.builder.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
-
Returns 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<String, ? extends Lookup>) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
-
Registers all Lookup
objects in the given map with their prefixes
at this ConfigurationInterpolator
.
- registerMissingProviders(Map<String, ConfigurationBuilderProvider>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Registers all ConfigurationBuilderProvider
s 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 ConfigurationBuilderProvider
s 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(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.
- ReInit(Reader, int, int, int) - 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) - 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(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) - 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, int, int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
-
Reinitialise.
- ReloadingCombinedConfigurationBuilder - Class in org.apache.commons.configuration2.builder.combined
-
An extension of CombinedConfigurationBuilder
which also supports
reloading operations.
- ReloadingCombinedConfigurationBuilder() - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
-
Creates a new instance of ReloadingCombinedConfigurationBuilder
.
- ReloadingCombinedConfigurationBuilder(Map<String, Object>, 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.
- ReloadingCombinedConfigurationBuilder(Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingCombinedConfigurationBuilder
-
Creates a new instance of ReloadingCombinedConfigurationBuilder
and sets the specified initialization parameters.
- 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
-
- ReloadingEvent - Class in org.apache.commons.configuration2.reloading
-
An event that is fired when a reload operation is required.
- ReloadingEvent(ReloadingController, Object) - Constructor for class org.apache.commons.configuration2.reloading.ReloadingEvent
-
Creates a new instance of ReloadingEvent
and initializes it.
- ReloadingFileBasedConfigurationBuilder<T extends FileBasedConfiguration> - Class in org.apache.commons.configuration2.builder
-
A specialized
ConfigurationBuilder
implementation which can handle
configurations read from a
FileHandler
and supports reloading.
- ReloadingFileBasedConfigurationBuilder(Class<? extends T>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
-
Creates a new instance of ReloadingFileBasedConfigurationBuilder
which produces result objects of the specified class and sets
initialization parameters.
- ReloadingFileBasedConfigurationBuilder(Class<? extends T>, Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
-
Creates a new instance of ReloadingFileBasedConfigurationBuilder
which produces result objects of the specified class and sets
initialization parameters and the allowFailOnInit flag.
- ReloadingFileBasedConfigurationBuilder(Class<? extends T>) - Constructor for class org.apache.commons.configuration2.builder.ReloadingFileBasedConfigurationBuilder
-
Creates a new instance of ReloadingFileBasedConfigurationBuilder
which produces result objects of the specified class.
- ReloadingMultiFileConfigurationBuilder<T extends FileBasedConfiguration> - Class in org.apache.commons.configuration2.builder.combined
-
A specialized MultiFileConfigurationBuilder
implementation which adds
support for reloading.
- ReloadingMultiFileConfigurationBuilder(Class<T>, Map<String, Object>, boolean) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
-
Creates a new instance of ReloadingMultiFileConfigurationBuilder
and sets initialization parameters and a flag whether initialization
failures should be ignored.
- ReloadingMultiFileConfigurationBuilder(Class<T>, Map<String, Object>) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
-
Creates a new instance of ReloadingMultiFileConfigurationBuilder
and sets initialization parameters.
- ReloadingMultiFileConfigurationBuilder(Class<T>) - Constructor for class org.apache.commons.configuration2.builder.combined.ReloadingMultiFileConfigurationBuilder
-
Creates a new instance of ReloadingMultiFileConfigurationBuilder
without setting initialization parameters.
- 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(String, String) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
-
- 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.
- 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(Configuration) - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Removes the specified configuration from this combined configuration.
- removeConfiguration(String) - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Removes the configuration with the specified name.
- removeConfiguration(Configuration) - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
Remove a configuration.
- 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.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
Lookup
s.
- removedReferences() - Method in interface org.apache.commons.configuration2.tree.ReferenceNodeHandler
-
Returns a list with the reference objects for nodes which have been
removed.
- removeEventListener(EventType<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Removes the event listener registration for the given event type and
listener.
- removeEventListener(EventType<E>, EventListener<? super E>) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileConfigurationBuilder
-
Removes the event listener registration for the given event type and
listener.
- removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.event.BaseEventSource
-
- removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
-
Removes the event listener registration for the given event type and
listener.
- removeEventListener(EventListenerRegistrationData<T>) - Method in class org.apache.commons.configuration2.event.EventListenerList
-
Removes the event listener registration defined by the passed in data
object.
- removeEventListener(EventType<T>, EventListener<? super T>) - Method in interface org.apache.commons.configuration2.event.EventSource
-
Removes the event listener registration for the given event type and
listener.
- removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- removeEventListener(EventType<T>, EventListener<? super T>) - Method in class org.apache.commons.configuration2.reloading.ReloadingController
-
- 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<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
-
Returns a new ImmutableNode
instance which is a copy of this
object, but with the children replaced by the ones in the passed in
collection.
- replaceRoot(ImmutableNode, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Replaces the root node of this model.
- replaceTrackedNode(NodeSelector, ImmutableNode) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Replaces a tracked node by another node.
- request - Variable in class org.apache.commons.configuration2.web.ServletRequestConfiguration
-
Stores the wrapped request.
- RESERVED_PARAMETER_PREFIX - Static variable in interface org.apache.commons.configuration2.builder.BuilderParameters
-
Constant for a prefix for reserved initialization parameter keys.
- RESERVED_PREFIX - Static variable in class org.apache.commons.configuration2.beanutils.XMLBeanDeclaration
-
Constant for the prefix of reserved attributes.
- reset() - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Resets this builder.
- RESET - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderEvent
-
The specific event type for builder reset events.
- reset() - Method in class org.apache.commons.configuration2.interpol.InterpolatorSpecification.Builder
-
Removes all data from this builder.
- 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<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Resolves a key of an add operation.
- resolveAddKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
-
Resolves a key of an add operation.
- resolveEntity(String, String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
-
Implements the resolveEntity
method
for the SAX interface.
- resolveEntity(String, String) - Method in class org.apache.commons.configuration2.resolver.DefaultEntityResolver
-
Resolves the requested external entity.
- resolveField(String, String) - Method in class org.apache.commons.configuration2.interpol.ConstantLookup
-
Determines the value of the specified constant member field of a class.
- resolveFileURI() - Method in class org.apache.commons.configuration2.reloading.VFSFileHandlerReloadingDetector
-
Resolves the URI of the monitored file.
- resolveKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Performs a query for the specified key on the given root node.
- resolveKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
-
Performs a query for the specified key on the given root node.
- resolveNodeKey(T, String, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Performs a query for the specified key on the given root node returning
only node results.
- resolveNodeKey(T, String, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
-
Performs a query for the specified key on the given root node returning
only node results.
- resolveUpdateKey(T, String, Object, NodeHandler<T>) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Resolves a key for an update operation.
- resolveUpdateKey(T, String, Object, NodeHandler<T>) - Method in interface org.apache.commons.configuration2.tree.NodeKeyResolver
-
Resolves a key for an update operation.
- RESULT_CREATED - Static variable in class org.apache.commons.configuration2.builder.ConfigurationBuilderResultCreatedEvent
-
The specialized event type for a newly created result configuration.
- 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(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(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
-
- 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(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
-
- select(ImmutableNode, NodeKeyResolver<ImmutableNode>, NodeHandler<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.NodeSelector
-
Applies this NodeSelector
on the specified root node.
- selectAndTrackNodes(String, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Allows tracking all nodes selected by a key.
- 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
-
Create a ServletConfiguration using the initialization parameter of
the specified servlet.
- ServletConfiguration(ServletConfig) - Constructor for class org.apache.commons.configuration2.web.ServletConfiguration
-
Create 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, Object) - Method in class org.apache.commons.configuration2.beanutils.ConfigurationDynaBean
-
- set(String, int, 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.
- setAttribute(String, Object) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
-
Returns a new ImmutableNode
instance which is a copy of this
object, but with the specified attribute set to the given value.
- setAttributeEnd(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
-
Sets the string representing the end marker of an attribute in a
property key.
- setAttributes(Map<String, ?>) - Method in class org.apache.commons.configuration2.tree.ImmutableNode
-
Returns a new ImmutableNode
instance which is a copy of this
object, but with all attributes added defined by the given map.
- setAttributeStart(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
-
Sets the string representing the start marker of an attribute in a
property key.
- setAutoCommit(boolean) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
-
- setAutoCommit(boolean) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
-
Enables or disable auto commit mode.
- setAutoCommit(boolean) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Sets the auto commit flag.
- setAutoSave(boolean) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
-
Enables or disables auto save mode.
- setBaseDir(String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
-
Sets the base directory.
- setBaseDir(String) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
-
Sets the base path.
- setBasePath(String) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Sets the base path for this combined configuration builder.
- setBasePath(String) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
-
Sets the base path for this combined configuration builder.
- setBasePath(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
- setBasePath(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Sets the base path of the associated FileHandler
.
- setBasePath(String) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Sets the base path.
- setBeanHelper(BeanHelper) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets a BeanHelper
object to be used by the configuration builder.
- setBeanHelper(BeanHelper) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets a BeanHelper
object to be used by the configuration builder.
- setBlancLinesBefore(String, int) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Sets the number of blanc 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<T>) - Method in class org.apache.commons.configuration2.HierarchicalConfigurationXMLReader
-
Sets the configuration object to be parsed.
- setConfigurationDecoder(ConfigurationDecoder) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Sets the ConfigurationDecoder
for this configuration.
- setConfigurationDecoder(ConfigurationDecoder) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the ConfigurationDecoder
object for this configuration.
- setConfigurationDecoder(ConfigurationDecoder) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the ConfigurationDecoder
object for this configuration.
- setConfigurationName(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
-
- setConfigurationName(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
-
Sets the name of this configuration instance.
- setConfigurationName(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Sets the name of this configuration instance.
- setConfigurationNameColumn(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
-
- setConfigurationNameColumn(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
-
Sets the name of the table column containing the configuration name.
- setConfigurationNameColumn(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Sets the name of the table column with the configuration name.
- setConfigurations(Configuration...) - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
Set the commons configurations objects which will be used as properties.
- setContentHandler(ContentHandler) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Sets the content handler.
- setContext(Context) - Method in class org.apache.commons.configuration2.builder.JndiBuilderParametersImpl
-
- setContext(Context) - Method in interface org.apache.commons.configuration2.builder.JndiBuilderProperties
-
Sets the JNDI context to be used by the JNDI configuration.
- setContext(Context) - Method in class org.apache.commons.configuration2.JNDIConfiguration
-
Set the initial context of the configuration.
- setConversionExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.CombinedConfiguration
-
Sets the ExpressionEngine
for converting flat child
configurations to hierarchical ones.
- setConversionHandler(ConversionHandler) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Sets the ConversionHandler
to be used by this instance.
- setConversionHandler(ConversionHandler) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the ConversionHandler
object for this configuration.
- setConversionHandler(ConversionHandler) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the ConversionHandler
object for this configuration.
- setCurrentSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
-
Sets the current property separator.
- setDataSource(DataSource) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
-
- setDataSource(DataSource) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
-
Sets the data source for the database configuration.
- setDataSource(DataSource) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Sets the DataSource
for obtaining database connections.
- setDateFormat(String) - Method in class org.apache.commons.configuration2.convert.DefaultConversionHandler
-
Sets the date format to be used by this conversion handler.
- setDebug(boolean) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
-
Enables debug logging of xml-commons Catalog processing.
- setDebugStream(PrintStream) - Method in class org.apache.commons.configuration2.plist.PropertyListParserTokenManager
-
Set debug output.
- setDefaultEncoding(Class<?>, String) - Static method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
-
Sets a default encoding for a specific configuration class.
- setDefaultLookups(Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Adds all Lookup
objects in the given collection as default
lookups (i.e.
- setDefaultLookups(Collection<? extends Lookup>) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Adds additional default Lookup
objects (i.e.
- setDefaultLookups(Collection<? extends Lookup>) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Adds additional default Lookup
objects (i.e.
- setDefinitionBuilder(ConfigurationBuilder<? extends HierarchicalConfiguration<?>>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Sets the ConfigurationBuilder
for the definition configuration.
- setDefinitionBuilder(ConfigurationBuilder<? extends HierarchicalConfiguration<?>>) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
-
Sets the ConfigurationBuilder
for the definition configuration.
- setDefinitionBuilderParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
Sets the parameters object for the definition configuration builder.
- setDefinitionBuilderParameters(BuilderParameters) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
-
Sets the parameters object for the definition configuration builder.
- setDetailEvents(boolean) - Method in class org.apache.commons.configuration2.event.BaseEventSource
-
Determines whether detail events should be generated.
- setDocumentBuilder(DocumentBuilder) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
-
- setDocumentBuilder(DocumentBuilder) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
-
Allows setting the DocumentBuilder
for parsing an XML document.
- setDocumentBuilder(DocumentBuilder) - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Sets the DocumentBuilder
object to be used for loading
documents.
- setDTDHandler(DTDHandler) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Sets the DTD handler.
- setEnableSubstitutionInVariables(boolean) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
-
Sets the flag whether variable names can contain other variables.
- setEncoding(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
- setEncoding(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Sets the encoding of the associated FileHandler
.
- setEncoding(String) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Sets the encoding of the associated file.
- setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
-
- setEntityResolver(EntityResolver) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
-
Allows setting the EntityResolver
which maps entity references
during XML parsing.
- setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Sets the entity resolver.
- setEntityResolver(EntityResolver) - Method in interface org.apache.commons.configuration2.resolver.EntityResolverSupport
-
Set the EntityResolver to associate with this class.
- setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Sets a new EntityResolver.
- setErrorHandler(ErrorHandler) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Sets the error handler.
- setEscapedDelimiter(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
-
Sets the string representing an escaped property delimiter.
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.AbstractHierarchicalConfiguration
-
Sets the expression engine to be used by this configuration.
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.builder.HierarchicalBuilderParametersImpl
-
Sets the ExpressionEngine
to be used when querying the
configuration.
- setExpressionEngine(ExpressionEngine) - Method in interface org.apache.commons.configuration2.builder.HierarchicalBuilderProperties
-
Sets the ExpressionEngine
to be used when querying the
configuration.
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- setExpressionEngine(ExpressionEngine) - Method in interface org.apache.commons.configuration2.HierarchicalConfiguration
-
Sets the expression engine to be used by this configuration.
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration2.PatternSubtreeConfigurationWrapper
-
- setFeature(String, boolean) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Dummy implementation of the interface method.
- setFile(File) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
- setFile(File) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Sets the location of the associated FileHandler
as a File
object.
- setFile(File) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Sets the location of the associated file as a File
object.
- setFileLocator(FileLocator) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Sets the file to be accessed by this FileHandler
as a
FileLocator
object.
- setFileName(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
- setFileName(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Sets the file name of the associated FileHandler
.
- setFileName(String) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Set the name of the file.
- setFileOptionsProvider(FileOptionsProvider) - Method in class org.apache.commons.configuration2.io.FileSystem
-
Set the FileOptionsProvider
- setFilePattern(String) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
-
- setFilePattern(String) - Method in interface org.apache.commons.configuration2.builder.combined.MultiFileBuilderProperties
-
Sets the pattern string.
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
- setFileSystem(FileSystem) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Sets the FileSystem
of the associated FileHandler
.
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Sets the FileSystem
to be used by this object when locating
files.
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
-
Sets the FileSystem
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
-
Sets the FileSystem.
- setFooter(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Sets the footer comment.
- setFooterComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Sets the footer comment for the represented properties file.
- setForceSingleLine(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Sets the "force single line" flag.
- setGlobalSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
-
Sets the global property separator.
- setGlobalSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Sets the global separator for properties.
- setHeader(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Set the comment header.
- setHeader(String) - Method in class org.apache.commons.configuration2.XMLPropertiesConfiguration
-
Sets the header comment of this configuration.
- setHeaderComment(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Sets the header comment for the represented properties file.
- setInclude(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Sets the property value for including other properties files.
- setIncludeListener(ConfigurationConsumer<ConfigurationException>) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
-
- setIncludeListener(ConfigurationConsumer<ConfigurationException>) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
-
Sets the current include listener, may be null.
- setIncludeListener(ConfigurationConsumer<ConfigurationException>) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Sets the current include listener, may not be null.
- setIncludeOptional(String) - Static method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Sets the property value for including other properties files.
- setIncludesAllowed(boolean) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
-
- setIncludesAllowed(boolean) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
-
Sets a flag whether include files are supported by the properties
configuration object.
- setIncludesAllowed(boolean) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Controls whether additional files can be loaded by the include = <xxx>
statement or not.
- setIndexEnd(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
-
Sets the string representing the end of an index in a property key.
- setIndexStart(String) - Method in class org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.Builder
-
Sets the string representing the start of an index in a property key.
- setInheritSettings(boolean) - Method in class org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
-
- setInheritSettings(boolean) - Method in interface org.apache.commons.configuration2.builder.combined.CombinedBuilderProperties
-
Sets a flag whether the child configurations created by a
CombinedConfigurationBuilder
should inherit the settings defined
for the builder.
- setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Sets the ConfigurationInterpolator
object to be used by this
Configuration
.
- setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the ConfigurationInterpolator
to be used for this
configuration.
- setInterpolator(ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the ConfigurationInterpolator
to be used for this
configuration.
- setInterpolator(ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.Configuration
-
Sets the ConfigurationInterpolator
object to be used by this
Configuration
.
- setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
-
Sets the ConfigurationInterpolator
to be used by this object.
- setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver.CatalogManager
-
Sets the ConfigurationInterpolator.
- setInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
-
Sets the ConfigurationInterpolator
.
- setIOFactory(PropertiesConfiguration.IOFactory) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
-
- setIOFactory(PropertiesConfiguration.IOFactory) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
-
Sets the IOFactory
to be used by the properties configuration
object.
- setIOFactory(PropertiesConfiguration.IOFactory) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Sets the IOFactory
to be used for creating readers and
writers when loading or saving this configuration.
- setKeyColumn(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
-
- setKeyColumn(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
-
Sets the name of the table column containing configuration keys.
- setKeyColumn(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Sets the name of the column containing the configuration keys.
- setKeyPattern(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
- setLayout(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
-
- setLayout(PropertiesConfigurationLayout) - Method in interface org.apache.commons.configuration2.builder.PropertiesBuilderProperties
-
Sets the layout object for the properties configuration object.
- setLayout(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration2.PropertiesConfiguration
-
Sets the associated layout object.
- setLength(int) - Method in class org.apache.commons.configuration2.tree.DefaultConfigurationKey
-
Sets the new length of this configuration key.
- setLineSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfiguration.PropertiesWriter
-
Sets the line separator.
- setLineSeparator(String) - Method in class org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Sets the line separator.
- setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Sets the ListDelimiterHandler
to be used by this instance.
- setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the value of the listDelimiterHandler property.
- setListDelimiterHandler(ListDelimiterHandler) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the value of the listDelimiterHandler property.
- setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.CompositeConfiguration
-
Sets the ListDelimiterHandler
to be used by this instance.
- setListDelimiterHandler(ListDelimiterHandler) - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
Sets the ListDelimiterHandler
to be used by this instance.
- setLocations(Resource...) - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
Shortcut for loading compositeConfiguration from Spring resources.
- setLocationStrategy(FileLocationStrategy) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
- setLocationStrategy(FileLocationStrategy) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Sets the FileLocationStrategy
for resolving the referenced file.
- setLocationStrategy(FileLocationStrategy) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Sets the FileLocationStrategy
to be applied when accessing the
associated file.
- setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Allows setting the logger to be used by this configuration object.
- setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the logger property.
- setLogger(ConfigurationLogger) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the logger property.
- setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
-
Sets the logger to be used by this object.
- setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.io.FileSystem
-
Allows setting the logger to be used by this FileSystem.
- setLogger(ConfigurationLogger) - Method in class org.apache.commons.configuration2.resolver.CatalogResolver
-
Allows setting the logger to be used by this object.
- setLoggerName(String) - Method in class org.apache.commons.configuration2.DynamicCombinedConfiguration
-
Set the name of the Logger to use on each CombinedConfiguration.
- setManagedBuilderParameters(BuilderParameters) - Method in class org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
-
- setManagedBuilderParameters(BuilderParameters) - Method in interface org.apache.commons.configuration2.builder.combined.MultiFileBuilderProperties
-
Sets a parameters object to be used when creating a managed
configuration.
- setName(String) - Method in class org.apache.commons.configuration2.interpol.ExprLookup.Variable
-
- setName(String) - Method in class org.apache.commons.configuration2.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<String, Object>) - Method in class org.apache.commons.configuration2.builder.BasicConfigurationBuilder
-
Sets the initialization parameters of this builder.
- setParameters(Map<String, Object>) - Method in class org.apache.commons.configuration2.builder.FileBasedConfigurationBuilder
-
Sets the initialization parameters of this builder.
- setParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Sets the specified ConfigurationInterpolator
as the parent of
this configuration's ConfigurationInterpolator
.
- setParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the parent ConfigurationInterpolator
for this
configuration's ConfigurationInterpolator
.
- setParentInterpolator(ConfigurationInterpolator) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the parent ConfigurationInterpolator
for this
configuration's ConfigurationInterpolator
.
- setParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration2.interpol.ConfigurationInterpolator
-
Sets the parent ConfigurationInterpolator
.
- setPath(String) - Method in class org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
- setPath(String) - Method in interface org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Sets the location of the associated FileHandler
as an absolute
file path.
- setPath(String) - Method in class org.apache.commons.configuration2.io.FileHandler
-
Sets the location of the associated file as a full or relative path name.
- setPrefix(String) - Method in class org.apache.commons.configuration2.builder.JndiBuilderParametersImpl
-
- setPrefix(String) - Method in interface org.apache.commons.configuration2.builder.JndiBuilderProperties
-
Sets the prefix in the JNDI tree.
- setPrefix(String) - Method in class org.apache.commons.configuration2.JNDIConfiguration
-
Sets the prefix.
- setPrefix(String) - Method in class org.apache.commons.configuration2.SubsetConfiguration
-
Set the prefix used to select the properties in the parent configuration.
- setPrefixLookups(Map<String, ? extends Lookup>) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Registers all Lookup
objects in the given map at the current
ConfigurationInterpolator
of this configuration.
- setPrefixLookups(Map<String, ? extends Lookup>) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets additional Lookup
objects for specific prefixes for this
configuration object.
- setPrefixLookups(Map<String, ? extends Lookup>) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets additional Lookup
objects for specific prefixes for this
configuration object.
- setProperty(String, Object) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
- setProperty(Object, String, Object) - Static method in class org.apache.commons.configuration2.beanutils.BeanHelper
-
Set a property on the bean only if the property exists
- setProperty(String, Object) - Method in interface org.apache.commons.configuration2.Configuration
-
Set a property, this will replace any previously set values.
- setProperty(String, Object) - Method in class org.apache.commons.configuration2.ConfigurationXMLReader
-
Dummy implementation of the interface method.
- setProperty(String, Object, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
- setProperty(String, NodeSelector, Object, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.InMemoryNodeModel
-
Sets the value of a property using a tracked node as root node.
- setProperty(String, Object, NodeKeyResolver<T>) - Method in interface org.apache.commons.configuration2.tree.NodeModel
-
Changes the value of a property.
- setProperty(String, Object, NodeKeyResolver<ImmutableNode>) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
- 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.
- 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(T) - Method in interface org.apache.commons.configuration2.tree.NodeModel
-
Sets a new root node for this model.
- setRootNode(ImmutableNode) - Method in class org.apache.commons.configuration2.tree.TrackedNodeModel
-
- 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.
- 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.
- setSynchronizer(Synchronizer) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Sets the object responsible for synchronizing this configuration.
- setSynchronizer(Synchronizer) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the Synchronizer
object for this configuration.
- setSynchronizer(Synchronizer) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the Synchronizer
object for this configuration.
- setSynchronizer(Synchronizer) - Method in interface org.apache.commons.configuration2.sync.SynchronizerSupport
-
Sets the Synchronizer
to be used by this object.
- setSystemID(String) - Method in class org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
-
- setSystemID(String) - Method in interface org.apache.commons.configuration2.builder.XMLBuilderProperties
-
Sets the system ID of the DOCTYPE declaration.
- setSystemID(String) - Method in class org.apache.commons.configuration2.XMLConfiguration
-
Sets the system ID of the DOCTYPE declaration.
- setSystemProperties(String) - Static method in class org.apache.commons.configuration2.SystemConfiguration
-
Sets system properties from a file specified by its file name.
- setSystemProperties(String, String) - Static method in class org.apache.commons.configuration2.SystemConfiguration
-
Sets system properties from a file specified using its base path and
file name.
- setSystemProperties(Configuration) - Static method in class org.apache.commons.configuration2.SystemConfiguration
-
Set System properties from a configuration object.
- setTable(String) - Method in class org.apache.commons.configuration2.builder.DatabaseBuilderParametersImpl
-
- setTable(String) - Method in interface org.apache.commons.configuration2.builder.DatabaseBuilderProperties
-
Sets the name of the table containing configuration data.
- setTable(String) - Method in class org.apache.commons.configuration2.DatabaseConfiguration
-
Sets the name of the table containing configuration data.
- setTabSize(int) - Method in class org.apache.commons.configuration2.plist.SimpleCharStream
-
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration2.AbstractConfiguration
-
Allows to set the throwExceptionOnMissing
flag.
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration2.builder.BasicBuilderParameters
-
Sets the value of the throwExceptionOnMissing property.
- setThrowExceptionOnMissing(boolean) - Method in interface org.apache.commons.configuration2.builder.BasicBuilderProperties
-
Sets the value of the throwExceptionOnMissing property.
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration2.spring.ConfigurationPropertiesFactoryBean
-
Set the underlying Commons CompositeConfiguration throwExceptionOnMissing flag.
- 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<String, Object>) - Method in class org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder
-
Obtains the ConfigurationBuilder
object which provides access to
the configuration containing the definition of the combined configuration
to create.
- 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.
- 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
-
Set the prefix to use to identify subordinate expressions.
- setVariables(ExprLookup.Variables) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
-
Add the Variables that will be accessible within expressions.
- setVariableSuffixMatcher(String) - Method in class org.apache.commons.configuration2.interpol.ExprLookup
-
Set the suffix to use to identify subordinate expressions.
- 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.
- shutdown() - Method in class org.apache.commons.configuration2.reloading.PeriodicReloadingTrigger
-
Shuts down this trigger and its ScheduledExecutorService
.
- 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(Reader, int, int, int) - 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) - 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(InputStream, int, int, int) - 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, 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) - 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.
- 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.
- 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
.
- 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.