|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AbstractConfiguration.
FileConfiguration interface.
AbstractHierarchicalFileConfiguration.
AbstractHierarchicalFileConfiguration and copies the
content of the specified configuration into this object.
FileConfiguration interface that is
used internally to implement the FileConfiguration methods
for hierarchical configurations.ConfigurationErrorListener
object to this configuration that will log all internal errors.
BaseConfigurationXMLReader.
BaseConfigurationXMLReader and
sets the configuration object to be parsed.
CombinedConfiguration and
initializes the combiner to be used.
CombinedConfiguration that uses
a union combiner.
Configuration instance. ConfigurationDynaBean and sets
the configuration this bean is associated with.
ConfigurationDynaBean from a wrapped configuration-collection
Configuration instance.ConfigurationDynaClass
wrapping the specified Configuration instance.
ConfigurationErrorEvent and
initializes it.
ConfigurationEvent and
initializes it.
ConfigurationException without specified
detail message.
ConfigurationException with specified
detail message.
ConfigurationException with specified
nested Throwable.
ConfigurationException with specified
detail message and nested Throwable.
<additional> section.ConfigurationBuilder.
DigesterConfigurationFactory.
PropertiesConfigurationFactory.
PropertyListConfigurationFactory.
ConfigurationInterpolator.
ConfigurationKey.
ConfigurationKey and
initializes it with the given key.
ConfigurationMap wraps a
configuration-collection
Configuration
instance to provide a Map interface.ConfigurationMap
that wraps the specified Configuration
instance.
NodePointerFactory interface for
configuration nodes.ConfigurationRuntimeException without
specified detail message.
ConfigurationRuntimeException with
specified detail message.
ConfigurationRuntimeException with
specified nested Throwable.
ConfigurationRuntimeException with
specified detail message and nested Throwable.
XMLReader classes
that transform a configuration object in a set of SAX parsing events.ConfigurationXMLReader.
ConversionException without specified
detail message.
ConversionException with specified
detail message.
ConversionException with specified
nested Throwable.
ConversionException with specified
detail message and nested Throwable.
HierarchicalConfiguration.clearNode(ConfigurationNode)
instead
clone() method to correctly handle so far
registered event listeners.
ServletConfig.
Configuration object to a
hierarchical one using the specified ExpressionEngine.
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.
<additional> section.
BeanDeclaration for a child node of the
current configuration node.
FileConfiguration.
JXPathContext used for executing a query.
FileConfiguration interface.
FileConfiguration interface.
DocumentBuilder to be used for loading files.
ConfigurationErrorEvent object based on the
passed in parameters.
ConfigurationEvent object based on the passed in
parameters.
Node object with the specified name.
SubNodes instance that is used for storing
either this node's children or attributes.
DataConfiguration and sets the
wrapped configuration.
BeanFactory interface.
DefaultConfigurationBuilder.
DefaultConfigurationBuilder and
sets the specified configuration definition file.
DefaultConfigurationBuilder and
sets the specified configuration definition file.
DefaultConfigurationBuilder and
sets the specified configuration definition file.
BeanDeclaration implementation that
represents the declaration of a configuration source.
ConfigurationDeclaration and
initializes it.
ConfigurationProvider.
ConfigurationProvider and
sets the class of the configuration created by this provider.
ConfigurationProvider and
sets the name of the class of the configuration created by this
provider.
FileConfigurationProvider.
FileConfigurationProvider
and sets the configuration class.
FileConfigurationProvider
and sets the configuration class name.
XMLConfigurationProvider.
DefaultExpressionEngine object.
DefaultConfigurationKey and sets
the associated expression engine.
DefaultConfigurationKey and sets
the associated expression engine and an initial key.
ConfigurationNode interface.
DefaultConfigurationNode.
DefaultConfigurationNode and
initializes it with the node name.
DefaultConfigurationNode and
initializes it with the name and a value.
ExpressionEngine interface
providing the "native"e; expression language for hierarchical
configurations.
CombinedConfiguration and
initializes the combiner to be used.
CombinedConfiguration that uses
a union combiner.
EventSource.
ConfigurationKey objects are equal.
ConfigurationKey objects are equal.
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.
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.
ExpressionEngine implementation.
at attribute.
at attribute.
BeanFactory that should be used
for creating the bean instance.
BigDecimal associated with the given configuration key.
BigDecimal associated with the given configuration key.
BigDecimal associated with the given configuration key.
BigInteger associated with the given configuration key.
BigInteger associated with the given configuration key.
BigInteger associated with the given configuration key.
Boolean object.
Boolean associated with the given configuration key.
Byte associated with the given configuration key.
Configuration object.
ExpressionEngine for converting flat child
configurations to hierarchical ones.
DataSource object.
DocumentBuilder object that is used for
loading documents.
Double associated with the given configuration key.
Float associated with the given configuration key.
Integer associated with the given configuration key.
ConfigurationInterpolator object that manages
the lookup objects for resolving variables.
Iterator with the keys contained in this
configuration.
remove() method is specific to
a concrete implementation. It may remove the corresponding
property from the configuration, but this is not guaranteed. In any case
it is no replacement for calling
Configuration.clearProperty(String) for this property. So it is
highly recommended to avoid using the iterator's remove()
method.
Long associated with the given configuration key.
Configuration interface the other get methods (that
return specific data types) will internally make use of this method. On
this level variable substitution is not yet performed. The returned
object is an internal representation of the property value for the passed
in key. It is owned by the Configuration object. So a caller
should not modify this object. It cannot be guaranteed that this object
will stay constant over time (i.e. further update operations on the
configuration may change its internal state).
Short associated with the given configuration key.
HierarchicalConfiguration.
HierarchicalConfiguration and
copies all data contained in the specified configuration into the new
one.
Node.
Node and sets the name.
Node and sets the name and the value.
Node based on the given
source node.
HierarchicalConfigurationXMLReader.
HierarchicalConfigurationXMLReader and sets the
configuration to be parsed.
XMLConfiguration
instead, which supports all features this class had offered before.NodeAddData object.
PropertyConverter; this method will no longer be
called
AbstractFileConfiguration.getEncoding().
FileConfiguration.getEncoding().
ExpressionEngine to store
the results of the prepareAdd() operation.
NodeAddData.
NodeAddData and sets the most
important data fields.
NodeCombiner.
HierarchicalConfiguration.nodeDefined(ConfigurationNode)
instead.
Configuration implementation can be found that
implements the DynaBean interface. reloading package contains the definition of the
ReloadingStrategy interface, which provides automatic reloading
facilities for file based configurations. Configuration
interface that are useful in web environments.
PropertiesReader and sets
the underlaying reader and the list delimiter.
PropertiesConfiguration to keep
the layout of a properties file.
PropertiesConfigurationLayout
and initializes it with the associated configuration object.
PropertiesConfigurationLayout
and initializes it with the given configuration object.
PropertyListConfiguration and
copies the content of the specified configuration into this object.
HierarchicalConfiguration.removeNode(ConfigurationNode)
instead.
ServletConfig. FilterConfig. SubnodeConfiguration and
initializes it with the parent configuration and the new root node.
AbstractFileConfiguration.getEncoding().
FileConfiguration.getEncoding().
at attribute.
ExpressionEngine for converting flat child
configurations to hierarchical ones.
DocumentBuilder object to be used for loading
documents.
throwExceptionOnMissing flag.
throwExceptionOnMissing flag. This
flag controls the behavior of property getter methods that return
objects if the requested property is missing. If the flag is set to
false (which is the default value), these methods will return
null. If set to true, they will throw a
NoSuchElementException exception. Note that getter methods
for primitive data types are not affected by this flag.
Change the behaviour of the parent configuration if it supports this feature.
Configuration object containing all keys
that start with the specified prefix.
NodeCombiner interface
that constructs a union from two passed in node hierarchies.
String to a
Writer.
BeanDeclaration interface that is
suitable for XML configuration files.
XMLBeanDeclaration and
initializes it from the given configuration.
XMLBeanDeclaration and
initializes it from the given configuration.
XMLBeanDeclaration and
initializes it from the given configuration.
XMLBeanDeclaration and
initializes it with the configuration node that contains the bean
declaration.
XMLConfiguration.
XMLConfiguration and copies the
content of the passed in configuration into this object.
XMLConfiguration.
XMLConfiguration.
XMLConfiguration.
XMLPropertyListConfiguration and
copies the content of the specified configuration into this object.
ExpressionEngine interface
that is able to evaluate XPATH expressions.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||