org.apache.openjpa.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
Java Source File Name | Type | Comment |
AbstractProductDerivation.java | Class | Abstract no-op product derivation for easy extension. |
BooleanValue.java | Class | A boolean
Value . |
BootstrapException.java | Class | Exception recognized by
ProductDerivations bootstrap framework. |
Configurable.java | Interface | This interface provides a mechanism for notifying interested
objects when configuration events occur. |
Configuration.java | Interface | Interface for generic configuration objects. |
ConfigurationImpl.java | Class | Default implementation of the
Configuration interface.
Subclasses can choose to obtain configuration
information from JNDI, Properties, a Bean-builder, etc. |
ConfigurationProvider.java | Interface | Implementations of this interface can populate
Configuration s in
some environment-specific way. |
Configurations.java | Class | Utility methods dealing with configuration. |
DoubleValue.java | Class | A double
Value . |
FileValue.java | Class | A
File
Value . |
GenericConfigurable.java | Interface | Implementations of this interface may perform additional
generic configuration with any key-value pairs that cannot be set
into the object via the normal
org.apache.openjpa.lib.util.Options.setInto means. |
IntValue.java | Class | An int
Value . |
MapConfigurationProvider.java | Class | Simple configuration provider that sets configuration based on a
provided map. |
ObjectValue.java | Class | An object
Value . |
PluginListValue.java | Class | A list of plugins. |
PluginValue.java | Class | A plugin
Value consisting of plugin name and properties. |
ProductDerivation.java | Interface | Hooks for deriving products with additional functionality.
Parses configuration information from global, default or explictly-specified
resources. |
ProductDerivations.java | Class | Utilities for running product derivations. |
StringListValue.java | Class | A comma-separated list of string values. |
StringValue.java | Class | A string
Value . |
TestAnchorParsing.java | Class | |
TestConfigurationProviderPrefixes.java | Class | |
TestConfigurations.java | Class | Tests the
Configurations class. |
TestValue.java | Class | |
TestXMLCaseConversions.java | Class | |
Value.java | Class | A configuration value. |
ValueListener.java | Interface | Components can listen on
Value objects for changes directly. |