A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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(File) - Constructor for class org.apache.commons.configuration.AbstractFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractFileConfiguration(String) - 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(File) - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Creates and loads the configuration from the specified file.
- AbstractHierarchicalFileConfiguration(String) - 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(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.FileConfigurationDelegate - Class in org.apache.commons.configuration
-
A special implementation of the
FileConfiguration
interface that is used internally to implement theFileConfiguration
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) - 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, String, String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfiguration(AbstractConfiguration, String, String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Adds a new configuration to this combined configuration.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Add a configuration.
- addConfiguration(Configuration) - Method in class org.apache.commons.configuration.ConfigurationFactory.AdditionalConfigurationData
-
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(Configuration, boolean) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Adds a child configuration and optionally makes it the in-memory 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
-
Adds a special
ConfigurationErrorListener
object to this configuration that will log all internal errors. - 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(String) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.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.
- append(String, boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Appends the name of a property to this key.
- append(Configuration) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Appends the content of the specified configuration to this configuration.
- append(Configuration, Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Append all properties from the source configuration to the target configuration.
- 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.
B
- backup(int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Backup a number of characters.
- BaseConfiguration - Class in org.apache.commons.configuration
-
Basic configuration class.
- BaseConfiguration() - Constructor for class org.apache.commons.configuration.BaseConfiguration
- BaseConfigurationXMLReader - Class in org.apache.commons.configuration
-
A specialized SAX2 XML parser that processes configuration objects.
- BaseConfigurationXMLReader() - Constructor for class org.apache.commons.configuration.BaseConfigurationXMLReader
-
Creates a new instance of
BaseConfigurationXMLReader
. - BaseConfigurationXMLReader(Configuration) - Constructor for class org.apache.commons.configuration.BaseConfigurationXMLReader
-
Creates a new instance of
BaseConfigurationXMLReader
and sets the configuration object to be parsed. - basePath - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
-
Stores the base path.
- BeanDeclaration - Interface in org.apache.commons.configuration.beanutils
-
Definition of an interface for declaring a bean in a configuration file.
- BeanFactory - Interface in org.apache.commons.configuration.beanutils
-
Definition of an interface for bean factories.
- BeanHelper - Class in org.apache.commons.configuration.beanutils
-
A helper class for creating bean instances that are defined in configuration files.
- beginColumn - Variable in class org.apache.commons.configuration.plist.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.apache.commons.configuration.plist.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Start.
- bufcolumn - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- buffer - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- bufline - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- bufpos - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
-
Position in buffer.
- BuilderVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor
C
- 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.
- 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.
- 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
-
Deprecated.Use the method
HierarchicalConfiguration.clearNode(ConfigurationNode)
instead - 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() - Constructor for class org.apache.commons.configuration.CombinedConfiguration
-
Creates a new instance of
CombinedConfiguration
that uses a union combiner. - CombinedConfiguration(Lock) - Constructor for class org.apache.commons.configuration.CombinedConfiguration
- 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
- 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 multipleConfiguration
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(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) - Constructor for class org.apache.commons.configuration.CompositeConfiguration
-
Creates a CompositeConfiguration object with a specified in-memory configuration.
- 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 - 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 - Interface in org.apache.commons.configuration
-
The main Configuration interface.
- CONFIGURATION_NODE_POINTER_FACTORY_ORDER - Static variable in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
Constant for the order of this factory.
- configurationAt(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- 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) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- configurationAt(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- configurationAt(String, boolean) - 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, boolean) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- configurationAt(String, boolean) - 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-collectionConfiguration
instance. - ConfigurationDynaClass(Configuration) - Constructor for class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
-
Construct an instance of a
ConfigurationDynaClass
wrapping the specifiedConfiguration
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(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationException
-
Constructs a new
ConfigurationException
with specified detail message and nestedThrowable
. - ConfigurationException(Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationException
-
Constructs a new
ConfigurationException
with specified nestedThrowable
. - ConfigurationFactory - Class in org.apache.commons.configuration
-
Deprecated.Use
DefaultConfigurationBuilder
instead; this class provides the same features as ConfigurationFactory plus some more; it can also process the same configuration definition files. - 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
-
Deprecated.Use
DefaultConfigurationKey
instead. It is associated with aDefaultExpressionEngine
and thus can produce correct keys even if key separators have been changed. - 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-collectionConfiguration
instance to provide aMap
interface. - ConfigurationMap(Configuration) - Constructor for class org.apache.commons.configuration.ConfigurationMap
-
Creates a new instance of a
ConfigurationMap
that wraps the specifiedConfiguration
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(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
-
Constructs a new
ConfigurationRuntimeException
with specified detail message and nestedThrowable
. - ConfigurationRuntimeException(Throwable) - Constructor for exception org.apache.commons.configuration.ConfigurationRuntimeException
-
Constructs a new
ConfigurationRuntimeException
with specified nestedThrowable
. - 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(String, Throwable) - Constructor for exception org.apache.commons.configuration.ConversionException
-
Constructs a new
ConversionException
with specified detail message and nestedThrowable
. - ConversionException(Throwable) - Constructor for exception org.apache.commons.configuration.ConversionException
-
Constructs a new
ConversionException
with specified nestedThrowable
. - 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 specifiedExpressionEngine
. - 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
-
Deprecated.Adding new properties is now to a major part delegated to the
ExpressionEngine
associated with this configuration instance. This method will no longer be called. Developers who want to modify the process of adding new properties should consider implementing their own expression engine. - createBean(Class<?>, BeanDeclaration, Object) - Method in interface org.apache.commons.configuration.beanutils.BeanFactory
-
Returns a bean instance for the given class.
- createBean(Class<?>, BeanDeclaration, Object) - Method in class org.apache.commons.configuration.beanutils.DefaultBeanFactory
-
Creates a new bean instance.
- createBean(BeanDeclaration) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Returns a bean instance for the specified declaration.
- createBean(BeanDeclaration, Class<?>) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Returns a bean instance for the specified declaration.
- 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.
- 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(NodePointer, QName, Object) - Method in class org.apache.commons.configuration.tree.xpath.ConfigurationNodePointerFactory
-
Creates a node pointer for the specified bean.
- createNodePointer(QName, Object, Locale) - 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) - 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.HierarchicalConfiguration
-
Creates a new subnode configuration for the specified node and sets its construction key.
- 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() - 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.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.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.
D
- DATA - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- DATA_END - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- DATA_START - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- DatabaseConfiguration - Class in org.apache.commons.configuration
-
Configuration stored in a database.
- DatabaseConfiguration(DataSource, String, String, String) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
-
Build a configuration from a table.
- DatabaseConfiguration(DataSource, String, String, String, boolean) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
-
Creates a new instance of
DatabaseConfiguration
that operates on a database table containing a single configuration only. - DatabaseConfiguration(DataSource, String, String, String, String, String) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
-
Build a configuration from a table containing multiple configurations.
- DatabaseConfiguration(DataSource, String, String, String, String, String, boolean) - Constructor for class org.apache.commons.configuration.DatabaseConfiguration
-
Creates a new instance of
DatabaseConfiguration
that operates on a database table containing multiple configurations. - DataConfiguration - Class in org.apache.commons.configuration
-
Decorator providing additional getters for any Configuration.
- DataConfiguration(Configuration) - Constructor for class org.apache.commons.configuration.DataConfiguration
-
Creates a new instance of
DataConfiguration
and sets the wrapped configuration. - DATE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- DATE_FORMAT_KEY - Static variable in class org.apache.commons.configuration.DataConfiguration
-
The key of the property storing the user defined date format.
- DATE_START - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- debugStream - Variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Debug output.
- DEFAULT - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
Lexical state.
- DEFAULT_ATTRIBUTE_END - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Constant for the default attribute end marker.
- DEFAULT_ATTRIBUTE_START - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Constant for the default attribute start marker.
- DEFAULT_DATE_FORMAT - Static variable in class org.apache.commons.configuration.DataConfiguration
-
The default format for dates.
- DEFAULT_ESCAPED_DELIMITER - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Constant for the default escaped property delimiter.
- DEFAULT_INDEX_END - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Constant for the default index end marker.
- DEFAULT_INDEX_START - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Constant for the default index start marker.
- DEFAULT_PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Constant for the default property delimiter.
- DefaultBeanFactory - Class in org.apache.commons.configuration.beanutils
-
The default implementation of the
BeanFactory
interface. - DefaultBeanFactory() - Constructor for class org.apache.commons.configuration.beanutils.DefaultBeanFactory
- DefaultConfigurationBuilder - Class in org.apache.commons.configuration
-
A factory class that creates a composite configuration from an XML based configuration definition file.
- DefaultConfigurationBuilder() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Creates a new instance of
DefaultConfigurationBuilder
. - DefaultConfigurationBuilder(File) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Creates a new instance of
DefaultConfigurationBuilder
and sets the specified configuration definition file. - DefaultConfigurationBuilder(String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Creates a new instance of
DefaultConfigurationBuilder
and sets the specified configuration definition file. - DefaultConfigurationBuilder(URL) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Creates a new instance of
DefaultConfigurationBuilder
and sets the specified configuration definition file. - DefaultConfigurationBuilder.ConfigurationDeclaration - Class in org.apache.commons.configuration
-
A specialized
BeanDeclaration
implementation that represents the declaration of a configuration source. - DefaultConfigurationBuilder.ConfigurationProvider - Class in org.apache.commons.configuration
-
A base class for creating and initializing configuration sources.
- DefaultConfigurationBuilder.FileConfigurationProvider - Class in org.apache.commons.configuration
-
A specialized provider implementation that deals with file based configurations.
- DefaultConfigurationBuilder.XMLConfigurationProvider - Class in org.apache.commons.configuration
-
A specialized configuration provider for XML configurations.
- DefaultConfigurationKey - Class in org.apache.commons.configuration.tree
-
A simple class that supports creation of and iteration on configuration keys supported by a
DefaultExpressionEngine
object. - DefaultConfigurationKey(DefaultExpressionEngine) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Creates a new instance of
DefaultConfigurationKey
and sets the associated expression engine. - DefaultConfigurationKey(DefaultExpressionEngine, String) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Creates a new instance of
DefaultConfigurationKey
and sets the associated expression engine and an initial key. - DefaultConfigurationKey.KeyIterator - Class in org.apache.commons.configuration.tree
-
A specialized iterator class for tokenizing a configuration key.
- DefaultConfigurationNode - Class in org.apache.commons.configuration.tree
-
A default implementation of the
ConfigurationNode
interface. - DefaultConfigurationNode() - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Creates a new uninitialized instance of
DefaultConfigurationNode
. - DefaultConfigurationNode(String) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Creates a new instance of
DefaultConfigurationNode
and initializes it with the node name. - DefaultConfigurationNode(String, Object) - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Creates a new instance of
DefaultConfigurationNode
and initializes it with the name and a value. - DefaultConfigurationNode.SubNodes - Class in org.apache.commons.configuration.tree
-
An internally used helper class for managing a collection of sub nodes.
- DefaultEntityResolver - Class in org.apache.commons.configuration.resolver
-
The DefaultEntityResolver used by XML Configurations.
- DefaultEntityResolver() - Constructor for class org.apache.commons.configuration.resolver.DefaultEntityResolver
- DefaultExpressionEngine - Class in org.apache.commons.configuration.tree
-
A default implementation of the
ExpressionEngine
interface providing the "native"e; expression language for hierarchical configurations. - DefaultExpressionEngine() - Constructor for class org.apache.commons.configuration.tree.DefaultExpressionEngine
- DefaultFileSystem - Class in org.apache.commons.configuration
-
FileSystem that uses java.io.File or HttpClient
- DefaultFileSystem() - Constructor for class org.apache.commons.configuration.DefaultFileSystem
- DefaultIOFactory() - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.DefaultIOFactory
- delimiter - Variable in class org.apache.commons.configuration.SubsetConfiguration
-
The prefix delimiter
- deregisterBeanFactory(String) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Deregisters the bean factory with the given name.
- deregisterGlobalLookup(String) - Static method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Deregisters the global lookup object for the specified prefix.
- deregisterLookup(String) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Deregisters the lookup object for the specified prefix at this instance.
- detachNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
This method is called whenever a sub node is removed from this object.
- detachNodes(Collection<? extends ConfigurationNode>) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Detaches a list of sub nodes.
- DICT_BEGIN - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- DICT_END - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- DICT_SEPARATOR - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- differenceKey(ConfigurationKey) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.Returns the "difference key" to a given key.
- DigesterConfigurationFactory(Class<?>) - Constructor for class org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory
-
Deprecated.Creates a new instance of
DigesterConfigurationFactory
. - Done() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reset buffer when finished.
- dump(Configuration, PrintStream) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Dump the configuration key/value mappings to some ouput stream.
- dump(Configuration, PrintWriter) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Dump the configuration key/value mappings to some writer.
- DynamicCombinedConfiguration - Class in org.apache.commons.configuration
-
DynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.
- DynamicCombinedConfiguration() - Constructor for class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Creates a new instance of
DynamicCombinedConfiguration
that uses a union combiner. - DynamicCombinedConfiguration(NodeCombiner) - Constructor for class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Creates a new instance of
DynamicCombinedConfiguration
and initializes the combiner to be used.
E
- enableDigesterSubstitutor(Digester) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
Deprecated.Adds a substitutor to interpolate system properties
- enableRuntimeExceptions(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Enables runtime exceptions for the specified configuration object.
- END_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
end token
- endColumn - Variable in class org.apache.commons.configuration.plist.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.apache.commons.configuration.plist.Token
-
The line number of the last character of this Token.
- enterNoReload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Enters the "No reloading mode".
- EntityRegistry - Interface in org.apache.commons.configuration.resolver
-
Interface used for registering and retrieving PUBLICID to URL mappings.
- EntityResolverSupport - Interface in org.apache.commons.configuration.resolver
-
Interface that identifies the class as using an EntityResolver
- entrySet() - Method in class org.apache.commons.configuration.ConfigurationMap
-
Returns a set with the entries contained in this configuration-based map.
- EnvironmentConfiguration - Class in org.apache.commons.configuration
-
A Configuration implementation that reads the platform specific environment variables using the map returned by
System.getenv()
. - EnvironmentConfiguration() - Constructor for class org.apache.commons.configuration.EnvironmentConfiguration
-
Create a Configuration based on the environment variables.
- EnvironmentLookup - Class in org.apache.commons.configuration.interpol
-
A specialized lookup implementation that allows access to environment variables.
- EnvironmentLookup() - Constructor for class org.apache.commons.configuration.interpol.EnvironmentLookup
- EOF - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
End of File.
- EOL - Static variable in exception org.apache.commons.configuration.plist.ParseException
-
The end of line string for this machine.
- EQUAL - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- equals(Object) - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.Checks if two
ConfigurationKey
objects are equal. - equals(Object) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Checks if two
ConfigurationKey
objects are equal. - ESCAPED_DELIMITER - Static variable in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.Constant for an escaped delimiter.
- ESCAPED_QUOTE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- escapeDelimiters(String, char) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Escapes the delimiters that might be contained in the given string.
- escapeListDelimiter(String, char) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Escapes the list delimiter if it is contained in the given string.
- EVENT_ADD_NODES - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
-
Constant for the add nodes event.
- EVENT_ADD_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
Constant for the add property event type.
- EVENT_CLEAR - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
Constant for the clear configuration event type.
- EVENT_CLEAR_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
Constant for the clear property event type.
- EVENT_CLEAR_TREE - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
-
Constant for the clear tree event.
- EVENT_COMBINED_INVALIDATE - Static variable in class org.apache.commons.configuration.CombinedConfiguration
-
Constant for the invalidate event that is fired when the internal node structure becomes invalid.
- EVENT_CONFIG_CHANGED - Static variable in class org.apache.commons.configuration.AbstractFileConfiguration
-
Constant fro the configuration changed event.
- EVENT_ERR_LOAD_OPTIONAL - Static variable in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Constant for the type of error events caused by optional configurations that cannot be loaded.
- EVENT_READ_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
Constant for the get property event type.
- EVENT_RELOAD - Static variable in class org.apache.commons.configuration.AbstractFileConfiguration
-
Constant for the configuration reload event.
- EVENT_SET_PROPERTY - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
Constant for the set property event type.
- EVENT_SUBNODE_CHANGED - Static variable in class org.apache.commons.configuration.HierarchicalConfiguration
-
Constant for the subnode configuration modified event.
- EventSource - Class in org.apache.commons.configuration.event
-
A base class for objects that can generate configuration events.
- EventSource() - Constructor for class org.apache.commons.configuration.event.EventSource
-
Creates a new instance of
EventSource
. - exitNoReload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Leaves the "No reloading mode".
- ExpandBuff(boolean) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
- expectedTokenSequences - Variable in exception org.apache.commons.configuration.plist.ParseException
-
Each entry in this array is an array of integers.
- ExpressionEngine - Interface in org.apache.commons.configuration.tree
-
Definition of an interface for evaluating keys for hierarchical configurations.
- ExprLookup - Class in org.apache.commons.configuration.interpol
-
Lookup that allows expressions to be evaluated.
- ExprLookup() - Constructor for class org.apache.commons.configuration.interpol.ExprLookup
-
The default constructor.
- ExprLookup(ExprLookup.Variables) - Constructor for class org.apache.commons.configuration.interpol.ExprLookup
-
Constructor for use by applications.
- ExprLookup(ExprLookup.Variables, String, String) - Constructor for class org.apache.commons.configuration.interpol.ExprLookup
-
Constructor for use by applications.
- ExprLookup.Variable - Class in org.apache.commons.configuration.interpol
-
The key and corresponding object that will be made available to the JexlContext for use in expressions.
- ExprLookup.Variables - Class in org.apache.commons.configuration.interpol
-
List wrapper used to allow the Variables list to be created as beans in DefaultConfigurationBuilder.
F
- fetchAddNode(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Deprecated.Adding new properties is now to a major part delegated to the
ExpressionEngine
associated with this configuration instance. This method will no longer be called. Developers who want to modify the process of adding new properties should consider implementing their own expression engine. - fetchClass(String) - Method in class org.apache.commons.configuration.interpol.ConstantLookup
-
Loads the class with the specified name.
- fetchConfigurationClass() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Returns the configuration class supported by this provider.
- fetchLookupForPrefix(String) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Obtains the lookup object for the specified prefix.
- fetchNodeList(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Fetches a list of nodes, which are selected by the specified key.
- fetchNodeList(String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Evaluates the passed in property key and returns a list with the matching configuration nodes.
- fetchNodeList(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Helper method for fetching a list of all nodes that are addressed by the specified key.
- fetchNoPrefixLookup() - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Returns the lookup object to be used for variables without a prefix.
- fetchSeparator(String, Object) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Returns the separator to be used for the given property.
- FileChangedReloadingStrategy - Class in org.apache.commons.configuration.reloading
-
A reloading strategy that will reload the configuration every time its underlying file is changed.
- FileChangedReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
- FileConfiguration - Interface in org.apache.commons.configuration
-
A persistent configuration loaded and saved to a file.
- FileConfigurationDelegate() - Constructor for class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
- FileConfigurationFactory(Class<?>) - Constructor for class org.apache.commons.configuration.ConfigurationFactory.FileConfigurationFactory
-
Deprecated.C'tor
- FileConfigurationProvider() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
-
Creates a new instance of
FileConfigurationProvider
. - FileConfigurationProvider(Class<?>) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
-
Creates a new instance of
FileConfigurationProvider
and sets the configuration class. - FileConfigurationProvider(String) - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.FileConfigurationProvider
-
Creates a new instance of
FileConfigurationProvider
and sets the configuration class name. - fileFromURL(URL) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Tries to convert the specified URL to a file object.
- fileName - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
-
Stores the file name.
- FileOptionsProvider - Interface in org.apache.commons.configuration
-
Some FileSystems allow options to be passed on File operations.
- FileSystem - Class in org.apache.commons.configuration
-
Abstract layer to allow various types of file systems.
- FileSystem() - Constructor for class org.apache.commons.configuration.FileSystem
- FileSystemBased - Interface in org.apache.commons.configuration
-
Interface used to install or locate the FileSystem
- FillBuff() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
- findCombineNode(ConfigurationNode, ConfigurationNode, ConfigurationNode, List<ConfigurationNode>) - Method in class org.apache.commons.configuration.tree.UnionCombiner
-
Tries to find a child node of the second source node, with which a child of the first source node can be combined.
- findLastPathNode(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Deprecated.Adding new properties is now to a major part delegated to the
ExpressionEngine
associated with this configuration instance. This method will no longer be called. Developers who want to modify the process of adding new properties should consider implementing their own expression engine. - findLastPathNode(DefaultConfigurationKey.KeyIterator, ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Finds the last existing node for an add operation.
- findNodesForKey(DefaultConfigurationKey.KeyIterator, ConfigurationNode, Collection<ConfigurationNode>) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Recursive helper method for evaluating a key.
- findPropertyNodes(ConfigurationKey.KeyIterator, HierarchicalConfiguration.Node, Collection<ConfigurationNode>) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Deprecated.Property keys are now evaluated by the expression engine associated with the configuration; this method will no longer be called. If you want to modify the way properties are looked up, consider implementing you own
ExpressionEngine
implementation. - fireCharacters(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Fires a SAX characters event.
- fireElementEnd(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Fires a SAX element end event.
- fireElementStart(String, Attributes) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Fires a SAX element start event.
- fireError(int, String, Object, Throwable) - Method in class org.apache.commons.configuration.event.EventSource
-
Creates an error event object and delivers it to all registered error listeners.
- fireEvent(int, String, Object, boolean) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Sends an event to all registered listeners.
- fireEvent(int, String, Object, boolean) - Method in class org.apache.commons.configuration.event.EventSource
-
Creates an event object and delivers it to all registered event listeners.
- fs - Variable in class org.apache.commons.configuration.resolver.CatalogResolver
-
The FileSystem in use.
G
- 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.
- get(Object) - Method in class org.apache.commons.configuration.ConfigurationMap
-
Returns the value of the specified key.
- 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
- 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() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the number of attributes contained in this node.
- getAttributeCount(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the number of attributes with the given name.
- 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() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a list with the attributes of this node.
- getAttributes(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns a list with the attribute nodes with the given name.
- 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() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Returns the base path.
- getBasePath(String) - Method in class org.apache.commons.configuration.DefaultFileSystem
- 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
BigDecimal
associated with the given configuration key. - getBigDecimal(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getBigDecimal(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getBigDecimal(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getBigDecimal(String, BigDecimal) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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, BigDecimal) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getBigDecimal(String, BigDecimal) - 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a
BigInteger
associated with the given configuration key. - getBigInteger(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getBigInteger(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getBigInteger(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getBigInteger(String, BigInteger) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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, BigInteger) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getBigInteger(String, BigInteger) - 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a boolean associated with the given configuration key.
- getBoolean(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getBoolean(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getBoolean(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- 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 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.MultiFileHierarchicalConfiguration
- getBoolean(String, boolean) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- 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, 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.MultiFileHierarchicalConfiguration
- getBoolean(String, Boolean) - 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getByte(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getByte(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getByte(String, byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getByte(String, byte) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getByte(String, Byte) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getByte(String, Byte) - 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() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns a list with all children 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(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() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Returns the number of all children of this node.
- getChildrenCount(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Returns the number of children with the given name.
- 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() - Method in interface org.apache.commons.configuration.ConfigurationBuilder
-
Returns the configuration provided by this builder.
- 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() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Returns the configuration provided by this builder.
- getConfiguration() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Returns the configuration object to be parsed.
- getConfiguration() - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Returns the associated configuration object.
- 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.CombinedConfiguration
-
Returns the configuration at the specified index.
- getConfiguration(int) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Return the configuration at the specified index.
- 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.CombinedConfiguration
-
Returns the configuration with the given name.
- getConfiguration(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Returns the configuration with the given name.
- getConfiguration(Properties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a standard Properties class into a configuration class.
- getConfiguration(ExtendedProperties) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a ExtendedProperties class into a Configuration class.
- 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.
- 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
-
Deprecated.Use a custom data source to change the connection used by the class. To be removed in Commons Configuration 2.0
- 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
-
Deprecated.Use AbstractConfiguration.getDefaultListDelimiter() instead
- 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getDouble(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getDouble(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getDouble(String, double) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getDouble(String, double) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getDouble(String, Double) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getDouble(String, Double) - 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() - 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.
- 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.
- 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() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the name of the file.
- getFileName(String) - Method in class org.apache.commons.configuration.DefaultFileSystem
- 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a float associated with the given configuration key.
- getFloat(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getFloat(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getFloat(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getFloat(String, float) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getFloat(String, float) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getFloat(String, Float) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getFloat(String, Float) - 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
-
Deprecated.Only exists to not break backwards compatibility. Use
PropertiesConfiguration.isIncludesAllowed()
instead. - 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(String, String) - 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.DefaultFileSystem
- getInputStream(URL) - Method in class org.apache.commons.configuration.FileSystem
- getInputStream(URL) - Method in class org.apache.commons.configuration.VFSFileSystem
- getInt(String) - 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) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getInt(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getInt(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getInt(String, int) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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, int) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getInt(String, int) - 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() - 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() - 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() - 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() - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Returns an iterator with all keys defined in this configuration.
- getKeys() - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns an iterator with all property keys stored in this configuration.
- getKeys() - Method in class org.apache.commons.configuration.MapConfiguration
- getKeys() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getKeys() - 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() - 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
- 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(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- 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(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- 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(String) - Method in class org.apache.commons.configuration.JNDIConfiguration
-
Returns an iterator with all property keys starting with the given prefix.
- getKeys(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getKeys(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getKeys(String) - Method in class org.apache.commons.configuration.SubsetConfiguration
- 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(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) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a List of strings associated with the given configuration key.
- getList(String) - Method in interface org.apache.commons.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getList(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getList(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getList(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getList(String, List<?>) - Method in class org.apache.commons.configuration.AbstractConfiguration
- getList(String, List<?>) - Method in class org.apache.commons.configuration.CompositeConfiguration
- getList(String, List<?>) - Method in interface org.apache.commons.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getList(String, List<?>) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getList(String, List<?>) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getList(String, List<?>) - 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a long associated with the given configuration key.
- getLong(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getLong(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getLong(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getLong(String, long) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getLong(String, long) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getLong(String, Long) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getLong(String, Long) - 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() - Method in class org.apache.commons.configuration.MapConfiguration
-
Return the Map decorated by this configuration.
- getMap(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a Configuration class into a Map class.
- 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(File) - Method in class org.apache.commons.configuration.DefaultFileSystem
- getOutputStream(File) - Method in class org.apache.commons.configuration.FileSystem
- getOutputStream(URL) - Method in class org.apache.commons.configuration.DefaultFileSystem
- getOutputStream(URL) - 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a list of properties associated with the given configuration key.
- 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
- getProperties(String, Properties) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Get a list of properties associated with the given configuration key.
- getProperties(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationConverter
-
Convert a Configuration class into a Properties class.
- getProperty(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
- getProperty(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- getProperty(String) - Method in class org.apache.commons.configuration.BaseConfiguration
-
Read property from underlying map.
- getProperty(String) - Method in class org.apache.commons.configuration.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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a short associated with the given configuration key.
- getShort(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getShort(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getShort(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getShort(String, short) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getShort(String, short) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getShort(String, Short) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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.MultiFileHierarchicalConfiguration
- getShort(String, Short) - 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) - Method in interface org.apache.commons.configuration.Configuration
-
Get a string associated with the given configuration key.
- getString(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- getString(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getString(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- getString(String, String) - Method in class org.apache.commons.configuration.AbstractConfiguration
- 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, String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- getString(String, 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() - 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() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Return the URL where the configuration is stored.
- getURL(String) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an URL associated with the given configuration key.
- 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, String) - Method in class org.apache.commons.configuration.DefaultFileSystem
- getURL(String, String) - Method in class org.apache.commons.configuration.FileSystem
- getURL(String, String) - Method in class org.apache.commons.configuration.VFSFileSystem
- getURL(String, URL) - Method in class org.apache.commons.configuration.DataConfiguration
-
Get an URL associated with the given configuration key.
- 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.
H
- hasChanged() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
Check if the configuration has changed since the last time it was loaded.
- hasChanged() - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
Check if the configuration has changed since the last time it was loaded.
- hasChildren() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Returns a flag whether this node has child elements.
- hashCode() - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.Returns the hash code for this object.
- hashCode() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Returns the hash code for this object.
- hasIndex() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.Returns a flag if the current key has an associated index.
- hasIndex() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns a flag if the current key has an associated index.
- hasNext() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.Checks if there is a next element.
- hasNext() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Checks if there is a next element.
- HEXA - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- HierarchicalConfiguration - Class in org.apache.commons.configuration
-
A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.
- HierarchicalConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a new instance of
HierarchicalConfiguration
. - HierarchicalConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration
-
Creates a new instance of
HierarchicalConfiguration
and copies all data contained in the specified configuration into the new one. - HierarchicalConfiguration.BuilderVisitor - Class in org.apache.commons.configuration
-
A specialized visitor base class that can be used for storing the tree of configuration nodes.
- HierarchicalConfiguration.Node - Class in org.apache.commons.configuration
-
A data class for storing (hierarchical) property information.
- HierarchicalConfiguration.NodeVisitor - Class in org.apache.commons.configuration
-
Definition of a visitor class for traversing a node and all of its children.
- HierarchicalConfigurationXMLReader - Class in org.apache.commons.configuration
-
A specialized SAX2 XML parser that "parses" hierarchical configuration objects.
- HierarchicalConfigurationXMLReader() - Constructor for class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Creates a new instance of
HierarchicalConfigurationXMLReader
. - HierarchicalConfigurationXMLReader(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Creates a new instance of
HierarchicalConfigurationXMLReader
and sets the configuration to be parsed. - HierarchicalINIConfiguration - Class in org.apache.commons.configuration
-
A specialized hierarchical configuration implementation for parsing ini files.
- HierarchicalINIConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Create a new empty INI Configuration.
- HierarchicalINIConfiguration(File) - Constructor for class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Create and load the ini configuration from the given file.
- HierarchicalINIConfiguration(String) - Constructor for class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Create and load the ini configuration from the given file.
- HierarchicalINIConfiguration(URL) - Constructor for class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Create and load the ini configuration from the given url.
- HierarchicalReloadableConfiguration - Class in org.apache.commons.configuration
-
A base class for hierarchical configurations with specific reloading requirements.
- HierarchicalReloadableConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalReloadableConfiguration
-
Creates a new instance of
HierarchicalReloadableConfiguration
. - HierarchicalReloadableConfiguration(Object) - Constructor for class org.apache.commons.configuration.HierarchicalReloadableConfiguration
-
Creates a new instance of
HierarchicalReloadableConfiguration
and initializes it with the given lock object. - HierarchicalReloadableConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.HierarchicalReloadableConfiguration
-
Creates a new instance of
HierarchicalReloadableConfiguration
and copies all data contained in the specified configuration into the new one. - HierarchicalXMLConfiguration - Class in org.apache.commons.configuration
-
Deprecated.This class is deprecated. Use
XMLConfiguration
instead, which supports all features this class had offered before. - HierarchicalXMLConfiguration() - Constructor for class org.apache.commons.configuration.HierarchicalXMLConfiguration
-
Deprecated.
I
- 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
-
Deprecated.This class has been replaced by HierarchicalINIConfiguration, which provides a superset of the functionality offered by this class.
- INIConfiguration() - Constructor for class org.apache.commons.configuration.INIConfiguration
-
Deprecated.Create a new empty INI Configuration.
- INIConfiguration(File) - Constructor for class org.apache.commons.configuration.INIConfiguration
-
Deprecated.Create and load the ini configuration from the given file.
- INIConfiguration(String) - 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(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) - Method in class org.apache.commons.configuration.SubsetConfiguration
- interpolate(Object, AbstractConfiguration) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Performs interpolation of the specified value.
- interpolate(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
interpolate key names to handle ${key} stuff
- 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
-
Deprecated.Interpolation is now handled by
PropertyConverter
; this method will no longer be called - INVALID_LEXICAL_STATE - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
-
Tried to change to an invalid lexical state.
- invalidate() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Invalidates this combined configuration.
- 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.
J
- jjFillToken() - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
- jjnewLexState - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Token literal values.
- JNDIConfiguration - Class in org.apache.commons.configuration
-
This Configuration class allows you to interface with a JNDI datasource.
- JNDIConfiguration() - Constructor for class org.apache.commons.configuration.JNDIConfiguration
-
Creates a JNDIConfiguration using the default initial context as the root of the properties.
- JNDIConfiguration(String) - Constructor for class org.apache.commons.configuration.JNDIConfiguration
-
Creates a JNDIConfiguration using the default initial context, shifted with the specified prefix, as the root of the properties.
- JNDIConfiguration(Context) - Constructor for class org.apache.commons.configuration.JNDIConfiguration
-
Creates a JNDIConfiguration using the specified initial context as the root of the properties.
- JNDIConfiguration(Context, String) - Constructor for class org.apache.commons.configuration.JNDIConfiguration
-
Creates a JNDIConfiguration using the specified initial context shifted by the specified prefix as the root of the properties.
K
- KeyIterator() - Constructor for class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.
- KeyIterator() - Constructor for class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
- kind - Variable in class org.apache.commons.configuration.plist.Token
-
An integer that describes the kind of this token.
L
- lastChecked - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
The last time the file was checked for changes.
- lastChecked - Variable in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
The last time the file was checked for changes.
- lastModified - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
The last time the configuration file was modified.
- lastModified - Variable in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
The last time the configuration file was modified.
- length() - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.Returns the actual length of this configuration key.
- length() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Returns the actual length of this configuration key.
- LETTER - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- LEXICAL_ERROR - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in error org.apache.commons.configuration.plist.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Lexer state names.
- line - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- listNodes - Variable in class org.apache.commons.configuration.tree.NodeCombiner
-
Stores a list with node names that are known to be list nodes.
- load() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Load the configuration from the underlying location.
- load() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- load() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Load the configuration from the underlying URL.
- load() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- load(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Load the configuration from the specified file.
- load(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- load(File) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Load the configuration from the specified file.
- load(File) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- load(InputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Load the configuration from the specified stream, using the encoding returned by
AbstractFileConfiguration.getEncoding()
. - load(InputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- load(InputStream) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Load the configuration from the specified stream, using the encoding returned by
FileConfiguration.getEncoding()
. - load(InputStream) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- load(InputStream) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Loads the configuration from the given input stream.
- load(InputStream, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Load the configuration from the specified stream, using the specified encoding.
- load(InputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- load(InputStream, String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Load the configuration from the specified stream, using the specified encoding.
- load(InputStream, String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- load(Reader) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
- load(Reader) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Load the configuration from the specified reader.
- load(Reader) - Method in class org.apache.commons.configuration.HierarchicalINIConfiguration
-
Load the configuration from the given reader.
- load(Reader) - Method in class org.apache.commons.configuration.INIConfiguration
-
Deprecated.Load the configuration from the given reader.
- load(Reader) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- load(Reader) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- load(Reader) - Method in class org.apache.commons.configuration.plist.PropertyListConfiguration
- load(Reader) - Method in class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
- load(Reader) - Method in class org.apache.commons.configuration.PropertiesConfiguration
-
Load the properties from the given reader.
- load(Reader) - Method in class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Reads a properties file and stores its internal structure.
- load(Reader) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Load the configuration from the given reader.
- load(Reader) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
- load(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Locate the specified file and load the configuration.
- load(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- load(String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Locate the specified file and load the configuration.
- load(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- load(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Load the configuration from the specified URL.
- load(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- load(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Load the configuration from the specified URL.
- load(URL) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- load(Element) - Method in class org.apache.commons.configuration.XMLPropertiesConfiguration
-
Parses a DOM element containing the properties.
- loadClass(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder.ConfigurationProvider
-
Loads the class with the specified name dynamically.
- loadSystemCatalogs() - Method in class org.apache.commons.configuration.resolver.CatalogResolver.Catalog
-
Load the catalogs.
- locate(String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Return the location of the specified resource by searching the user home directory, the current classpath and the system classpath.
- locate(String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Return the location of the specified resource by searching the user home directory, the current classpath and the system classpath.
- locate(FileSystem, String, String) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Return the location of the specified resource by searching the user home directory, the current classpath and the system classpath.
- locateFromURL(String, String) - Method in class org.apache.commons.configuration.DefaultFileSystem
- locateFromURL(String, String) - Method in class org.apache.commons.configuration.FileSystem
- locateFromURL(String, String) - Method in class org.apache.commons.configuration.VFSFileSystem
- Lock - Class in org.apache.commons.configuration
-
A simple class acting as lock.
- Lock(String) - Constructor for class org.apache.commons.configuration.Lock
-
Creates a new instance of
Lock
with the specified name. - lookup(String) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Resolves the specified variable.
- lookup(String) - Method in class org.apache.commons.configuration.interpol.ConstantLookup
-
Tries to resolve the specified variable.
- lookup(String) - Method in class org.apache.commons.configuration.interpol.EnvironmentLookup
-
Performs a lookup for the specified variable.
- lookup(String) - Method in class org.apache.commons.configuration.interpol.ExprLookup
-
Evaluates the expression.
- LOOP_DETECTED - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
M
- ManagedReloadingStrategy - Class in org.apache.commons.configuration.reloading
-
A strategy to reload configuration based on management requests.
- ManagedReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
- ManagedReloadingStrategyMBean - Interface in org.apache.commons.configuration.reloading
-
MBean definition for managing configuration reload.
- manager - Variable in class org.apache.commons.configuration.resolver.CatalogResolver
-
The CatalogManager
- map - Variable in class org.apache.commons.configuration.MapConfiguration
-
The Map decorated by this configuration.
- MapConfiguration - Class in org.apache.commons.configuration
-
A Map based Configuration.
- MapConfiguration(Map<String, ?>) - Constructor for class org.apache.commons.configuration.MapConfiguration
-
Create a Configuration decorator around the specified Map.
- MapConfiguration(Properties) - Constructor for class org.apache.commons.configuration.MapConfiguration
-
Creates a new instance of
MapConfiguration
and initializes its content from the specifiedProperties
object. - MAX_HOST_CONNECTIONS - Static variable in interface org.apache.commons.configuration.FileOptionsProvider
-
Key used to identify the maximum number of connections allowed to a single host.
- MAX_TOTAL_CONNECTIONS - Static variable in interface org.apache.commons.configuration.FileOptionsProvider
-
Key used to identify the maximum number of connections allowed to all hosts.
- maxNextCharInd - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- MergeCombiner - Class in org.apache.commons.configuration.tree
-
A specialized implementation of the
NodeCombiner
interface that performs a merge from two passed in node hierarchies. - MergeCombiner() - Constructor for class org.apache.commons.configuration.tree.MergeCombiner
- MultiFileHierarchicalConfiguration - Class in org.apache.commons.configuration
-
This class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant.
- MultiFileHierarchicalConfiguration() - Constructor for class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
Default Constructor.
- MultiFileHierarchicalConfiguration(String) - Constructor for class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
Construct the configuration with the specified pattern.
N
- newInstance() - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaClass
- newToken(int) - Static method in class org.apache.commons.configuration.plist.Token
- newToken(int, String) - Static method in class org.apache.commons.configuration.plist.Token
-
Returns a new Token object, by default.
- next - Variable in class org.apache.commons.configuration.plist.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.Returns the next object in the iteration.
- next() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns the next object in the iteration.
- nextKey() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.Returns the next key part of this configuration key.
- nextKey() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns the next key part of this configuration key.
- nextKey(boolean) - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.Returns the next key part of this configuration key.
- nextKey(boolean) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Returns the next key part of this configuration key.
- nextProperty() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Parses the next property from the input stream and stores the found name and value in internal fields.
- Node() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Creates a new instance of
Node
. - Node(String) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Creates a new instance of
Node
and sets the name. - Node(String, Object) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Creates a new instance of
Node
and sets the name and the value. - Node(ConfigurationNode) - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Creates a new instance of
Node
based on the given source node. - NodeAddData - Class in org.apache.commons.configuration.tree
-
A simple data class used by
ExpressionEngine
to store the results of theprepareAdd()
operation. - NodeAddData() - Constructor for class org.apache.commons.configuration.tree.NodeAddData
-
Creates a new, uninitialized instance of
NodeAddData
. - NodeAddData(ConfigurationNode, String) - Constructor for class org.apache.commons.configuration.tree.NodeAddData
-
Creates a new instance of
NodeAddData
and sets the most important data fields. - NodeCombiner - Class in org.apache.commons.configuration.tree
-
A base class for node combiner implementations.
- NodeCombiner() - Constructor for class org.apache.commons.configuration.tree.NodeCombiner
-
Creates a new instance of
NodeCombiner
. - nodeDefined(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Deprecated.Use the method
HierarchicalConfiguration.nodeDefined(ConfigurationNode)
instead. - nodeDefined(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Checks if the specified node is defined.
- nodeKey(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Determines the key of the passed in node.
- nodeKey(ConfigurationNode, String) - Method in interface org.apache.commons.configuration.tree.ExpressionEngine
-
Returns the key for the specified node in the expression language supported by an implementation.
- nodeKey(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
-
Returns a (canonical) key for the given node based on the parent's key.
- NodeVisitor() - Constructor for class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
- normalizeURI(String) - Method in class org.apache.commons.configuration.resolver.CatalogResolver.Catalog
-
Perform character normalization on a URI reference.
- NS_URI - Static variable in class org.apache.commons.configuration.ConfigurationXMLReader
-
Constant for the namespace URI.
O
- org.apache.commons.configuration - package org.apache.commons.configuration
- org.apache.commons.configuration.beanutils - package org.apache.commons.configuration.beanutils
- org.apache.commons.configuration.event - package org.apache.commons.configuration.event
- org.apache.commons.configuration.interpol - package org.apache.commons.configuration.interpol
- org.apache.commons.configuration.plist - package org.apache.commons.configuration.plist
- org.apache.commons.configuration.reloading - package org.apache.commons.configuration.reloading
- org.apache.commons.configuration.resolver - package org.apache.commons.configuration.resolver
- org.apache.commons.configuration.tree - package org.apache.commons.configuration.tree
- org.apache.commons.configuration.tree.xpath - package org.apache.commons.configuration.tree.xpath
- org.apache.commons.configuration.web - package org.apache.commons.configuration.web
- OverrideCombiner - Class in org.apache.commons.configuration.tree
-
A concrete combiner implementation that is able to construct an override combination.
- OverrideCombiner() - Constructor for class org.apache.commons.configuration.tree.OverrideCombiner
P
- parent - Variable in class org.apache.commons.configuration.SubsetConfiguration
-
The parent configuration.
- parse(String) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Parses the acutal configuration object.
- parse(InputSource) - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Parses the actual configuration object.
- parseCatalog(String, String) - Method in class org.apache.commons.configuration.resolver.CatalogResolver.Catalog
-
Parse the specified catalog file.
- parseConfiguration() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Parses the configuration object and generates SAX events.
- ParseException - Exception in org.apache.commons.configuration.plist
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception org.apache.commons.configuration.plist.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.commons.configuration.plist.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.commons.configuration.plist.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseProperty(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Parses a line read from the properties file.
- PatternSubtreeConfigurationWrapper - Class in org.apache.commons.configuration
-
Wraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.
- PatternSubtreeConfigurationWrapper(AbstractHierarchicalFileConfiguration, String) - Constructor for class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
-
Constructor
- performReloadCheck() - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Triggers the contained configurations to perform a reload check if necessary.
- PListNode() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration.PListNode
- possiblySave() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration if the automatic persistence is enabled and if a file is specified.
- prefix - Variable in class org.apache.commons.configuration.SubsetConfiguration
-
The prefix used to select the properties.
- PREFIX_CONSTANTS - Static variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Constant for the prefix of the standard lookup object for resolving constant values.
- PREFIX_ENVIRONMENT - Static variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Constant for the prefix of the standard lookup object for resolving environment properties.
- PREFIX_SYSPROPERTIES - Static variable in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Constant for the prefix of the standard lookup object for resolving system properties.
- prefixSet() - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Returns a set with the prefixes, for which lookup objects are registered at this instance.
- prepareAdd(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Prepares Adding the property with the specified key.
- prepareAdd(ConfigurationNode, String) - Method in interface org.apache.commons.configuration.tree.ExpressionEngine
-
Returns information needed for an add operation.
- prepareAdd(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
-
Prepares an add operation for a configuration property.
- prevCharIsCR - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- printTree(PrintStream, ConfigurationNode) - Static method in class org.apache.commons.configuration.tree.TreeUtils
-
Print out the data in the configuration.
- processKeys() - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
-
The main SAX event generation method.
- processKeys() - Method in class org.apache.commons.configuration.ConfigurationXMLReader
-
Processes all keys stored in the actual configuration.
- processKeys() - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Processes the actual configuration object to generate SAX parsing events.
- PropertiesConfiguration - Class in org.apache.commons.configuration
-
This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".
- PropertiesConfiguration() - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
-
Creates an empty PropertyConfiguration object which can be used to synthesize a new Properties file by adding values and then saving().
- PropertiesConfiguration(File) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
-
Creates and loads the extended properties from the specified file.
- PropertiesConfiguration(String) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
-
Creates and loads the extended properties from the specified file.
- PropertiesConfiguration(URL) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration
-
Creates and loads the extended properties from the specified URL.
- PropertiesConfiguration.DefaultIOFactory - Class in org.apache.commons.configuration
-
A default implementation of the
IOFactory
interface. - PropertiesConfiguration.IOFactory - Interface in org.apache.commons.configuration
-
Definition of an interface that allows customization of read and write operations.
- PropertiesConfiguration.PropertiesReader - Class in org.apache.commons.configuration
-
This class is used to read properties lines.
- PropertiesConfiguration.PropertiesWriter - Class in org.apache.commons.configuration
-
This class is used to write properties lines.
- PropertiesConfigurationFactory() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.PropertiesConfigurationFactory
-
Deprecated.Creates a new instance of
PropertiesConfigurationFactory
. - PropertiesConfigurationLayout - Class in org.apache.commons.configuration
-
A helper class used by
PropertiesConfiguration
to keep the layout of a properties file. - PropertiesConfigurationLayout(PropertiesConfiguration) - Constructor for class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Creates a new instance of
PropertiesConfigurationLayout
and initializes it with the associated configuration object. - PropertiesConfigurationLayout(PropertiesConfiguration, PropertiesConfigurationLayout) - Constructor for class org.apache.commons.configuration.PropertiesConfigurationLayout
-
Creates a new instance of
PropertiesConfigurationLayout
and initializes it with the given configuration object. - PropertiesReader(Reader) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Constructor.
- PropertiesReader(Reader, char) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Creates a new instance of
PropertiesReader
and sets the underlying reader and the list delimiter. - PropertiesWriter(Writer, char) - Constructor for class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Constructor.
- PROPERTY_DELIMITER - Static variable in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.Constant for a property delimiter.
- PropertyConverter - Class in org.apache.commons.configuration
-
A utility class to convert the configuration properties into any type.
- PropertyListConfiguration - Class in org.apache.commons.configuration.plist
-
NeXT / OpenStep style configuration.
- PropertyListConfiguration() - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
-
Creates an empty PropertyListConfiguration object which can be used to synthesize a new plist file by adding values and then saving().
- PropertyListConfiguration(File) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
-
Creates and loads the property list from the specified file.
- PropertyListConfiguration(String) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
-
Creates and loads the property list from the specified file.
- PropertyListConfiguration(URL) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
-
Creates and loads the property list from the specified URL.
- PropertyListConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.plist.PropertyListConfiguration
-
Creates a new instance of
PropertyListConfiguration
and copies the content of the specified configuration into this object. - PropertyListConfigurationFactory() - Constructor for class org.apache.commons.configuration.ConfigurationFactory.PropertyListConfigurationFactory
-
Deprecated.Creates a new instance of PropertyListConfigurationFactory.
- PropertyListParserConstants - Interface in org.apache.commons.configuration.plist
-
Token literal values and constants.
- PropertyListParserTokenManager - Class in org.apache.commons.configuration.plist
-
Token Manager.
- PropertyListParserTokenManager(SimpleCharStream) - Constructor for class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Constructor.
- PropertyListParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Constructor.
- providerForTag(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Returns the configuration provider for the given tag.
- PROXY_HOST - Static variable in interface org.apache.commons.configuration.FileOptionsProvider
-
Key used to identify the proxy host to connect through.
- PROXY_PORT - Static variable in interface org.apache.commons.configuration.FileOptionsProvider
-
Key used to identify the proxy port to connect through.
- put(Object, Object) - Method in class org.apache.commons.configuration.ConfigurationMap
-
Stores the value for the specified key.
Q
- query(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Evaluates the given key and returns all matching nodes.
- query(ConfigurationNode, String) - Method in interface org.apache.commons.configuration.tree.ExpressionEngine
-
Finds the node(s) that is (are) matched by the specified key.
- query(ConfigurationNode, String) - Method in class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
-
Executes a query.
- QUOTE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- QUOTED_STRING - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
R
- readChar() - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Read a character.
- readProperty() - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
Reads a property line.
- refresh() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Reloads the associated configuration file.
- refresh() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Reloads the associated configuration file.
- refresh() - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
-
Tells this strategy that the monitored configuration file should be refreshed.
- refresh() - Method in interface org.apache.commons.configuration.reloading.ManagedReloadingStrategyMBean
-
Management method to force configuration reload.
- refreshDelay - Variable in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
The minimum delay in milliseconds between checks.
- refreshDelay - Variable in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
The minimum delay in milliseconds between checks.
- registerBeanFactory(String, BeanFactory) - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Register a bean factory under a symbolic name.
- registerConfiguredLookups() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Registers StrLookups defined in the configuration.
- registerConfiguredProviders() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Registers providers defined in the configuration.
- registerDefaultProviders() - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Registers the default configuration providers supported by this class.
- registeredFactoryNames() - Static method in class org.apache.commons.configuration.beanutils.BeanHelper
-
Returns a set with the names of all currently registered bean factories.
- registerEntityId(String, URL) - Method in class org.apache.commons.configuration.resolver.DefaultEntityResolver
-
Registers the specified URL for the specified public identifier.
- registerEntityId(String, URL) - Method in interface org.apache.commons.configuration.resolver.EntityRegistry
-
Registers the specified URL for the specified public identifier.
- registerEntityId(String, URL) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Registers the specified DTD URL for the specified public identifier.
- registerGlobalLookup(String, StrLookup) - Static method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Registers the given lookup object for the specified prefix globally.
- registerLocalLookups(ConfigurationInterpolator) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Registers the local lookup instances for the given interpolator.
- registerLookup(String, StrLookup) - Method in class org.apache.commons.configuration.interpol.ConfigurationInterpolator
-
Registers the given lookup object for the specified prefix at this instance.
- ReInit(InputStream) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.apache.commons.configuration.plist.PropertyListParserTokenManager
-
Reinitialise parser.
- reload() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Performs a reload operation if necessary.
- reload() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- reload() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Reload the configuration.
- reload(boolean) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
- Reloadable - Interface in org.apache.commons.configuration.reloading
-
Interface that allows other objects to synchronize on a root lock.
- reloadingPerformed() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
- reloadingPerformed() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
- reloadingPerformed() - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
- reloadingPerformed() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
-
Notify the strategy that the file has been reloaded.
- reloadingPerformed() - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
- reloadingRequired() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
- reloadingRequired() - Method in class org.apache.commons.configuration.reloading.InvariantReloadingStrategy
- reloadingRequired() - Method in class org.apache.commons.configuration.reloading.ManagedReloadingStrategy
-
Checks whether reloading is required.
- reloadingRequired() - Method in interface org.apache.commons.configuration.reloading.ReloadingStrategy
-
Tell if the evaluation of the strategy requires to reload the configuration.
- reloadingRequired() - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
- ReloadingStrategy - Interface in org.apache.commons.configuration.reloading
-
A strategy to decide if a configuration should be reloaded.
- reloadLock - Variable in class org.apache.commons.configuration.AbstractFileConfiguration
-
A lock object for protecting reload operations.
- remove() - Method in class org.apache.commons.configuration.ConfigurationKey.KeyIterator
-
Deprecated.Removes the current object in the iteration.
- remove() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Removes the current object in the iteration.
- remove(String) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Removes all children with the given name.
- remove(String, String) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
- remove(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
Removes the specified child from this node.
- removeAttribute(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Removes all attributes with the given name.
- removeAttribute(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Removes all attributes with the specified name.
- removeAttribute(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Removes the specified attribute from this node.
- removeAttribute(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Removes the specified attribute.
- removeAttributes() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Removes all attributes of this node.
- removeAttributes() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Removes all attributes of this node.
- removeChild(String) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Removes all child nodes of this node with the given name.
- removeChild(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Removes all children with the given name.
- removeChild(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Removes the given node from this node's children.
- removeChild(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Removes the specified child node from this node.
- removeChildren() - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Removes all children from this node.
- removeChildren() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Removes all child nodes of this node.
- removeConfiguration() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
-
Remove the current Configuration.
- removeConfiguration(String) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Removes the configuration with the specified name.
- removeConfiguration(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Removes the configuration with the specified name.
- removeConfiguration(Configuration) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Removes the specified configuration from this combined configuration.
- removeConfiguration(Configuration) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Remove a configuration.
- removeConfiguration(Configuration) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Removes the specified configuration from this combined configuration.
- removeConfigurationAt(int) - Method in class org.apache.commons.configuration.CombinedConfiguration
-
Removes the configuration at the specified index.
- removeConfigurationAt(int) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
-
Removes the configuration at the specified index.
- removeConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- removeConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.event.EventSource
-
Removes the specified event listener so that it does not receive any further events caused by this object.
- removeConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- removeConfigurationListener(ConfigurationListener) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- removeConfigurationProvider(String) - Method in class org.apache.commons.configuration.DefaultConfigurationBuilder
-
Removes the configuration provider for the specified tag name.
- removeErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- removeErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.event.EventSource
-
Removes the specified error listener so that it does not receive any further events caused by this object.
- removeErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- removeErrorListener(ConfigurationErrorListener) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- removeNode(HierarchicalConfiguration.Node) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Deprecated.Use the method
HierarchicalConfiguration.removeNode(ConfigurationNode)
instead. - removeNode(ConfigurationNode) - Method in class org.apache.commons.configuration.HierarchicalConfiguration
-
Removes the specified node from this configuration.
- removeNode(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Removes a sub node.
- removeNodes(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Removes all sub nodes with the given name.
- removeReference() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Deals with the reference when a node is removed.
- request - Variable in class org.apache.commons.configuration.web.ServletRequestConfiguration
-
Stores the wrapped request.
- RESERVED_PREFIX - Static variable in class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Constant for the prefix of reserved attributes.
- resetDefaultFileSystem() - Static method in class org.apache.commons.configuration.FileSystem
-
Reset the FileSystem to the default.
- resetFileSystem() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
- resetFileSystem() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
-
Reset the FileSystem to the default;
- resetFileSystem() - Method in interface org.apache.commons.configuration.FileSystemBased
- resolveContainerStore(String) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Returns an object from the store described by the key.
- resolveContainerStore(String) - Method in class org.apache.commons.configuration.DynamicCombinedConfiguration
- resolveContainerStore(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- resolveContainerStore(String) - Method in class org.apache.commons.configuration.PatternSubtreeConfigurationWrapper
- resolveEntity(String, String) - Method in class org.apache.commons.configuration.resolver.CatalogResolver
-
Implements the
resolveEntity
method for the SAX interface. - resolveEntity(String, String) - Method in class org.apache.commons.configuration.resolver.DefaultEntityResolver
-
Resolves the requested external entity.
- resolveEntity(String, String) - Method in class org.apache.commons.configuration.XMLConfiguration
-
Deprecated.Use getEntityResolver().resolveEntity()
- resolveField(String, String) - Method in class org.apache.commons.configuration.interpol.ConstantLookup
-
Determines the value of the specified constant member field of a class.
S
- save() - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration.
- save() - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- save() - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration.
- save() - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- save(File) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified file.
- save(File) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- save(File) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified file.
- save(File) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- save(OutputStream) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified stream, using the encoding returned by
AbstractFileConfiguration.getEncoding()
. - save(OutputStream) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- save(OutputStream) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified stream, using the encoding returned by
FileConfiguration.getEncoding()
. - save(OutputStream) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified stream, using the specified encoding.
- save(OutputStream, String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- save(OutputStream, String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified stream, using the specified encoding.
- save(OutputStream, String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- save(Writer) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
- 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(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(String) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified file.
- save(String) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- save(String) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified file.
- save(String) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- save(URL) - Method in class org.apache.commons.configuration.AbstractFileConfiguration
-
Save the configuration to the specified URL.
- save(URL) - Method in class org.apache.commons.configuration.AbstractHierarchicalFileConfiguration
- save(URL) - Method in interface org.apache.commons.configuration.FileConfiguration
-
Save the configuration to the specified URL.
- save(URL) - Method in class org.apache.commons.configuration.MultiFileHierarchicalConfiguration
- 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, int, Object) - Method in class org.apache.commons.configuration.beanutils.ConfigurationDynaBean
- set(String, 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(AbstractConfiguration) - Method in class org.apache.commons.configuration.interpol.ExprLookup
-
Set the configuration to be used to interpolate subordinate expressions.
- setConfiguration(Configuration) - Method in class org.apache.commons.configuration.BaseConfigurationXMLReader
-
Sets the configuration to be processed.
- 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
- setConfiguration(HierarchicalConfiguration) - Method in class org.apache.commons.configuration.HierarchicalConfigurationXMLReader
-
Sets the configuration object to be parsed.
- 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
-
Deprecated.Use AbstractConfiguration.setDefaultListDelimiter(char) instead
- setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.AbstractConfiguration
-
Set whether this configuration should use delimiters when parsing property values to convert them to lists of values.
- setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.CompositeConfiguration
-
Sets a flag whether added values for string properties should be checked for the list delimiter.
- setDelimiterParsingDisabled(boolean) - Method in class org.apache.commons.configuration.SubsetConfiguration
-
Sets a flag whether list parsing is disabled.
- setDetailEvents(boolean) - Method in class org.apache.commons.configuration.event.EventSource
-
Determines whether detail events should be generated.
- setDigesterRuleNamespaceURI(String) - Method in class org.apache.commons.configuration.ConfigurationFactory
-
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(DefaultExpressionEngine) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Sets the associated expression engine.
- 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
- 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(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 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(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(InputStream) - 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, int, 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, String, int, int) - 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(Reader) - 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, int, int, int) - 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) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Split a string on the specified delimiter always trimming the elements.
- split(String, char, boolean) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Split a string on the specified delimiter.
- START_TOKEN - Static variable in class org.apache.commons.configuration.AbstractConfiguration
-
start token
- STATIC_LEXER_ERROR - Static variable in error org.apache.commons.configuration.plist.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- 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.
T
- tabSize - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- terminate() - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
-
Returns a flag that indicates if iteration should be stopped.
- terminate() - Method in interface org.apache.commons.configuration.tree.ConfigurationNodeVisitor
-
Returns a flag whether the actual visit process should be aborted.
- terminate() - Method in class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
-
Dummy implementation of this interface method.
- toBigDecimal(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a BigDecimal.
- toBigInteger(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a BigInteger.
- toBoolean(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Boolean.
- toByte(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Byte.
- toCalendar(Object, String) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Calendar.
- toCharacter(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Converts the specified value object to a
Character
. - toColor(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Color.
- toDate(Object, String) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Date.
- toDouble(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Double.
- toFloat(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Float.
- toInteger(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into an Integer.
- toIterator(Object, char) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Returns an iterator over the simple values of a composite value.
- Token - Class in org.apache.commons.configuration.plist
-
Describes the input token stream.
- Token() - Constructor for class org.apache.commons.configuration.plist.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.commons.configuration.plist.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.commons.configuration.plist.Token
-
Constructs a new token for the specified Image and Kind.
- tokenImage - Variable in exception org.apache.commons.configuration.plist.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
Literal token values.
- TokenMgrError - Error in org.apache.commons.configuration.plist
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.commons.configuration.plist.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.commons.configuration.plist.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.commons.configuration.plist.TokenMgrError
-
Constructor with message and reason.
- toLocale(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Locale.
- toLong(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Long.
- toShort(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into a Short.
- toString() - Method in class org.apache.commons.configuration.ConfigurationKey
-
Deprecated.Returns a string representation of this object.
- toString() - Method in class org.apache.commons.configuration.Lock
-
Returns a string representation of this object.
- toString() - Method in class org.apache.commons.configuration.plist.Token
-
Returns the image.
- toString() - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Returns a string representation of this object.
- toString(Configuration) - Static method in class org.apache.commons.configuration.ConfigurationUtils
-
Get a string representation of the key/value mappings of a configuration.
- toURL(Object) - Static method in class org.apache.commons.configuration.PropertyConverter
-
Convert the specified object into an URL.
- trackLineColumn - Variable in class org.apache.commons.configuration.plist.SimpleCharStream
- TreeUtils - Class in org.apache.commons.configuration.tree
-
Utility methods.
- trim(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Removes delimiters at the beginning and the end of the specified key.
- trimLeft(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Removes leading property delimiters from the specified key.
- trimRight(String) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationKey
-
Removes trailing property delimiters from the specified key.
U
- unescapeJava(String, char) - Static method in class org.apache.commons.configuration.PropertiesConfiguration
-
Unescapes any Java literals found in the
String
to aWriter
. - UnionCombiner - Class in org.apache.commons.configuration.tree
-
A specialized implementation of the
NodeCombiner
interface that constructs a union from two passed in node hierarchies. - UnionCombiner() - Constructor for class org.apache.commons.configuration.tree.UnionCombiner
- updateLastModified() - Method in class org.apache.commons.configuration.reloading.FileChangedReloadingStrategy
-
Update the last modified time.
- updateLastModified() - Method in class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
-
Update the last modified time.
- UpdateLineColumn(char) - Method in class org.apache.commons.configuration.plist.SimpleCharStream
V
- validate() - Method in class org.apache.commons.configuration.XMLConfiguration
-
Validate the document against the Schema.
- Variable() - Constructor for class org.apache.commons.configuration.interpol.ExprLookup.Variable
- Variable(String, Object) - Constructor for class org.apache.commons.configuration.interpol.ExprLookup.Variable
- Variables() - Constructor for class org.apache.commons.configuration.interpol.ExprLookup.Variables
-
Creates a new empty instance of
Variables
. - Variables(ExprLookup.Variables) - Constructor for class org.apache.commons.configuration.interpol.ExprLookup.Variables
-
Creates a new instance of
Variables
and copies the content of the given object. - VERSIONING - Static variable in interface org.apache.commons.configuration.FileOptionsProvider
-
Key used to indicate whether Webdav versioning support should be enabled.
- VFSFileChangedReloadingStrategy - Class in org.apache.commons.configuration.reloading
-
A file-based reloading strategy that uses Commons VFS to determine when a file was changed.
- VFSFileChangedReloadingStrategy() - Constructor for class org.apache.commons.configuration.reloading.VFSFileChangedReloadingStrategy
- VFSFileSystem - Class in org.apache.commons.configuration
-
FileSystem that uses Commons VFS
- VFSFileSystem() - Constructor for class org.apache.commons.configuration.VFSFileSystem
- ViewNode - Class in org.apache.commons.configuration.tree
-
A specialized node implementation to be used in view configurations.
- ViewNode() - Constructor for class org.apache.commons.configuration.tree.ViewNode
- visit(HierarchicalConfiguration.NodeVisitor, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.Node
-
A generic method for traversing this node and all of its children.
- visit(ConfigurationNodeVisitor) - Method in interface org.apache.commons.configuration.tree.ConfigurationNode
-
Visits this node and all its sub nodes.
- visit(ConfigurationNodeVisitor) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode.SubNodes
-
Let the passed in visitor visit all sub nodes.
- visit(ConfigurationNodeVisitor) - Method in class org.apache.commons.configuration.tree.DefaultConfigurationNode
-
Visits this node and all its sub nodes.
- visitAfterChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
-
Visits the specified node after its children have been processed.
- visitAfterChildren(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNodeVisitor
-
Visits the specified node.
- visitAfterChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
-
Empty dummy implementation of this interface method.
- visitBeforeChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.BuilderVisitor
-
Visits the specified node before its children have been traversed.
- visitBeforeChildren(HierarchicalConfiguration.Node, ConfigurationKey) - Method in class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
-
Visits the specified node.
- visitBeforeChildren(ConfigurationNode) - Method in interface org.apache.commons.configuration.tree.ConfigurationNodeVisitor
-
Visits the specified node.
- visitBeforeChildren(ConfigurationNode) - Method in class org.apache.commons.configuration.tree.ConfigurationNodeVisitorAdapter
-
Empty dummy implementation of this interface method.
W
- WHITE - Static variable in interface org.apache.commons.configuration.plist.PropertyListParserConstants
-
RegularExpression Id.
- writeComment(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Write a comment.
- writeln(String) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Helper method for writing a line with the platform specific line ending.
- writeProperty(String, Object) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Write a property.
- writeProperty(String, Object, boolean) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Writes the given property and its value.
- writeProperty(String, List<?>) - Method in class org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
-
Write a property.
X
- XMLBeanDeclaration - Class in org.apache.commons.configuration.beanutils
-
An implementation of the
BeanDeclaration
interface that is suitable for XML configuration files. - XMLBeanDeclaration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Creates a new instance of
XMLBeanDeclaration
and initializes it from the given configuration. - XMLBeanDeclaration(HierarchicalConfiguration, String) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Creates a new instance of
XMLBeanDeclaration
and initializes it from the given configuration. - XMLBeanDeclaration(HierarchicalConfiguration, String, boolean) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Creates a new instance of
XMLBeanDeclaration
and initializes it from the given configuration. - XMLBeanDeclaration(SubnodeConfiguration, ConfigurationNode) - Constructor for class org.apache.commons.configuration.beanutils.XMLBeanDeclaration
-
Creates a new instance of
XMLBeanDeclaration
and initializes it with the configuration node that contains the bean declaration. - XMLConfiguration - Class in org.apache.commons.configuration
-
A specialized hierarchical configuration class that is able to parse XML documents.
- XMLConfiguration() - Constructor for class org.apache.commons.configuration.XMLConfiguration
-
Creates a new instance of
XMLConfiguration
. - XMLConfiguration(File) - Constructor for class org.apache.commons.configuration.XMLConfiguration
-
Creates a new instance of
XMLConfiguration
. - XMLConfiguration(String) - Constructor for class org.apache.commons.configuration.XMLConfiguration
-
Creates a new instance of
XMLConfiguration
. - XMLConfiguration(URL) - Constructor for class org.apache.commons.configuration.XMLConfiguration
-
Creates a new instance of
XMLConfiguration
. - XMLConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.XMLConfiguration
-
Creates a new instance of
XMLConfiguration
and copies the content of the passed in configuration into this object. - XMLConfigurationProvider() - Constructor for class org.apache.commons.configuration.DefaultConfigurationBuilder.XMLConfigurationProvider
-
Creates a new instance of
XMLConfigurationProvider
. - XMLPropertiesConfiguration - Class in org.apache.commons.configuration
-
This configuration implements the XML properties format introduced in Java 5.0, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.
- XMLPropertiesConfiguration() - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
-
Creates an empty XMLPropertyConfiguration object which can be used to synthesize a new Properties file by adding values and then saving().
- XMLPropertiesConfiguration(File) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
-
Creates and loads the xml properties from the specified file.
- XMLPropertiesConfiguration(String) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
-
Creates and loads the xml properties from the specified file.
- XMLPropertiesConfiguration(URL) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
-
Creates and loads the xml properties from the specified URL.
- XMLPropertiesConfiguration(Element) - Constructor for class org.apache.commons.configuration.XMLPropertiesConfiguration
-
Creates and loads the xml properties from the specified DOM node.
- XMLPropertyListConfiguration - Class in org.apache.commons.configuration.plist
-
Property list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
- XMLPropertyListConfiguration() - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
Creates an empty XMLPropertyListConfiguration object which can be used to synthesize a new plist file by adding values and then saving().
- XMLPropertyListConfiguration(File) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
Creates and loads the property list from the specified file.
- XMLPropertyListConfiguration(String) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
Creates and loads the property list from the specified file.
- XMLPropertyListConfiguration(URL) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
Creates and loads the property list from the specified URL.
- XMLPropertyListConfiguration(HierarchicalConfiguration) - Constructor for class org.apache.commons.configuration.plist.XMLPropertyListConfiguration
-
Creates a new instance of
XMLPropertyListConfiguration
and copies the content of the specified configuration into this object. - XMLPropertyListConfiguration.ArrayNode - Class in org.apache.commons.configuration.plist
-
Container for array elements.
- XMLPropertyListConfiguration.PListNode - Class in org.apache.commons.configuration.plist
-
Node extension with addXXX methods to parse the typed data passed by the SAX handler.
- XPathExpressionEngine - Class in org.apache.commons.configuration.tree.xpath
-
A specialized implementation of the
ExpressionEngine
interface that is able to evaluate XPATH expressions. - XPathExpressionEngine() - Constructor for class org.apache.commons.configuration.tree.xpath.XPathExpressionEngine
All Classes All Packages