Uses of Package
org.apache.openjpa.lib.conf

Packages that use org.apache.openjpa.lib.conf
org.apache.openjpa.lib.ant Ant Integration This package provides a foundation for basic Ant support. 
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.lib.identifier   
org.apache.openjpa.lib.instrumentation   
org.apache.openjpa.lib.log Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. 
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.ant
Configuration
          Interface for generic configuration objects.
ConfigurationImpl
          Default implementation of the Configuration interface.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.conf
BooleanValue
          A boolean Value.
BootstrapException
          Exception recognized by bootstrap framework.
Configuration
          Interface for generic configuration objects.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
Configurations.Runnable
           
DoubleValue
          A double Value.
FileValue
          A File Value.
IntValue
          An int Value.
ObjectValue
          An object Value.
PluginListValue
          A list of plugins.
PluginValue
          A plugin Value consisting of plugin name and properties.
ProductDerivation
          Hooks for deriving products with additional functionality.
StringListValue
          A comma-separated list of string values.
StringValue
          A string Value.
Value
          A configuration value.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.identifier
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.instrumentation
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.log
Configurable
          This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration
          Interface for generic configuration objects.
GenericConfigurable
          Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.