- AbstractConfiguration - Class in org.apache.commons.configuration
-
Abstract configuration class.
- AbstractConfiguration() - Constructor for class org.apache.commons.configuration.AbstractConfiguration
-
Creates a new instance of AbstractConfiguration
.
- AbstractFileConfiguration - Class in org.apache.commons.configuration
-
Partial implementation of the FileConfiguration
interface.
- AbstractFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Default constructor
- AbstractFileConfiguration(String) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractFileConfiguration(File) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractFileConfiguration(URL) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates and loads the configuration from the specified URL.
- AbstractHierarchicalFileConfiguration - Class in org.apache.commons.configuration
-
Base class for implementing file based hierarchical configurations.
- AbstractHierarchicalFileConfiguration() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates a new instance of AbstractHierarchicalFileConfiguration
.
- AbstractHierarchicalFileConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates a new instance of
AbstractHierarchicalFileConfiguration
and copies the
content of the specified configuration into this object.
- AbstractHierarchicalFileConfiguration(String) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractHierarchicalFileConfiguration(File) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractHierarchicalFileConfiguration(URL) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates and loads the configuration from the specified URL.
- AbstractHierarchicalFileConfiguration.FileConfigurationDelegate - Class in org.apache.commons.configuration
-
A special implementation of the FileConfiguration
interface that is
used internally to implement the FileConfiguration
methods
for hierarchical configurations.
- addAdditionalConfig(ConfigurationFactory.AdditionalConfigurationData) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
-
Deprecated.
Adds information about an additional configuration.
- addAttribute(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Adds the specified attribute to this node
- addAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Adds the specified attribute to this node.
- addAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
-
Adds an attribute to this view node.
- addAttributes(ViewNode, ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.MergeCombiner
-
Handles the attributes during a combination process.
- addAttributes(ViewNode, ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.OverrideCombiner
-
Handles the attributes during a combination process.
- addChild(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Adds the given node to the children of this node.
- addChild(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Adds a child to this node.
- addChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Adds a new child to this node.
- addChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
-
Adds a child node to this view node.
- addConfiguration(AbstractConfiguration, String, String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfiguration(AbstractConfiguration, String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Adds a new configuration to this combined configuration with an optional
name.
- addConfiguration(AbstractConfiguration) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Add a configuration.
- addConfiguration(Configuration, boolean) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Adds a child configuration and optionally makes it the in-memory
configuration.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
-
Deprecated.
Sets the configuration object.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
-
Deprecated.
Adds a new configuration to this object.
- addConfiguration(AbstractConfiguration, String, String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.event.EventSource
-
Adds a configuration listener to this object.
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- addConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- addConfigurationProvider(String, DefaultConfigurationBuilder.ConfigurationProvider) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Adds a configuration provider for the specified tag.
- addDataValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Parse the specified string as a byte array in base 64 FORMAT
and add it to the values of the node.
- addDateValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Parse the specified string as a date and add it to the values of the node.
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.event.EventSource
-
Adds a new configuration error listener to this object.
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- addErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- addErrorLogListener() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- addEscapes(String) - Static method in error org.apache.commons.configuration.plist.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addFalseValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Add a boolean value 'false' to the values of the node.
- addIntegerValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Parse the specified string as an Interger and add it to the values of the node.
- ADDITIONAL_NAME - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Constant for the name of the additional configuration.
- AdditionalConfigurationData() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
-
Deprecated.
- addList(XMLPropertyListConfiguration.ArrayNode) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Add a sublist to the values of the node.
- addListNode(String) - Method in class org.apache.commons.configuration.tree.NodeCombiner
-
Adds the name of a node to the list of known list nodes.
- addNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Adds a new sub node.
- addNodes(String, Collection<? extends ConfigurationNode>) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Directly adds sub nodes to this configuration.
- addNodes(String, Collection<? extends ConfigurationNode>) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- addNodes(String, Collection<? extends ConfigurationNode>) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Adds a collection of nodes at the specified position of the configuration
tree.
- addNodes(String, Collection<? extends ConfigurationNode>) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- addNodes(String, Collection<? extends ConfigurationNode>) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- addNodes(String, Collection<? extends ConfigurationNode>) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Adds a collection of nodes directly to this configuration.
- addPathNode(String) - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Adds the name of a path node.
- addProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- addProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Adds a new property to this configuration.
- addProperty(String, Object) - Method in interface org.apache.commons.configuration.Configuration
-
Add a property to the configuration.
- addProperty(String, Object) - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Adds a property to this configuration.
- addProperty(String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
-
- addProperty(String, Object) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- addProperty(String, Object) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- addProperty(String, Object) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- addProperty(String, Object) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
-
- addProperty(String, Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Adds a key/value pair to the Configuration.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.BaseConfiguration
-
Adds a key/value pair to the map.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Add this property to the inmemory Configuration.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Adds a property to this configuration.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
-
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.EnvironmentConfiguration
-
Adds a property to this configuration.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Adds the property with the specified key.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
This operation is not supported and will throw an
UnsupportedOperationException.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.MapConfiguration
-
- addPropertyDirect(String, Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- addRealValue(String) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Parse the specified string as a Double and add it to the values of the node.
- addTrueValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Add a boolean value 'true' to the values of the node.
- addValue(Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
-
Add an object to the array.
- addValue(Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
-
Update the value of the node.
- adjustBeginLineColumn(int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- append(Configuration) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Appends the content of the specified configuration to this configuration.
- append(String) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Appends the name of a property to this key.
- append(Configuration, Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Append all properties from the source configuration to the target
configuration.
- append(String, boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Appends the name of a property to this key.
- append(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Appends the name of a property to this key.
- appendAttribute(String) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Appends an attribute to this configuration key.
- appendAttribute(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Appends an attribute to this configuration key.
- appendAttributes(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
-
Adds all attribute nodes of the given source node to this view node.
- appendChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ViewNode
-
Adds all child nodes of the given source node to this view node.
- appendIndex(int) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Appends an index to this configuration key.
- appendIndex(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Appends an index to this configuration key.
- applet - Variable in class org.apache.commons.configuration.web.AppletConfiguration
-
Stores the wrapped applet.
- AppletConfiguration - Class in org.apache.commons.configuration.web
-
A configuration wrapper to read applet parameters.
- AppletConfiguration(Applet) - Constructor for class org.apache.commons.configuration.web.AppletConfiguration
-
Create an AppletConfiguration using the initialization parameters of
the specified Applet.
- ARRAY_BEGIN - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- ARRAY_END - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- ARRAY_SEPARATOR - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- ArrayNode() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
-
- ATTR_BEAN_CLASS - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Constant for the bean class attribute.
- ATTR_BEAN_FACTORY - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Constant for the bean factory attribute.
- ATTR_FACTORY_PARAM - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Constant for the bean factory parameter attribute.
- ATTR_PREFIX - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Constant for the prefix for reserved attributes.
- attributeName(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Extracts the name of the attribute from the given attribute key.
- attributeName(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Extracts the name of the attribute from the given attribute key.
- autoSave - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
-
The auto save flag.
- canCombine(ConfigurationNode, ConfigurationNode, ConfigurationNode, List<ConfigurationNode>) - Method in class org.apache.commons.configuration.tree.MergeCombiner
-
Tests if the first node can be combined with the second node.
- canCombine(ConfigurationNode, ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.OverrideCombiner
-
Tests if a child node of the second node can be combined with the given
child node of the first node.
- Catalog() - Constructor for class org.apache.commons.configuration.resolver.CatalogResolver.Catalog
-
- CatalogManager() - Constructor for class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
- CatalogResolver - Class in org.apache.commons.configuration.resolver
-
Thin wrapper around xml commons CatalogResolver to allow list of catalogs
to be provided.
- CatalogResolver() - Constructor for class org.apache.commons.configuration.resolver.CatalogResolver
-
Constructs the CatalogResolver
- CatalogResolver.Catalog - Class in org.apache.commons.configuration.resolver
-
Overrides the Catalog implementation to use the underlying FileSystem.
- CatalogResolver.CatalogManager - Class in org.apache.commons.configuration.resolver
-
Extend the CatalogManager to make the FileSystem and base directory accessible.
- checkState() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Checks if a modification of this node is allowed.
- clear() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- clear() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
-
- clear() - Method in class org.apache.commons.configuration.BaseConfiguration
-
- clear() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Clears this configuration.
- clear() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Removes all child configurations and reinitializes the in-memory
configuration.
- clear() - Method in interface org.apache.commons.configuration.Configuration
-
Remove all properties from the configuration.
- clear() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Removes all entries from this configuration.
- clear() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- clear() - Method in class org.apache.commons.configuration.EnvironmentConfiguration
-
Removes all properties from this configuration.
- clear() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Clears this configuration.
- clear() - Static method in class org.apache.commons.configuration.interpol.ConstantLookup
-
Clears the shared cache with the so far resolved constants.
- clear() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- clear() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- clear() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Removes all sub nodes.
- clear() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Removes all properties from this configuration.
- clearConfigurationListeners() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- clearConfigurationListeners() - Method in class org.apache.commons.configuration.event.EventSource
-
Removes all registered configuration listeners.
- clearConfigurationListeners() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- clearConfigurationListeners() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- clearErrorListeners() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- clearErrorListeners() - Method in class org.apache.commons.configuration.event.EventSource
-
Removes all registered error listeners.
- clearErrorListeners() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- clearErrorListeners() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- clearNode(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
- clearNode(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Clears the value of the specified node.
- clearProperty(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Removes the specified property from this configuration.
- clearProperty(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- clearProperty(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- clearProperty(String) - Method in interface org.apache.commons.configuration.Configuration
-
Remove a property from the configuration.
- clearProperty(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
- clearProperty(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- clearProperty(String) - Method in class org.apache.commons.configuration.EnvironmentConfiguration
-
Removes a property from this configuration.
- clearProperty(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Removes the property with the given key.
- clearProperty(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Removes the specified property.
- clearProperty(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- clearProperty(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- clearPropertyDirect(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Removes the specified property from this configuration.
- clearPropertyDirect(String) - Method in class org.apache.commons.configuration.BaseConfiguration
-
Clear a property in the configuration.
- clearPropertyDirect(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
- clearPropertyDirect(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Removes the specified value from this configuration.
- clearPropertyDirect(String) - Method in class org.apache.commons.configuration.MapConfiguration
-
- clearPropertyDirect(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- clearReferences(ConfigurationNode) - Static method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Clears all reference fields in a node structure.
- clearTree(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- clearTree(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- clearTree(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Removes all values of the property with the given name and of keys that
start with this name.
- clearTree(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- clearTree(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- clone() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates a copy of this configuration.
- clone() - Method in class org.apache.commons.configuration.BaseConfiguration
-
Creates a copy of this object.
- clone() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns a copy of this object.
- clone() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Returns a copy of this object.
- clone() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.
Creates a clone of this object.
- clone() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns a copy of this object.
- clone() - Method in class org.apache.commons.configuration.event.EventSource
-
Overrides the clone()
method to correctly handle so far
registered event listeners.
- clone() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a copy of this object.
- clone() - Method in class org.apache.commons.configuration.MapConfiguration
-
Returns a copy of this object.
- clone() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Creates a copy of this object.
- clone() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a copy of this node.
- clone() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Creates a clone of this object.
- clone() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Creates a copy of this object.
- clone() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Creates a copy of this object.
- cloneConfiguration(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Clones the given configuration object if this is possible.
- closeSilent(OutputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
A helper method for closing an output stream.
- column - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
-
- combine(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.MergeCombiner
-
Combines the given nodes to a new union node.
- combine(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.NodeCombiner
-
Combines the hierarchies represented by the given root nodes.
- combine(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.OverrideCombiner
-
Constructs an override combination for the passed in node structures.
- combine(ConfigurationNode, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.UnionCombiner
-
Combines the given nodes to a new union node.
- CombinedConfiguration - Class in org.apache.commons.configuration
-
A hierarchical composite configuration class.
- CombinedConfiguration(NodeCombiner) - Constructor for class org.apache.commons.configuration.CombinedConfiguration
-
Creates a new instance of CombinedConfiguration
and
initializes the combiner to be used.
- CombinedConfiguration(NodeCombiner, Lock) - Constructor for class org.apache.commons.configuration.CombinedConfiguration
-
- CombinedConfiguration(Lock) - Constructor for class org.apache.commons.configuration.CombinedConfiguration
-
- CombinedConfiguration() - Constructor for class org.apache.commons.configuration.CombinedConfiguration
-
Creates a new instance of CombinedConfiguration
that uses
a union combiner.
- COMMENT_CHARS - Static variable in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
The characters that signal the start of a comment line.
- COMMENT_CHARS - Static variable in class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
The characters that signal the start of a comment line.
- commonKey(ConfigurationKey) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Returns a configuration key object that is initialized with the part
of the key that is common to this key and the passed in key.
- compare(Configuration, Configuration) - Method in interface org.apache.commons.configuration.ConfigurationComparator
-
Compare two configuration objects.
- compare(Configuration, Configuration) - Method in class org.apache.commons.configuration.StrictConfigurationComparator
-
Compare two configuration objects.
- CompositeConfiguration - Class in org.apache.commons.configuration
-
CompositeConfiguration
allows you to add multiple Configuration
objects to an aggregated configuration.
- CompositeConfiguration() - Constructor for class org.apache.commons.configuration.CompositeConfiguration
-
Creates an empty CompositeConfiguration object which can then
be added some other Configuration files
- CompositeConfiguration(Configuration) - Constructor for class org.apache.commons.configuration.CompositeConfiguration
-
Creates a CompositeConfiguration object with a specified in-memory
configuration.
- CompositeConfiguration(Collection<? extends Configuration>) - Constructor for class org.apache.commons.configuration.CompositeConfiguration
-
Create a CompositeConfiguration with an empty in memory configuration
and adds the collection of configurations specified.
- CompositeConfiguration(Configuration, Collection<? extends Configuration>) - Constructor for class org.apache.commons.configuration.CompositeConfiguration
-
Creates a CompositeConfiguration with a specified in-memory
configuration, and then adds the given collection of configurations.
- config - Variable in class org.apache.commons.configuration.web.ServletConfiguration
-
Stores a reference to the wrapped ServletConfig
.
- config - Variable in class org.apache.commons.configuration.web.ServletFilterConfiguration
-
Stores the wrapped filter config.
- Configuration - Interface in org.apache.commons.configuration
-
The main Configuration interface.
- configuration - Variable in class org.apache.commons.configuration.DataConfiguration
-
Stores the wrapped configuration.
- configuration - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
Stores a reference to the configuration to be monitored.
- configuration - Variable in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
Stores a reference to the configuration to be monitored.
- CONFIGURATION_NODE_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
Constant for the order of this factory.
- configurationAt(String, boolean) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- configurationAt(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- configurationAt(String, boolean) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns a hierarchical subnode configuration object that wraps the
configuration node specified by the given key.
- configurationAt(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns a hierarchical subnode configuration for the node specified by
the given key.
- configurationAt(String, boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- configurationAt(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- configurationAt(String, boolean) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- configurationAt(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- ConfigurationBuilder - Interface in org.apache.commons.configuration
-
Definition of an interface for objects that can create a configuration.
- ConfigurationBuilder() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
-
Deprecated.
Creates a new instance of ConfigurationBuilder
.
- configurationChanged() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Send notification that the configuration has changed.
- configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Reacts on configuration change events triggered by the delegate.
- configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Event listener call back for configuration update events.
- configurationChanged(ConfigurationEvent) - Method in interface org.apache.commons.configuration.event.ConfigurationListener
-
Notifies this listener about a manipulation on a monitored configuration
object.
- configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- configurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
The event listener callback.
- ConfigurationComparator - Interface in org.apache.commons.configuration
-
Comparator for configurations interface.
- ConfigurationConverter - Class in org.apache.commons.configuration
-
Configuration converter.
- ConfigurationDeclaration(DefaultConfigurationBuilder, HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Creates a new instance of ConfigurationDeclaration
and
initializes it.
- ConfigurationDynaBean - Class in org.apache.commons.configuration.beanutils
-
The
ConfigurationDynaBean dynamically reads and writes
configurations properties from a wrapped configuration-collection
Configuration
instance.
- ConfigurationDynaBean(Configuration) - Constructor for class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
Creates a new instance of ConfigurationDynaBean
and sets
the configuration this bean is associated with.
- ConfigurationDynaClass - Class in org.apache.commons.configuration.beanutils
-
The
ConfigurationDynaClass dynamically determines properties for
a
ConfigurationDynaBean
from a wrapped configuration-collection
Configuration
instance.
- ConfigurationDynaClass(Configuration) - Constructor for class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
-
Construct an instance of a ConfigurationDynaClass
wrapping the specified Configuration
instance.
- configurationError(ConfigurationErrorEvent) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- configurationError(ConfigurationErrorEvent) - Method in interface org.apache.commons.configuration.event.ConfigurationErrorListener
-
Notifies this listener that in an observed configuration an error
occurred.
- configurationError(ConfigurationErrorEvent) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- ConfigurationErrorEvent - Class in org.apache.commons.configuration.event
-
An event class that is used for reporting errors that occurred while
processing configuration properties.
- ConfigurationErrorEvent(Object, int, String, Object, Throwable) - Constructor for class org.apache.commons.configuration.event.ConfigurationErrorEvent
-
Creates a new instance of ConfigurationErrorEvent
and
initializes it.
- ConfigurationErrorListener - Interface in org.apache.commons.configuration.event
-
An event listener interface to be implemented by observers that are
interested in internal errors caused by processing of configuration
properties.
- ConfigurationEvent - Class in org.apache.commons.configuration.event
-
An event class for reporting updates on a configuration object.
- ConfigurationEvent(Object, int, String, Object, boolean) - Constructor for class org.apache.commons.configuration.event.ConfigurationEvent
-
Creates a new instance of ConfigurationEvent
and
initializes it.
- ConfigurationException - Exception in org.apache.commons.configuration
-
Any exception that occurs while initializing a Configuration
object.
- ConfigurationException() - Constructor for exception org.apache.commons.configuration.ConfigurationException
-
Constructs a new ConfigurationException
without specified
detail message.
- ConfigurationException(String) - Constructor for exception org.apache.commons.configuration.ConfigurationException
-
Constructs a new ConfigurationException
with specified
detail message.
- ConfigurationException(Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationException
-
Constructs a new ConfigurationException
with specified
nested Throwable
.
- ConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationException
-
Constructs a new ConfigurationException
with specified
detail message and nested Throwable
.
- ConfigurationFactory - Class in org.apache.commons.configuration
-
- ConfigurationFactory() - Constructor for class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Constructor
- ConfigurationFactory(String) - Constructor for class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Constructor with ConfigurationFile Name passed
- ConfigurationFactory.AdditionalConfigurationData - Class in org.apache.commons.configuration
-
Deprecated.
A simple data class that holds all information about a configuration
from the <additional>
section.
- ConfigurationFactory.ConfigurationBuilder - Class in org.apache.commons.configuration
-
Deprecated.
An internally used helper class for constructing the composite
configuration object.
- ConfigurationFactory.DigesterConfigurationFactory - Class in org.apache.commons.configuration
-
Deprecated.
A base class for digester factory classes.
- ConfigurationFactory.FileConfigurationFactory - Class in org.apache.commons.configuration
-
Deprecated.
A tiny inner class that allows the Configuration Factory to
let the digester construct FileConfiguration objects
that already have the correct base Path set.
- ConfigurationFactory.PropertiesConfigurationFactory - Class in org.apache.commons.configuration
-
Deprecated.
A factory that returns an XMLPropertiesConfiguration for .xml files
and a PropertiesConfiguration for the others.
- ConfigurationFactory.PropertyListConfigurationFactory - Class in org.apache.commons.configuration
-
Deprecated.
A factory that returns an XMLPropertyListConfiguration for .xml files
and a PropertyListConfiguration for the others.
- ConfigurationInterpolator - Class in org.apache.commons.configuration.interpol
-
A class that handles interpolation (variable substitution) for configuration
objects.
- ConfigurationInterpolator() - Constructor for class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Creates a new instance of ConfigurationInterpolator
.
- ConfigurationKey - Class in org.apache.commons.configuration
-
- ConfigurationKey() - Constructor for class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Creates a new, empty instance of ConfigurationKey
.
- ConfigurationKey(String) - Constructor for class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Creates a new instance of ConfigurationKey
and
initializes it with the given key.
- ConfigurationKey.KeyIterator - Class in org.apache.commons.configuration
-
Deprecated.
A specialized iterator class for tokenizing a configuration key.
- ConfigurationListener - Interface in org.apache.commons.configuration.event
-
A simple event listener interface for configuration observers.
- ConfigurationMap - Class in org.apache.commons.configuration
-
The
ConfigurationMap
wraps a
configuration-collection
Configuration
instance to provide a
Map
interface.
- ConfigurationMap(Configuration) - Constructor for class org.apache.commons.configuration.ConfigurationMap
-
Creates a new instance of a ConfigurationMap
that wraps the specified Configuration
instance.
- ConfigurationNode - Interface in org.apache.commons.configuration.tree
-
Definition of an interface for the nodes of a hierarchical configuration.
- ConfigurationNodePointerFactory - Class in org.apache.commons.configuration.tree.xpath
-
Implementation of the NodePointerFactory
interface for
configuration nodes.
- ConfigurationNodePointerFactory() - Constructor for class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
- ConfigurationNodeVisitor - Interface in org.apache.commons.configuration.tree
-
Definition of a Visitor interface for a configuration node
structure.
- ConfigurationNodeVisitorAdapter - Class in org.apache.commons.configuration.tree
-
A simple adapter class that simplifies writing custom node visitor
implementations.
- ConfigurationNodeVisitorAdapter() - Constructor for class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
-
- ConfigurationProvider() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Creates a new uninitialized instance of ConfigurationProvider
.
- ConfigurationProvider(Class<?>) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Creates a new instance of ConfigurationProvider
and
sets the class of the configuration created by this provider.
- ConfigurationProvider(String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Creates a new instance of ConfigurationProvider
and
sets the name of the class of the configuration created by this
provider.
- ConfigurationRuntimeException - Exception in org.apache.commons.configuration
-
A configuration related runtime exception.
- ConfigurationRuntimeException() - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
without
specified detail message.
- ConfigurationRuntimeException(String) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
with
specified detail message.
- ConfigurationRuntimeException(Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
with
specified nested Throwable
.
- ConfigurationRuntimeException(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
-
Constructs a new ConfigurationRuntimeException
with
specified detail message and nested Throwable
.
- configurationsAt(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- configurationsAt(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns a list of sub configurations for all configuration nodes selected
by the given key.
- configurationsAt(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- configurationsAt(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- ConfigurationUtils - Class in org.apache.commons.configuration
-
Miscellaneous utility methods for configurations.
- ConfigurationXMLReader - Class in org.apache.commons.configuration
-
A base class for "faked" XMLReader
classes
that transform a configuration object in a set of SAX parsing events.
- ConfigurationXMLReader() - Constructor for class org.apache.commons.configuration.ConfigurationXMLReader
-
Creates a new instance of ConfigurationXMLReader
.
- configureEntityResolver() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
- ConstantLookup - Class in org.apache.commons.configuration.interpol
-
A specialized lookup implementation that allows access to constant fields of
classes.
- ConstantLookup() - Constructor for class org.apache.commons.configuration.interpol.ConstantLookup
-
- constructAttributeKey(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Decorates the given key so that it represents an attribute.
- constructAttributeKey(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Decorates the given key so that it represents an attribute.
- contains(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- containsKey(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.BaseConfiguration
-
check if the configuration contains the key
- containsKey(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
- containsKey(String) - Method in interface org.apache.commons.configuration.Configuration
-
Check if the configuration contains the specified key.
- containsKey(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Checks whether this configuration contains the specified key.
- containsKey(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Checks if the specified key is contained in this configuration.
- containsKey(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Checks whether the specified key is contained in this configuration.
- containsKey(String) - Method in class org.apache.commons.configuration.MapConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- containsKey(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- containsKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- context - Variable in class org.apache.commons.configuration.web.ServletContextConfiguration
-
Stores the wrapped servlet context.
- ConversionException - Exception in org.apache.commons.configuration
-
Exception thrown when a property is incompatible with the type requested.
- ConversionException() - Constructor for exception org.apache.commons.configuration.ConversionException
-
Constructs a new ConversionException
without specified
detail message.
- ConversionException(String) - Constructor for exception org.apache.commons.configuration.ConversionException
-
Constructs a new ConversionException
with specified
detail message.
- ConversionException(Throwable) - Constructor for exception org.apache.commons.configuration.ConversionException
-
Constructs a new ConversionException
with specified
nested Throwable
.
- ConversionException(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConversionException
-
Constructs a new ConversionException
with specified
detail message and nested Throwable
.
- convertToHierarchical(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Converts the passed in configuration to a hierarchical one.
- convertToHierarchical(Configuration, ExpressionEngine) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Converts the passed in Configuration
object to a
hierarchical one using the specified ExpressionEngine
.
- copy(Configuration) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Copies the content of the specified configuration into this
configuration.
- copy(Configuration, Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Copy all properties from the source configuration to the target
configuration.
- createAdditionalConfiguration(Collection<ConfigurationFactory.AdditionalConfigurationData>) - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
-
Deprecated.
Creates a configuration object with the union of all properties
defined in the <additional>
section.
- createAdditionalsConfiguration(CombinedConfiguration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Creates the CombinedConfiguration
for the configuration
sources in the <additional>
section.
- createAddPath(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
- createBean(Class<?>, BeanDeclaration, Object) - Method in interface org.apache.commons.configuration.beanutils.BeanFactory
-
Returns a bean instance for the given class.
- createBean(BeanDeclaration, Class<?>, Object) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
The main method for creating and initializing beans from a configuration.
- createBean(BeanDeclaration, Class<?>) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Returns a bean instance for the specified declaration.
- createBean(BeanDeclaration) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Returns a bean instance for the specified declaration.
- createBean(Class<?>, BeanDeclaration, Object) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
-
Creates a new bean instance.
- createBeanDeclaration(ConfigurationNode) - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Creates a new BeanDeclaration
for a child node of the
current configuration node.
- createBeanInstance(Class<?>, BeanDeclaration) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
-
Creates the bean instance.
- createConfiguration(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
-
Deprecated.
Creates the object, a FileConfiguration
.
- createConfiguration(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.PropertiesConfigurationFactory
-
Deprecated.
Creates the new configuration object.
- createConfiguration(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.PropertyListConfigurationFactory
-
Deprecated.
Creates the new configuration object.
- createContext(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
-
Creates the JXPathContext
used for executing a query.
- createDelegate() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates the file configuration delegate, i.e.
- createDelegate() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Creates the file configuration delegate for this object.
- createDocument() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Creates a DOM document from the internal tree of configuration nodes.
- createDocumentBuilder() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Creates the DocumentBuilder
to be used for loading files.
- createErrorEvent(int, String, Object, Throwable) - Method in class org.apache.commons.configuration.event.EventSource
-
Creates a ConfigurationErrorEvent
object based on the
passed in parameters.
- createEvent(int, String, Object, boolean) - Method in class org.apache.commons.configuration.event.EventSource
-
Creates a ConfigurationEvent
object based on the passed in
parameters.
- createInterpolator() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Creates the interpolator object that is responsible for variable
interpolation.
- createInterpolator() - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Creates a ConfigurationInterpolator with a chain to the parent's
interpolator.
- createLayout() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Creates the associated layout object.
- createNode(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a new Node
object with the specified name.
- createNode(String) - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Creates a new node.
- createNode(String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Creates a new node object.
- createNodePointer(QName, Object, Locale) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
Creates a node pointer for the specified bean.
- createNodePointer(NodePointer, QName, Object) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
Creates a node pointer for the specified bean.
- createObject(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
-
Deprecated.
Creates an instance of the specified class.
- createObject(Attributes) - Method in class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
-
Deprecated.
Gets called by the digester.
- createPropertiesReader(Reader, char) - Method in class org.apache.commons.configuration.PropertiesConfiguration.DefaultIOFactory
-
- createPropertiesReader(Reader, char) - Method in interface org.apache.commons.configuration.PropertiesConfiguration.IOFactory
-
Creates a PropertiesReader
for reading a properties
file.
- createPropertiesWriter(Writer, char) - Method in class org.apache.commons.configuration.PropertiesConfiguration.DefaultIOFactory
-
- createPropertiesWriter(Writer, char) - Method in interface org.apache.commons.configuration.PropertiesConfiguration.IOFactory
-
Creates a PropertiesWriter
for writing a properties
file.
- createResultConfiguration() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Creates the resulting combined configuration.
- createSubnodeConfiguration(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a subnode configuration for the specified node.
- createSubnodeConfiguration(ConfigurationNode, String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a new subnode configuration for the specified node and sets its
construction key.
- createSubnodeConfiguration(ConfigurationNode) - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Returns a hierarchical configuration object for the given sub node.
- createSubnodeConfiguration(ConfigurationNode, String) - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Returns a hierarchical configuration object for the given sub node that
is aware of structural changes of its parent.
- createSubNodes(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Creates a SubNodes
instance that is used for storing
either this node's children or attributes.
- createTransformer() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Creates and initializes the transformer used for save operations.
- createViewNode() - Method in class org.apache.commons.configuration.tree.NodeCombiner
-
Creates a new view node.
- curChar - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
- CURRENT_USER - Static variable in interface org.apache.commons.configuration.FileOptionsProvider
-
Key used to identify the user to be associated with the current file operations.
- currentKey() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.
Returns the current key of the iteration (without skipping to the
next element).
- currentKey(boolean) - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.
Returns the current key of the iteration (without skipping to the
next element).
- currentKey() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns the current key of the iteration (without skipping to the
next element).
- currentKey(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns the current key of the iteration (without skipping to the
next element).
- currentToken - Variable in exception org.apache.commons.configuration.plist.ParseException
-
This is the last token that has been consumed successfully.
- get(String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- get(String, int) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- get(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- get(Object) - Method in class org.apache.commons.configuration.ConfigurationMap
-
Returns the value of the specified key.
- get(Class<T>, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an object of the specified type associated with the given
configuration key.
- get(Class<T>, String, T) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an object of the specified type associated with the given
configuration key.
- getArray(Class<?>, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of typed objects associated with the given configuration key.
- getArray(Class<?>, String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of typed objects associated with the given configuration key.
- getAt() - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
-
Deprecated.
Returns the value of the at
attribute.
- getAt() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Returns the value of the at
attribute.
- getAttribute(int) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the attribute node with the given index.
- getAttribute(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the attribute with the given index.
- getAttributeCount() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the number of attributes of this node.
- getAttributeCount(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the number of attributes with the given name.
- getAttributeCount() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the number of attributes contained in this node.
- getAttributeCount(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the number of attributes of this node with the given name.
- getAttributeEnd() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the attribute end marker.
- getAttributes() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a list with this node's attributes.
- getAttributes(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a list with the attribute nodes with the given name.
- getAttributes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a list with the attributes of this node.
- getAttributes(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a list with all attributes of this node with the given name.
- getAttributeStart() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Returns the attribute start marker.
- getBaseContext() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Return the base context with the prefix applied.
- getBaseDir() - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
Return the base directory.
- getBasePath() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Return the base path.
- getBasePath() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getBasePath() - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Returns the Base path from which this Configuration Factory operates.
- getBasePath(String) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getBasePath() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Returns the base path.
- getBasePath(String) - Method in class org.apache.commons.configuration.FileSystem
-
- getBasePath(String) - Method in class org.apache.commons.configuration.VFSFileSystem
-
- getBeanClassName() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
-
Returns the name of the bean class, from which an instance is to be
created.
- getBeanClassName() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns the name of the class of the bean to be created.
- getBeanClassName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Returns the bean's class name.
- getBeanFactoryName() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
-
Returns the name of the BeanFactory
that should be used
for creating the bean instance.
- getBeanFactoryName() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns the name of the bean factory.
- getBeanFactoryName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Returns the name of the bean factory.
- getBeanFactoryParameter() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
-
Here an arbitrary object can be returned that will be passed to the bean
factory.
- getBeanFactoryParameter() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns a parameter for the bean factory.
- getBeanProperties() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
-
Returns a map with properties that should be initialized on the newly
created bean.
- getBeanProperties() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns a map with the bean's (simple) properties.
- getBeginColumn() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Get token beginning line number.
- getBigDecimal(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a
BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getBigDecimal(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getBigDecimal(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getBigDecimal(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getBigDecimal(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getBigDecimalArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of BigDecimals associated with the given
configuration key.
- getBigDecimalArray(String, BigDecimal[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of BigDecimals associated with the given
configuration key.
- getBigDecimalList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of BigDecimals associated with the given configuration key.
- getBigDecimalList(String, List<BigDecimal>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of BigDecimals associated with the given configuration key.
- getBigInteger(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a
BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getBigInteger(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getBigInteger(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getBigInteger(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getBigInteger(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getBigIntegerArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of BigIntegers associated with the given
configuration key.
- getBigIntegerArray(String, BigInteger[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of BigIntegers associated with the given
configuration key.
- getBigIntegerList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of BigIntegers associated with the given configuration key.
- getBigIntegerList(String, List<BigInteger>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of BigIntegers associated with the given configuration key.
- getBlancLinesBefore(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the number of blanc lines before this property key.
- getBoolean(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, Boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Obtains the value of the specified key and tries to convert it into a
Boolean
object.
- getBoolean(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) - Method in interface org.apache.commons.configuration.Configuration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, Boolean) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
Boolean
associated with the given configuration key.
- getBoolean(String, boolean) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getBoolean(String, Boolean) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getBoolean(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getBoolean(String, boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getBoolean(String, Boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getBoolean(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getBoolean(String, boolean) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getBoolean(String, Boolean) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getBoolean(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getBooleanArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of boolean primitives associated with the given
configuration key.
- getBooleanArray(String, boolean[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of boolean primitives associated with the given
configuration key.
- getBooleanList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Boolean objects associated with the given
configuration key.
- getBooleanList(String, List<Boolean>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Boolean objects associated with the given
configuration key.
- getByte(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getByte(String, byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getByte(String, Byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getByte(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in interface org.apache.commons.configuration.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
Byte
associated with the given configuration key.
- getByte(String, byte) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getByte(String, Byte) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getByte(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getByte(String, byte) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getByte(String, Byte) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getByte(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getByte(String, byte) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getByte(String, Byte) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getByte(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getByteArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of byte primitives associated with the given
configuration key.
- getByteArray(String, byte[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of byte primitives associated with the given
configuration key.
- getByteList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Byte objects associated with the given configuration key.
- getByteList(String, List<Byte>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Byte objects associated with the given configuration key.
- getCalendar(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, Calendar) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendar(String, Calendar, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Calendar associated with the given configuration key.
- getCalendarArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, Calendar[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarArray(String, Calendar[], String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Calendars associated with the given configuration key.
- getCalendarList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, List<Calendar>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCalendarList(String, List<Calendar>, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Calendars associated with the given configuration key.
- getCanonicalComment(String, boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the comment for the specified property key in a canonical form.
- getCanonicalFooterCooment(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the footer comment of the represented properties file in a
canonical form.
- getCanonicalHeaderComment(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the header comment of the represented properties file in a
canonical form.
- getCatalog() - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
Get a catalog instance.
- getCause() - Method in class org.apache.commons.configuration.event.ConfigurationErrorEvent
-
Returns the cause of this error event.
- getChild(int) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the child node with the given index.
- getChild(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the child node with the given index.
- getChildKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return the key in the subset configuration associated to the specified
key in the parent configuration.
- getChildren() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a list with the child nodes of this node.
- getChildren(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a list with all children of this node with the given name.
- getChildren() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a list with all children of this node.
- getChildren(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a list of all children with the given name.
- getChildrenCount() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the number of this node's children.
- getChildrenCount(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the number of children with the given name.
- getChildrenCount() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the number of all children of this node.
- getChildrenCount(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the number of children with the given name.
- getColor(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Color associated with the given configuration key.
- getColor(String, Color) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Color associated with the given configuration key.
- getColorArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Colors associated with the given
configuration key.
- getColorArray(String, Color[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Colors associated with the given
configuration key.
- getColorList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Colors associated with the given configuration key.
- getColorList(String, List<Color>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Colors associated with the given configuration key.
- getColumn() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Deprecated.
- getComment(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the comment for the specified property key.
- getCommentLines() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Returns the comment lines that have been read for the last property.
- getConfiguration() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
-
Returns the actual configuration to be processed.
- getConfiguration() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns the configuration object this bean declaration is based on.
- getConfiguration(int) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the configuration at the specified index.
- getConfiguration(String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the configuration with the given name.
- getConfiguration(int) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Return the configuration at the specified index.
- getConfiguration() - Method in interface org.apache.commons.configuration.ConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration(ExtendedProperties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a ExtendedProperties class into a Configuration class.
- getConfiguration(Properties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a standard Properties class into a configuration class.
- getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
-
Deprecated.
Returns the configuration object.
- getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationFactory.ConfigurationBuilder
-
Deprecated.
Returns the final composite configuration.
- getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Return the configuration provided by this factory.
- getConfiguration() - Method in class org.apache.commons.configuration.ConfigurationMap
-
Returns the wrapped Configuration
object.
- getConfiguration() - Method in class org.apache.commons.configuration.DataConfiguration
-
Return the configuration decorated by this DataConfiguration.
- getConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Returns the configuration.
- getConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
-
Creates the configuration.
- getConfiguration() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration(boolean) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration(int) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns the configuration at the specified index.
- getConfiguration(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns the configuration with the given name.
- getConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Returns the configuration object to be parsed.
- getConfiguration() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the associated configuration object.
- getConfigurationBasePath() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Returns the base path for the configuration sources to load.
- getConfigurationBuilder() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Returns the associated configuration builder.
- getConfigurationClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Returns the class of the configuration returned by this provider.
- getConfigurationClassName() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Returns the name of the configuration class returned by this
provider.
- getConfigurationFileName() - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Returns the configurationFile.
- getConfigurationListeners() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getConfigurationListeners() - Method in class org.apache.commons.configuration.event.EventSource
-
Returns a collection with all configuration event listeners that are
currently registered at this object.
- getConfigurationListeners() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getConfigurationListeners() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getConfigurationNameList() - Method in class org.apache.commons.configuration.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.configuration.CombinedConfiguration
-
Returns a set with the names of all configurations contained in this
combined configuration.
- getConfigurationNames() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns a set with the names of all configurations contained in this
combined configuration.
- getConfigurations() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns a List of all the configurations that have been added.
- getConfigurationURL() - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Returns the URL of the configuration file to be loaded.
- getConnection() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
- getContentHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns the actually set content handler.
- getContext() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Return the initial context used by this configuration.
- getConversionExpressionEngine() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the ExpressionEngine
for converting flat child
configurations to hierarchical ones.
- getCurrentSeparator() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Returns the current property separator.
- getDatasource() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Returns the used DataSource
object.
- getDate(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDate(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDate(String, Date) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDate(String, Date, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Date associated with the given configuration key.
- getDateArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateArray(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateArray(String, Date[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateArray(String, Date[], String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Dates associated with the given configuration key.
- getDateList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
- getDateList(String, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Dates associated with the given configuration key.
- getDateList(String, List<Date>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Dates associated with the given configuration key.
- getDateList(String, List<Date>, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Dates associated with the given configuration key.
- getDefaultBeanClass() - Method in interface org.apache.commons.configuration.beanutils.BeanFactory
-
Returns the default bean class of this bean factory.
- getDefaultBeanClass() - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
-
Returns the default bean class used by this factory.
- getDefaultBeanFactory() - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Returns the default bean factory.
- getDefaultExpressionEngine() - Static method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the default expression engine.
- getDefaultFileSystem() - Static method in class org.apache.commons.configuration.FileSystem
-
Retrieve the FileSystem being used.
- getDefaultListDelimiter() - Static method in class org.apache.commons.configuration.AbstractConfiguration
-
Retrieve the current delimiter.
- getDefaultLookup() - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Returns the default lookup object.
- getDelegate() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Returns the file configuration delegate.
- getDelimiter() - Static method in class org.apache.commons.configuration.AbstractConfiguration
-
- getDigesterRuleNamespaceURI() - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Returns the digesterRuleNamespaceURI.
- getDigesterRules() - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Returns the digesterRules.
- getDocument() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the XML document this configuration was loaded from.
- getDocumentBuilder() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the DocumentBuilder
object that is used for
loading documents.
- getDouble(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getDouble(String, double) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getDouble(String, Double) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getDouble(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in interface org.apache.commons.configuration.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
Double
associated with the given configuration key.
- getDouble(String, double) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getDouble(String, Double) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getDouble(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getDouble(String, double) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getDouble(String, Double) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getDouble(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getDouble(String, double) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getDouble(String, Double) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getDouble(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getDoubleArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of double primitives associated with the given
configuration key.
- getDoubleArray(String, double[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of double primitives associated with the given
configuration key.
- getDoubleList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Double objects associated with the given
configuration key.
- getDoubleList(String, List<Double>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Double objects associated with the given
configuration key.
- getDTDHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns the DTD handler.
- getDynaClass() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- getDynaProperties() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
-
- getDynaProperty(String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
-
- getEmptyConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Returns an uninitialized configuration of the represented type.
- getEmptyConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
-
Returns an uninitialized file configuration.
- getEmptyConfiguration(DefaultConfigurationBuilder.ConfigurationDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.XMLConfigurationProvider
-
Returns a new empty configuration instance.
- getEncoding() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- getEncoding() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getEncoding() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the encoding used to store the configuration file.
- getEncoding() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Returns the encoding to be used when loading or storing configuration
data.
- getEndColumn() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Get token end line number.
- getEntityResolver() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns the entity resolver.
- getEntityResolver() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getEntityResolver() - Method in interface org.apache.commons.configuration.resolver.EntityResolverSupport
-
Return the EntityResolver associated with the class.
- getEntityResolver() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the EntityResolver.
- getErrorHandler() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns the error handler.
- getErrorListeners() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getErrorListeners() - Method in class org.apache.commons.configuration.event.EventSource
-
Returns a collection with all configuration error listeners that are
currently registered at this object.
- getErrorListeners() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getErrorListeners() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getEscapedDelimiter() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Returns the escaped property delimiter string.
- getException() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns a reference to an exception that occurred during parsing.
- getExpressionEngine() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getExpressionEngine() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the expression engine used by this configuration.
- getExpressionEngine() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getExpressionEngine() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getExpressionEngine() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Returns the associated default expression engine.
- getExtendedProperties(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a Configuration class into a ExtendedProperties class.
- getFeature(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Dummy implementation of the interface method.
- getFile() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Return the file where the configuration is stored.
- getFile() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getFile(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Tries to convert the specified base path and file name into a file object.
- getFile() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the file where the configuration is stored.
- getFile() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
Returns the file that is monitored by this strategy.
- getFile() - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
Returns the file that is monitored by this strategy.
- getFileName() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Return the name of the file.
- getFileName() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getFileName(String) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getFileName() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the name of the file.
- getFileName(String) - Method in class org.apache.commons.configuration.FileSystem
-
- getFileName(String) - Method in class org.apache.commons.configuration.VFSFileSystem
-
- getFileOptionsProvider() - Method in class org.apache.commons.configuration.FileSystem
-
- getFileSystem() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- getFileSystem() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Retrieve the FileSystem being used.
- getFileSystem() - Method in interface org.apache.commons.configuration.FileSystemBased
-
- getFileSystem() - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
Retrieve the FileSystem.
- getFloat(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getFloat(String, float) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getFloat(String, Float) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getFloat(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a float associated with the given configuration key.
- getFloat(String, float) - Method in interface org.apache.commons.configuration.Configuration
-
Get a float associated with the given configuration key.
- getFloat(String, Float) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
Float
associated with the given configuration key.
- getFloat(String, float) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getFloat(String, Float) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getFloat(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getFloat(String, float) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getFloat(String, Float) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getFloat(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getFloat(String, float) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getFloat(String, Float) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getFloat(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getFloatArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of float primitives associated with the given
configuration key.
- getFloatArray(String, float[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of float primitives associated with the given
configuration key.
- getFloatList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Float objects associated with the given configuration key.
- getFloatList(String, List<Float>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Float objects associated with the given
configuration key.
- getFooter() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Returns the footer comment.
- getFooterComment() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the footer comment of the represented properties file.
- getGlobalSeparator() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Returns the global property separator.
- getGlobalSeparator() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the global separator.
- getHeader() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Return the comment header.
- getHeaderComment() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the header comment of the represented properties file.
- GetImage() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Get token literal value.
- getInclude() - Static method in class org.apache.commons.configuration.PropertiesConfiguration
-
Gets the property value for including other properties files.
- getIncludesAllowed() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
- getIndex() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.
Returns the index value of the current key.
- getIndex() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns the index value of the current key.
- getIndexEnd() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Returns the index end marker.
- getIndexStart() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Returns the index start marker.
- getInMemoryConfiguration() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Returns the "in memory configuration".
- getInputStream(String, String) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getInputStream(URL) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getInputStream(String, String) - Method in class org.apache.commons.configuration.FileSystem
-
- getInputStream(URL) - Method in class org.apache.commons.configuration.FileSystem
-
- getInputStream(String, String) - Method in class org.apache.commons.configuration.VFSFileSystem
-
- getInputStream(URL) - Method in class org.apache.commons.configuration.VFSFileSystem
-
- getInt(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getInt(String, int) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getInt(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in interface org.apache.commons.configuration.Configuration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getInt(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getInt(String, int) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getInt(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getInt(String, int) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getInt(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getIntArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of int primitives associated with the given
configuration key.
- getIntArray(String, int[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of int primitives associated with the given
configuration key.
- getInteger(String, Integer) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getInteger(String, Integer) - Method in interface org.apache.commons.configuration.Configuration
-
Get an
Integer
associated with the given configuration key.
- getInteger(String, Integer) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getInteger(String, Integer) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getInteger(String, Integer) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getIntegerList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Integer objects associated with the given
configuration key.
- getIntegerList(String, List<Integer>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Integer objects associated with the given
configuration key.
- getInterpolator() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns the ConfigurationInterpolator
object that manages
the lookup objects for resolving variables.
- getIOFactory() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Returns the IOFactory
to be used for creating readers and
writers when loading or saving this configuration.
- getKeyPattern() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getKeys(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Returns an Iterator
with the keys contained in this
configuration.
- getKeys() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getKeys(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.BaseConfiguration
-
Get the list of the keys contained in the configuration
repository.
- getKeys() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
- getKeys(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
- getKeys(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get the list of the keys contained in the configuration that match the
specified prefix.
- getKeys() - Method in interface org.apache.commons.configuration.Configuration
-
Get the list of the keys contained in the configuration.
- getKeys() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Returns an iterator with the names of all properties contained in this
configuration.
- getKeys() - Method in class org.apache.commons.configuration.DataConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getKeys(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns an iterator with all keys defined in this configuration.
- getKeys(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns an iterator with all keys defined in this configuration that
start with the given prefix.
- getKeys() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns an iterator with all property keys stored in this configuration.
- getKeys(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns an iterator with all property keys starting with the given
prefix.
- getKeys() - Method in class org.apache.commons.configuration.MapConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getKeys(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getKeys(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getKeys() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns a set with all property keys managed by this object.
- getKeys(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.web.AppletConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.web.ServletConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.web.ServletContextConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.web.ServletFilterConfiguration
-
- getKeys() - Method in class org.apache.commons.configuration.web.ServletRequestConfiguration
-
- getLayout() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Returns the associated layout object.
- getLine() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Deprecated.
- getLineSeparator() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Returns the line separator.
- getLineSeparator() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the line separator.
- getList(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a List of strings associated with the given configuration key.
- getList(String, List<?>) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getList(String, List<?>) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
- getList(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getList(String, List<?>) - Method in interface org.apache.commons.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getList(Class<T>, String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of typed objects associated with the given configuration key.
- getList(Class<T>, String, List<T>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of typed objects associated with the given configuration key.
- getList(String, List<?>) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getList(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getList(String, List<?>) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getList(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getList(String, List<?>) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getList(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getListDelimiter() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Retrieve the delimiter for this configuration.
- getListDelimiter() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Returns the list delimiter.
- getListNodes() - Method in class org.apache.commons.configuration.tree.NodeCombiner
-
Returns a set with the names of nodes that are known to be list nodes.
- getLocale(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Locale associated with the given configuration key.
- getLocale(String, Locale) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a Locale associated with the given configuration key.
- getLocaleArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Locales associated with the given
configuration key.
- getLocaleArray(String, Locale[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of Locales associated with the given
configuration key.
- getLocaleList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Locales associated with the given configuration key.
- getLocaleList(String, List<Locale>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Locales associated with the given configuration key.
- getLogger() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns the logger used by this configuration object.
- getLogger() - Method in class org.apache.commons.configuration.FileSystem
-
Returns the logger used by this FileSystem.
- getLogger() - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Returns the logger used by this configuration object.
- getLong(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getLong(String, long) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getLong(String, Long) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getLong(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a long associated with the given configuration key.
- getLong(String, long) - Method in interface org.apache.commons.configuration.Configuration
-
Get a long associated with the given configuration key.
- getLong(String, Long) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
Long
associated with the given configuration key.
- getLong(String, long) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getLong(String, Long) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getLong(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getLong(String, long) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getLong(String, Long) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getLong(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getLong(String, long) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getLong(String, Long) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getLong(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getLongArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of long primitives associated with the given
configuration key.
- getLongArray(String, long[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of long primitives associated with the given
configuration key.
- getLongList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Long objects associated with the given configuration key.
- getLongList(String, List<Long>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Long objects associated with the given configuration key.
- getMap(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a Configuration class into a Map class.
- getMap() - Method in class org.apache.commons.configuration.MapConfiguration
-
Return the Map decorated by this configuration.
- getMaxIndex(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getMaxIndex(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the maximum defined index for the given key.
- getMaxIndex(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getMaxIndex(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getMessage() - Method in error org.apache.commons.configuration.plist.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getName() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
-
- getName() - Method in class org.apache.commons.configuration.interpol.ExprLookup.Variable
-
- getName() - Method in class org.apache.commons.configuration.Lock
-
Returns the name of this lock.
- getName() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the name of this node.
- getName() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the name of this node.
- getNestedBeanDeclarations() - Method in interface org.apache.commons.configuration.beanutils.BeanDeclaration
-
Returns a map with declarations for beans that should be set as
properties of the newly created bean.
- getNestedBeanDeclarations() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns a map with bean declarations for the complex properties of the
bean to be created.
- getNewNodeName() - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Returns the name of the new node.
- getNextToken() - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Get the next Token.
- getNode() - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Returns the node that contains the bean declaration.
- getNode(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Returns the node with the given index.
- getNodeCombiner() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the node combiner that is used for creating the combined node
structure.
- getNodeCombiner() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns the node combiner that is used for creating the combined node
structure.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the number of configurations that are contained in this combined
configuration.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Return the number of configurations.
- getNumberOfConfigurations() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns the number of configurations that are contained in this combined
configuration.
- getOptions() - Method in interface org.apache.commons.configuration.FileOptionsProvider
-
- getOrder() - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
Returns the order of this factory between other factories.
- getOutputStream(URL) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getOutputStream(File) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getOutputStream(URL) - Method in class org.apache.commons.configuration.FileSystem
-
- getOutputStream(File) - Method in class org.apache.commons.configuration.FileSystem
-
- getOutputStream(URL) - Method in class org.apache.commons.configuration.VFSFileSystem
-
- getParent() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Returns the parent of this node.
- getParent() - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Returns the parent configuration of this subnode configuration.
- getParent() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return the parent configuration for this subset.
- getParent() - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Returns the parent node.
- getParentInterpolator() - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Requests the parent interpolator.
- getParentKey(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return the key in the parent configuration associated to the specified
key in this subset.
- getParentNode() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns this node's parent.
- getParentNode() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a reference to this node's parent.
- getParsedConfiguration() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
-
Returns the configuration to be processed.
- getParsedConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns a reference to the configuration that is parsed by this object.
- getParsedConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Returns the configuration object to be processed.
- getPath() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Returns the full path to the file this configuration is based on.
- getPath(File, URL, String, String) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getPath(File, URL, String, String) - Method in class org.apache.commons.configuration.FileSystem
-
- getPath(File, URL, String, String) - Method in class org.apache.commons.configuration.VFSFileSystem
-
- getPathNodes() - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Returns a list with further nodes that must be added.
- getPrefix() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns the prefix.
- getPrefix() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Return the prefix used to select the properties in the parent configuration.
- getPrivateCatalog() - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
Get a new catalog instance.
- getProperties(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getProperties(String, Properties) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a list of properties associated with the given configuration key.
- getProperties(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a list of properties associated with the given configuration key.
- getProperties(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a Configuration class into a Properties class.
- getProperties(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getProperties(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getProperties(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getProperty(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.BaseConfiguration
-
Read property from underlying map.
- getProperty(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Read property from underlying composite
- getProperty(String) - Method in interface org.apache.commons.configuration.Configuration
-
Gets a property from the configuration.
- getProperty(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Dummy implementation of the interface method.
- getProperty(String) - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Returns the value of the specified property.
- getProperty(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Fetches the specified property.
- getProperty(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns the value of the specified property.
- getProperty(String) - Method in class org.apache.commons.configuration.MapConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getProperty(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.web.AppletConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.web.ServletConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.web.ServletContextConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.web.ServletFilterConfiguration
-
- getProperty(String) - Method in class org.apache.commons.configuration.web.ServletRequestConfiguration
-
- getPropertyDelimiter() - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Returns the property delimiter.
- getPropertyName() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
-
Returns the name of the affected property.
- getPropertyName() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Returns the name of the last read property.
- getPropertySeparator() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Returns the separator that was used for the last read property.
- getPropertyValue() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
-
Returns the value of the affected property if available.
- getPropertyValue() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Returns the value of the last read property.
- getPublicID() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the public ID of the DOCTYPE declaration from the loaded XML
document.
- getReference() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns this node's reference.
- getReference() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the reference.
- getRefreshDelay() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
Return the minimal time in milliseconds between two reloadings.
- getRefreshDelay() - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
Return the minimal time in milliseconds between two reloadings.
- getRegisteredEntities() - Method in class org.apache.commons.configuration.resolver.DefaultEntityResolver
-
Returns a map with the entity IDs that have been registered using the
registerEntityId()
method.
- getRegisteredEntities() - Method in interface org.apache.commons.configuration.resolver.EntityRegistry
-
Returns a map with the entity IDs that have been registered using the
registerEntityId()
method.
- getRegisteredEntities() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns a map with the entity IDs that have been registered using the
registerEntityId()
method.
- getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- getReloadingStrategy() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getReloadingStrategy() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the reloading strategy.
- getReloadingStrategy() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getReloadLock() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- getReloadLock() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getReloadLock() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the object to synchronize on a reload.
- getReloadLock() - Method in class org.apache.commons.configuration.HierarchicalReloadableConfiguration
-
- getReloadLock() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getReloadLock() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getReloadLock() - Method in interface org.apache.commons.configuration.reloading.Reloadable
-
- getRoot() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getRoot() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the root node of this hierarchical configuration.
- getRoot() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getRoot() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getRootElementName() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the name of the root element.
- getRootName() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Returns the name to be used for the root element.
- getRootNode() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the configuration root node of this combined configuration.
- getRootNode() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns the configuration root node of this combined configuration.
- getRootNode() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns the root node of this hierarchical configuration.
- getRootNode() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getRootNode() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getRootNode() - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Returns the root node for this configuration.
- getSection(String) - Method in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Returns a configuration with the content of the specified section.
- getSections() - Method in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Return a set containing the sections in this ini configuration.
- getSections() - Method in class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Return a set containing the sections in this ini configuration.
- getSeparator(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the separator for the property with the given key.
- getShort(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getShort(String, short) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getShort(String, Short) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getShort(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, short) - Method in interface org.apache.commons.configuration.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, Short) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
Short
associated with the given configuration key.
- getShort(String, short) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getShort(String, Short) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getShort(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getShort(String, short) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getShort(String, Short) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getShort(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getShort(String, short) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getShort(String, Short) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getShort(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getShortArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of short primitives associated with the given
configuration key.
- getShortArray(String, short[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of short primitives associated with the given
configuration key.
- getShortList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Short objects associated with the given configuration key.
- getShortList(String, List<Short>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of Short objects associated with the given configuration key.
- getSource(String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns the configuration source, in which the specified key is defined.
- getSource(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Returns the configuration source, in which the specified key is defined.
- getSource(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns the configuration source, in which the specified key is defined.
- getString(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- getString(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getString(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getString(String, String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getString(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getString(String, String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getString(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getStringArray(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get an array of strings associated with the given configuration key.
- getStringArray(String) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
- getStringArray(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get an array of strings associated with the given configuration key.
- getStringArray(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- getStringArray(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- getStringArray(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- getStrSubstitutor() - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
- getSubnodeKey() - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Returns the key that was used to construct this configuration.
- getSubNodes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Returns a list with all stored sub nodes.
- getSubNodes(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Returns a list of the sub nodes with the given name.
- getSubstitutor() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns the object that is responsible for variable interpolation.
- GetSuffix(int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Get the suffix.
- getSystemID() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the system ID of the DOCTYPE declaration from the loaded XML
document.
- getTabSize(int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
- getType() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
-
Returns the type of this event.
- getURL() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Return the URL where the configuration is stored.
- getURL() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- getURL(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Constructs a URL from a base path and a file name.
- getURL(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an URL associated with the given configuration key.
- getURL(String, URL) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an URL associated with the given configuration key.
- getURL(String, String) - Method in class org.apache.commons.configuration.DefaultFileSystem
-
- getURL() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the URL where the configuration is stored.
- getURL(String, String) - Method in class org.apache.commons.configuration.FileSystem
-
- getURL(String, String) - Method in class org.apache.commons.configuration.VFSFileSystem
-
- getURLArray(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of URLs associated with the given configuration key.
- getURLArray(String, URL[]) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an array of URLs associated with the given configuration key.
- getURLList(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of URLs associated with the given configuration key.
- getURLList(String, List<URL>) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get a list of URLs associated with the given configuration key.
- getValue() - Method in class org.apache.commons.configuration.interpol.ExprLookup.Variable
-
- getValue() - Method in class org.apache.commons.configuration.plist.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.ArrayNode
-
Return the list of values in the array.
- getValue() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the value of this node.
- getValue() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the value of this node.
- getVariable() - Method in class org.apache.commons.configuration.interpol.ExprLookup.Variables
-
- getVariables() - Method in class org.apache.commons.configuration.interpol.ExprLookup
-
Returns the list of Variables that are accessible within expressions.
- image - Variable in class org.apache.commons.configuration.plist.Token
-
The string image of the token.
- IN_COMMENT - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
Lexical state.
- IN_SINGLE_LINE_COMMENT - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
Lexical state.
- inBuf - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
-
- INIConfiguration - Class in org.apache.commons.configuration
-
- INIConfiguration() - Constructor for class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Create a new empty INI Configuration.
- INIConfiguration(String) - Constructor for class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Create and load the ini configuration from the given file.
- INIConfiguration(File) - Constructor for class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Create and load the ini configuration from the given file.
- INIConfiguration(URL) - Constructor for class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Create and load the ini configuration from the given url.
- init() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
- init() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
-
- init() - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
-
- init() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
-
Initialize the strategy.
- init() - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
- initBean(Object, BeanDeclaration) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Initializes the passed in bean.
- initBeanInstance(Object, BeanDeclaration) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
-
Initializes the newly created bean instance.
- initBeanInstance(Object, BeanDeclaration) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
-
Initializes the bean instance.
- initBeanProperties(Object, BeanDeclaration) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Initializes the beans properties.
- initCombinedConfiguration(CombinedConfiguration, List<? extends HierarchicalConfiguration>, String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Initializes a combined configuration for the configurations of a specific
section.
- initDefaultDigesterRules(Digester) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Initializes the parsing rules for the default digester
This allows the Configuration Factory to understand the default types:
Properties, XML and JNDI.
- initDigesterSectionRules(Digester, String, boolean) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets up digester rules for a specified section of the configuration
info file.
- initFileSystem() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
- initFromParent(HierarchicalConfiguration) - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Initializes this subnode configuration from the given parent
configuration.
- initNodeAddData(NodeAddData, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
-
Initializes most properties of a NodeAddData
object.
- initProperties(Document, boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Initializes this configuration from an XML document.
- initPropertyName(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Sets the name of the current property.
- initPropertySeparator(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Sets the separator of the current property.
- initPropertyValue(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Sets the value of the current property.
- initSystemProperties() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
If a property file is configured add the properties to the System properties.
- input_stream - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
- inputStream - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
-
- insert(HierarchicalConfiguration.Node, HierarchicalConfiguration.Node, HierarchicalConfiguration.Node, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor
-
Inserts a new node into the structure constructed by this builder.
- INSTANCE - Static variable in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
-
Stores the default instance of this class.
- interpolate(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
interpolate key names to handle ${key} stuff
- interpolate(Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns the interpolated value.
- interpolate(Object) - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Performs interpolation for the specified value.
- interpolate(Object) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Performs interpolation.
- interpolate(Object) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Performs interpolation.
- interpolate(Object, AbstractConfiguration) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Performs interpolation of the specified value.
- interpolate(Object) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- interpolate(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- interpolatedConfiguration() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns a configuration with the same content as this configuration, but
with all variables replaced by their actual values.
- interpolatedConfiguration() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- interpolatedConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns a configuration with the same content as this configuration, but
with all variables replaced by their actual values.
- interpolatedConfiguration() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- interpolatedConfiguration() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- interpolateHelper(String, List<?>) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- invalidate() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Invalidates this combined configuration.
- invalidate() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Invalidates the current combined configuration.
- invalidateAll() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- InvariantReloadingStrategy - Class in org.apache.commons.configuration.reloading
-
A strategy that never triggers a reloading.
- InvariantReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
-
- isAttribute() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.
Returns a flag if the current key is an attribute.
- isAttribute() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a flag whether this node is an attribute.
- isAttribute() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns a flag if the current key is an attribute.
- isAttribute() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Checks if this node is an attribute node.
- isAttribute() - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Returns a flag if the new node to be added is an attribute.
- isAttributeKey() - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Checks if this key is an attribute key.
- isAttributeKey(String) - Static method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Checks if the passed in key is an attribute key.
- isAttributeKey(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Tests if the specified key represents an attribute according to the
current expression engine.
- isAttributeSplittingDisabled() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- isAttributeSplittingDisabled() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the flag whether attribute splitting is disabled.
- isAutoSave() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- isAutoSave() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- isAutoSave() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Tells if properties are automatically saved to the disk.
- isBeforeUpdate() - Method in class org.apache.commons.configuration.event.ConfigurationEvent
-
Returns a flag if this event was generated before or after an update.
- isCommentLine(String) - Method in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Determine if the given line is a comment line.
- isCommentLine(String) - Method in class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Determine if the given line is a comment line.
- isDefined() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a flag if this node is defined.
- isDefined() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a flag if this node is defined.
- isDelimiterParsingDisabled() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Determine if this configuration is using delimiters when parsing
property values to convert them to lists of values.
- isDelimiterParsingDisabled() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Returns a flag whether string properties should be checked for list
delimiter characters.
- isDetailEvents() - Method in class org.apache.commons.configuration.event.EventSource
-
Returns a flag whether detail events are enabled.
- isDoCommits() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Returns a flag whether this configuration performs commits after database
updates.
- isEmpty() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.BaseConfiguration
-
Check if the configuration is empty
- isEmpty() - Method in class org.apache.commons.configuration.CompositeConfiguration
-
- isEmpty() - Method in interface org.apache.commons.configuration.Configuration
-
Check if the configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.DatabaseConfiguration
-
Checks if this configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.DataConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Checks if this configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns a flag whether this configuration is empty.
- isEmpty() - Method in class org.apache.commons.configuration.MapConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- isEmpty() - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- isEmpty() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- isForceCreate() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Returns a flag whether this configuration should always be created
and added to the resulting combined configuration.
- isForceReloadCheck() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Returns a flag whether an enhanced reload check must be performed.
- isForceSingleLine() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the "force single line" flag.
- isIgnoreReloadExceptions() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Retrieves the value of the ignoreReloadExceptions flag.
- isIncludesAllowed() - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Reports the status of file inclusion.
- isListNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.NodeCombiner
-
Checks if a node is a list node.
- isOptional() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Returns a flag whether this is an optional configuration.
- isPropertyKey() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns a flag whether the current key refers to a property (i.e.
- isReservedNode(ConfigurationNode) - Method in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Checks if the specified node is reserved and thus should be ignored.
- isReservedNode(ConfigurationNode) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationDeclaration
-
Checks whether the given node is reserved.
- isScalarValue(Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Checks whether the specified object is a scalar value.
- isSchemaValidation() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- isSchemaValidation() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the value of the schemaValidation flag.
- isSectionLine(String) - Method in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Determine if the given line is a section.
- isSectionLine(String) - Method in class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Determine if the given line is a section.
- isSingleLine(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns a flag whether the specified property is defined on a single
line.
- isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns true if missing values throw Exceptions.
- isThrowExceptionOnMissing() - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Returns true if missing values throw Exceptions.
- isTrimmingDisabled() - Method in class org.apache.commons.configuration.MapConfiguration
-
Returns the flag whether trimming of property values is disabled.
- isValidating() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- isValidating() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Returns the value of the validating flag.
- iterator() - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Returns an iterator for iterating over the single components of
this configuration key.
- iterator() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Returns an iterator for iterating over the single components of this
configuration key.
- save() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration.
- save(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified file.
- save(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified URL.
- save(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified file.
- save(OutputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified stream, using the specified
encoding.
- save(Writer) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
-
- save() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(OutputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- save() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration.
- save(String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified file.
- save(File) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified file.
- save(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified URL.
- save(OutputStream) - Method in interface org.apache.commons.configuration.FileConfiguration
-
- save(OutputStream, String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified stream, using the specified
encoding.
- save(Writer) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified writer.
- save(Writer) - Method in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Save the configuration to the specified writer.
- save(Writer) - Method in class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
Save the configuration to the specified writer.
- save(Writer) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- save() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- save(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- save(File) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- save(URL) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- save(OutputStream) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- save(OutputStream, String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- save(Writer) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- save(Writer) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
-
- save(Writer) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
- save(Writer) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Save the configuration to the specified stream.
- save(Writer) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Writes the properties file to the given writer, preserving as much of its
structure as possible.
- save(Writer) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Saves the configuration to the specified writer.
- save(Writer) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
-
- save(Document, Node) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
-
Writes the configuration as child to the given DOM node
- SEPARATOR_CHARS - Static variable in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
The characters used to separate keys from values.
- SEPARATOR_CHARS - Static variable in class org.apache.commons.configuration.INIConfiguration
-
Deprecated.
The characters used to separate keys from values.
- ServletConfiguration - Class in org.apache.commons.configuration.web
-
A configuration wrapper around a ServletConfig
.
- ServletConfiguration(Servlet) - Constructor for class org.apache.commons.configuration.web.ServletConfiguration
-
Create a ServletConfiguration using the initialization parameter of
the specified servlet.
- ServletConfiguration(ServletConfig) - Constructor for class org.apache.commons.configuration.web.ServletConfiguration
-
Create a ServletConfiguration using the servlet initialization parameters.
- ServletContextConfiguration - Class in org.apache.commons.configuration.web
-
A configuration wrapper to read the initialization parameters of a servlet
context.
- ServletContextConfiguration(Servlet) - Constructor for class org.apache.commons.configuration.web.ServletContextConfiguration
-
Create a ServletContextConfiguration using the context of
the specified servlet.
- ServletContextConfiguration(ServletContext) - Constructor for class org.apache.commons.configuration.web.ServletContextConfiguration
-
Create a ServletContextConfiguration using the servlet context
initialization parameters.
- ServletFilterConfiguration - Class in org.apache.commons.configuration.web
-
A configuration wrapper around a FilterConfig
.
- ServletFilterConfiguration(FilterConfig) - Constructor for class org.apache.commons.configuration.web.ServletFilterConfiguration
-
Create a ServletFilterConfiguration using the filter initialization parameters.
- ServletRequestConfiguration - Class in org.apache.commons.configuration.web
-
A configuration wrapper to read the parameters of a servlet request.
- ServletRequestConfiguration(ServletRequest) - Constructor for class org.apache.commons.configuration.web.ServletRequestConfiguration
-
Create a ServletRequestConfiguration using the request parameters.
- set(String, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- set(String, int, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- set(String, String, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
-
- setAt(String) - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
-
Deprecated.
Sets the value of the at
attribute.
- setAttribute(boolean) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Sets a flag whether this node is an attribute.
- setAttribute(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Sets the attribute flag.
- setAttribute(boolean) - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Sets the attribute flag.
- setAttributeEnd(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the attribute end marker.
- setAttributeSplittingDisabled(boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setAttributeSplittingDisabled(boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets a flag whether attribute splitting is disabled.
- setAttributeStart(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the attribute start marker.
- setAutoSave(boolean) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- setAutoSave(boolean) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setAutoSave(boolean) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Enable or disable the automatically saving of modified properties to the disk.
- setBaseDir(String) - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
Set the base directory.
- setBaseDir(String) - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Set the base path.
- setBasePath(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Sets the base path.
- setBasePath(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setBasePath(String) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets the basePath for all file references from this Configuration Factory.
- setBasePath(String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Sets the base path.
- setBasePath(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Extend the setBasePath method to turn includes
on and off based on the existence of a base path.
- setBlancLinesBefore(String, int) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the number of blanc lines before the given property key.
- setCatalogFiles(String) - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Set the list of catalog file names
- setComment(String, String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the comment for the specified property key.
- setConfiguration(Configuration) - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
-
Sets the configuration to be processed.
- setConfiguration(HierarchicalConfiguration) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Sets the configuration object to be parsed.
- setConfiguration(AbstractConfiguration) - Method in class org.apache.commons.configuration.interpol.ExprLookup
-
Set the configuration to be used to interpolate subordinate expressions.
- setConfiguration(FileConfiguration) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
- setConfiguration(FileConfiguration) - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
-
- setConfiguration(FileConfiguration) - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
-
Sets the associated configuration.
- setConfiguration(FileConfiguration) - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
-
Set the configuration managed by this strategy.
- setConfiguration(FileConfiguration) - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
- setConfigurationBasePath(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Sets the base path for the configuration sources to load.
- setConfigurationClass(Class<?>) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Sets the class of the configuration returned by this provider.
- setConfigurationClassName(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Sets the name of the configuration class returned by this provider.
- setConfigurationFileName(String) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets the configurationFile.
- setConfigurationURL(URL) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets the URL of the configuration to load.
- setContentHandler(ContentHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Sets the content handler.
- setContext(Context) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Set the initial context of the configuration.
- setConversionExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Sets the ExpressionEngine
for converting flat child
configurations to hierarchical ones.
- setCurrentSeparator(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Sets the current property separator.
- setDebug(boolean) - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Enables debug logging of xml-commons Catalog processing.
- setDebugStream(PrintStream) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Set debug output.
- setDefaultBeanFactory(BeanFactory) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Sets the default bean factory.
- setDefaultExpressionEngine(ExpressionEngine) - Static method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the default expression engine.
- setDefaultFileSystem(FileSystem) - Static method in class org.apache.commons.configuration.FileSystem
-
Set the FileSystem to use.
- setDefaultListDelimiter(char) - Static method in class org.apache.commons.configuration.AbstractConfiguration
-
For configurations extending AbstractConfiguration, allow them to change
the listDelimiter from the default comma (",").
- setDefaultLookup(StrLookup) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Sets the default lookup object.
- setDelegate(AbstractHierarchicalFileConfiguration.FileConfigurationDelegate) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Allows to set the file configuration delegate.
- setDelimiter(char) - Static method in class org.apache.commons.configuration.AbstractConfiguration
-
- setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Set whether this configuration should use delimiters when parsing
property values to convert them to lists of values.
- setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Sets a flag whether added values for string properties should be checked
for the list delimiter.
- setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Sets a flag whether list parsing is disabled.
- setDetailEvents(boolean) - Method in class org.apache.commons.configuration.event.EventSource
-
Determines whether detail events should be generated.
- setDigesterRuleNamespaceURI(String) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets the digesterRuleNamespaceURI.
- setDigesterRules(URL) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets the digesterRules.
- setDocumentBuilder(DocumentBuilder) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the DocumentBuilder
object to be used for loading
documents.
- setDTDHandler(DTDHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Sets the DTD handler.
- setEncoding(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- setEncoding(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setEncoding(String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Set the encoding used to store the configuration file.
- setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Sets the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setEntityResolver(EntityResolver) - Method in interface org.apache.commons.configuration.resolver.EntityResolverSupport
-
Set the EntityResolver to associate with this class.
- setEntityResolver(EntityResolver) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets a new EntityResolver.
- setErrorHandler(ErrorHandler) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Sets the error handler.
- setEscapedDelimiter(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the escaped property delimiter string.
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the expression engine to be used by this configuration.
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setExpressionEngine(ExpressionEngine) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- setExpressionEngine(DefaultExpressionEngine) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Sets the associated expression engine.
- setFeature(String, boolean) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Dummy implementation of the interface method.
- setFile(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Set the file where the configuration is stored.
- setFile(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setFile(File) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Set the file where the configuration is stored.
- setFileName(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Set the name of the file.
- setFileName(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setFileName(String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Set the name of the file.
- setFileOptionsProvider(FileOptionsProvider) - Method in class org.apache.commons.configuration.FileSystem
-
Set the FileOptionsProvider
- setFilePattern(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
Set the File pattern
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Set the FileSystem to be used for this Configuration.
- setFileSystem(FileSystem) - Method in interface org.apache.commons.configuration.FileSystemBased
-
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
Set the FileSystem
- setFileSystem(FileSystem) - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Set the FileSystem.
- setFooter(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Sets the footer comment.
- setFooterComment(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the footer comment for the represented properties file.
- setForceReloadCheck(boolean) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Sets the force reload check flag.
- setForceSingleLine(boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the "force single line" flag.
- setGlobalSeparator(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Sets the global property separator.
- setGlobalSeparator(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the global separator for properties.
- setHeader(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Set the comment header.
- setHeaderComment(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the header comment for the represented properties file.
- setIgnoreException(boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
Set to true if an empty Configuration should be returned when loading fails.
- setIgnoreReloadExceptions(boolean) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
If set to true then exceptions that occur during reloading will be
ignored.
- setInclude(String) - Static method in class org.apache.commons.configuration.PropertiesConfiguration
-
Sets the property value for including other properties files.
- setIncludesAllowed(boolean) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Controls whether additional files can be loaded by the include =
statement or not.
- setIndexEnd(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the index end marker.
- setIndexStart(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the index start marker.
- setIOFactory(PropertiesConfiguration.IOFactory) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Sets the IOFactory
to be used for creating readers and
writers when loading or saving this configuration.
- setKeyPattern(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- setLayout(PropertiesConfigurationLayout) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Sets the associated layout object.
- setLength(int) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.
Sets the new length of this configuration key.
- setLength(int) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Sets the new length of this configuration key.
- setLineSeparator(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Sets the line separator.
- setLineSeparator(String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the line separator.
- setListDelimiter(char) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Change the list delimiter for this configuration.
- setListDelimiter(char) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Sets the character that is used as list delimiter.
- setListDelimiter(char) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Sets the list delimiter.
- setLogger(Log) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Allows to set the logger to be used by this configuration object.
- setLogger(Log) - Method in class org.apache.commons.configuration.FileSystem
-
Allows to set the logger to be used by this FileSystem.
- setLogger(Log) - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Allows to set the logger to be used by this configuration object.
- setLoggerName(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Set the name of the Logger to use on each CombinedConfiguration.
- setLoggerName(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setName(String) - Method in class org.apache.commons.configuration.interpol.ExprLookup.Variable
-
- setName(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Sets the name of this node.
- setName(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Sets the name of this node.
- setNewNodeName(String) - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Sets the name of the new node.
- setNodeCombiner(NodeCombiner) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Sets the node combiner.
- setNodeCombiner(NodeCombiner) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Sets the node combiner.
- setParent(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Sets the parent of this node.
- setParent(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.NodeAddData
-
Sets the parent node.
- setParentInterpolator(ConfigurationInterpolator) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Sets the parent interpolator.
- setParentNode(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Sets the parent of this node.
- setParentNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Sets the parent of this node.
- setPath(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Sets the location of this configuration as a full or relative path name.
- setPrefix(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Sets the prefix.
- setPrefix(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Set the prefix used to select the properties in the parent configuration.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Sets a new value for the specified property.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setProperty(Object, String, Object) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Set a property on the bean only if the property exists
- setProperty(String, Object) - Method in interface org.apache.commons.configuration.Configuration
-
Set a property, this will replace any previously set values.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Dummy implementation of the interface method.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.DataConfiguration
-
- setProperty(String, Object) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- setProperty(String, Object) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the value of the specified property.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
This operation is not supported and will throw an
UnsupportedOperationException.
- setProperty(String, Object) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setProperty(String, Object) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- setProperty(String, Object) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
-
- setProperty(String, Object) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
- setPropertyDelimiter(String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Sets the property delimiter.
- setPublicID(String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the public ID of the DOCTYPE declaration.
- setReference(Object) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Sets this node's reference.
- setReference(Object) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Sets the reference.
- setRefreshDelay(long) - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
Set the minimal time between two reloadings.
- setRefreshDelay(long) - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
Set the minimal time between two reloadings.
- setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
- setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setReloadingStrategy(ReloadingStrategy) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Set the reloading strategy.
- setReloadingStrategy(ReloadingStrategy) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setRoot(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- setRoot(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the root node of this hierarchical configuration.
- setRoot(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setRoot(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- setRootElementName(String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the name of the root element.
- setRootName(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Sets the name for the root element.
- setRootNode(ConfigurationNode) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- setRootNode(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Sets the root node of this hierarchical configuration.
- setRootNode(ConfigurationNode) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setRootNode(ConfigurationNode) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- setSchemaValidation(boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setSchemaValidation(boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the value of the schemaValidation flag.
- setSeparator(String, String) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the separator to be used for the property with the given key.
- setSingleLine(String, boolean) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Sets the "single line flag" for the specified property key.
- setSubnodeKey(String) - Method in class org.apache.commons.configuration.SubnodeConfiguration
-
Sets the key to the root node of this subnode configuration.
- setSubstitutor(StrSubstitutor) - Method in class org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
-
- setSubstitutor(StrSubstitutor) - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Set the StrSubstitutor.
- setSystemID(String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the system ID of the DOCTYPE declaration.
- setSystemProperties(String) - Static method in class org.apache.commons.configuration.SystemConfiguration
-
The method allows system properties to be set from a property file.
- setSystemProperties(String, String) - Static method in class org.apache.commons.configuration.SystemConfiguration
-
The method allows system properties to be set from a property file.
- setSystemProperties(PropertiesConfiguration) - Static method in class org.apache.commons.configuration.SystemConfiguration
-
Set System properties from a configuration file.
- setTabSize(int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Allows to set the throwExceptionOnMissing
flag.
- setThrowExceptionOnMissing(boolean) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Allows to set the throwExceptionOnMissing
flag.
- setTrimmingDisabled(boolean) - Method in class org.apache.commons.configuration.MapConfiguration
-
Sets a flag whether trimming of property values is disabled.
- setupDigesterInstance(Digester, String, ObjectCreationFactory, String, boolean) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets up digester rules for a configuration to be loaded.
- setupUnionRules(Digester, String) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.
Sets up rules for configurations in the additional section.
- setURL(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Set the location of this configuration as a URL.
- setURL(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
- setURL(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
-
The URL where the configuration is stored.
- setValidating(boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- setValidating(boolean) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Sets the value of the validating flag.
- setValue(Object) - Method in class org.apache.commons.configuration.interpol.ExprLookup.Variable
-
- setValue(Object) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Sets the value of this node.
- setValue(Object) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Sets the value of this node.
- setVariablePrefixMatcher(String) - Method in class org.apache.commons.configuration.interpol.ExprLookup
-
Set the prefix to use to identify subordinate expressions.
- setVariables(ExprLookup.Variables) - Method in class org.apache.commons.configuration.interpol.ExprLookup
-
Add the Variables that will be accessible within expressions.
- setVariableSuffixMatcher(String) - Method in class org.apache.commons.configuration.interpol.ExprLookup
-
Set the suffix to use to identify subordinate expressions.
- SimpleCharStream - Class in org.apache.commons.configuration.plist
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.commons.configuration.plist.SimpleCharStream
-
Constructor.
- SINGLE_LINE_COMMENT - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- specialToken - Variable in class org.apache.commons.configuration.plist.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- split(String, char, boolean) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Split a string on the specified delimiter.
- split(String, char) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Split a string on the specified delimiter always trimming the elements.
- START_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
start token
- staticFlag - Static variable in class org.apache.commons.configuration.plist.SimpleCharStream
-
Whether parser is static.
- strategy - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
-
Holds a reference to the reloading strategy.
- StrictConfigurationComparator - Class in org.apache.commons.configuration
-
Strict comparator for configurations.
- StrictConfigurationComparator() - Constructor for class org.apache.commons.configuration.StrictConfigurationComparator
-
Create a new strict comparator.
- STRING - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- SubnodeConfiguration - Class in org.apache.commons.configuration
-
A specialized hierarchical configuration class that wraps a single node of
its parent configuration.
- SubnodeConfiguration(HierarchicalConfiguration, ConfigurationNode) - Constructor for class org.apache.commons.configuration.SubnodeConfiguration
-
Creates a new instance of SubnodeConfiguration
and
initializes it with the parent configuration and the new root node.
- subnodeConfigurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Reacts on changes of an associated subnode configuration.
- subnodeConfigurationChanged(ConfigurationEvent) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
This method is always called when a subnode configuration created from
this configuration has been modified.
- SubNodes() - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
- subset(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
- subset(String) - Method in interface org.apache.commons.configuration.Configuration
-
Return a decorator Configuration containing every key from the current
Configuration that starts with the specified prefix.
- subset(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
- subset(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a new Configuration
object containing all keys
that start with the specified prefix.
- subset(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
- subset(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
- subset(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
- SubsetConfiguration - Class in org.apache.commons.configuration
-
A subset of another configuration.
- SubsetConfiguration(Configuration, String) - Constructor for class org.apache.commons.configuration.SubsetConfiguration
-
Create a subset of the specified configuration
- SubsetConfiguration(Configuration, String, String) - Constructor for class org.apache.commons.configuration.SubsetConfiguration
-
Create a subset of the specified configuration
- SwitchTo(int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Switch to specified lex state.
- SystemConfiguration - Class in org.apache.commons.configuration
-
A configuration based on the system properties.
- SystemConfiguration() - Constructor for class org.apache.commons.configuration.SystemConfiguration
-
Create a Configuration based on the system properties.