Uses of Interface
org.apache.openjpa.lib.conf.Configuration

Packages that use Configuration
org.apache.openjpa.lib.ant Ant Integration 
org.apache.openjpa.lib.conf Configuration Framework 
 

Uses of Configuration in org.apache.openjpa.lib.ant
 

Methods in org.apache.openjpa.lib.ant that return Configuration
 Configuration AbstractTask.getConfiguration()
          The task configuration.
protected abstract  Configuration AbstractTask.newConfiguration()
          Implement this method to return a configuration object for the product in use.
 

Uses of Configuration in org.apache.openjpa.lib.conf
 

Classes in org.apache.openjpa.lib.conf that implement Configuration
 class ConfigurationImpl
          Default implementation of the Configuration interface.
 

Methods in org.apache.openjpa.lib.conf with parameters of type Configuration
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.util.Properties properties)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.util.Properties properties, java.lang.String configurationName)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.lang.String properties)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.lang.String properties, java.lang.String configurationName)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
 java.lang.Object ObjectValue.instantiate(java.lang.Class type, Configuration conf)
          Instantiate the object as an instance of the given class.
 java.lang.Object ObjectValue.instantiate(java.lang.Class type, Configuration conf, boolean fatal)
          Instantiate the object as an instance of the given class.
 java.lang.Object PluginListValue.instantiate(java.lang.Class elemType, Configuration conf, boolean fatal)
          Instantiate the plugins as instances of the given class.
 java.lang.Object PluginValue.instantiate(java.lang.Class type, Configuration conf, boolean fatal)
          Instantiate the plugin as an instance of the given class.
 java.lang.Object ObjectValue.newInstance(java.lang.String clsName, java.lang.Class type, Configuration conf, boolean fatal)
          Allow subclasses to instantiate additional plugins.
static java.lang.Object Configurations.newInstance(java.lang.String clsName, Configuration conf, java.lang.String props, java.lang.ClassLoader loader)
          Create and configure an instance with the given class name and properties.
static void Configurations.populateConfiguration(Configuration conf, Options opts)
          Set the given Configuration instance from the command line options provided.
 void Configurable.setConfiguration(Configuration conf)
          Invoked prior to setting bean properties.
 void ConfigurationProvider.setInto(Configuration conf)
          Set loaded information into the given configuration.
 void MapConfigurationProvider.setInto(Configuration conf)
           
protected  void MapConfigurationProvider.setInto(Configuration conf, Log log)
          Set properties into configuration.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.