| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationProvider | |
|---|---|
| org.apache.openjpa.lib.conf | Configuration Framework | 
| Uses of ConfigurationProvider in org.apache.openjpa.lib.conf | 
|---|
| Classes in org.apache.openjpa.lib.conf that implement ConfigurationProvider | |
|---|---|
|  class | MapConfigurationProviderSimple configuration provider that sets configuration based on a provided map. | 
| Methods in org.apache.openjpa.lib.conf that return ConfigurationProvider | |
|---|---|
|  ConfigurationProvider | AbstractProductDerivation.load(java.io.File file,
     java.lang.String anchor) | 
|  ConfigurationProvider | ProductDerivation.load(java.io.File file,
     java.lang.String anchor)Load given file, or return null if it is not a file this receiver understands. | 
| static ConfigurationProvider | ProductDerivations.load(java.io.File file,
     java.lang.String anchor,
     java.lang.ClassLoader loader)Load given file, or return false if it is not a file this provider understands. | 
|  ConfigurationProvider | AbstractProductDerivation.load(java.lang.String resource,
     java.lang.String anchor,
     java.lang.ClassLoader loader) | 
| static ConfigurationProvider | ProductDerivations.load(java.lang.String resource,
     java.lang.String anchor,
     java.lang.ClassLoader loader)Load the given given resource, or return false if it is not a resource this provider understands. | 
|  ConfigurationProvider | ProductDerivation.load(java.lang.String resource,
     java.lang.String anchor,
     java.lang.ClassLoader loader)Load the given given resource into the returned ConfigurationProvider, or return null if it is not a resource this receiver understands. | 
|  ConfigurationProvider | AbstractProductDerivation.loadDefaults(java.lang.ClassLoader loader) | 
| static ConfigurationProvider | ProductDerivations.loadDefaults(java.lang.ClassLoader loader)Return a ConfigurationProviderthat has parsed system defaults. | 
|  ConfigurationProvider | ProductDerivation.loadDefaults(java.lang.ClassLoader loader)Load defaults into the returned ConfigurationProvider, or return null if no defaults are found. | 
|  ConfigurationProvider | AbstractProductDerivation.loadGlobals(java.lang.ClassLoader loader) | 
| static ConfigurationProvider | ProductDerivations.loadGlobals(java.lang.ClassLoader loader)Return a ConfigurationProviderthat has parsed system globals. | 
|  ConfigurationProvider | ProductDerivation.loadGlobals(java.lang.ClassLoader loader)Load globals into the returned ConfigurationProvider, or return null if no globals are found. | 
| Methods in org.apache.openjpa.lib.conf with parameters of type ConfigurationProvider | |
|---|---|
|  boolean | AbstractProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp) | 
| static void | ProductDerivations.beforeConfigurationConstruct(ConfigurationProvider cp)Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider)callbacks
 to the the given instance. | 
|  boolean | ProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp)Provides the instance with a callback to mutate the initial properties of the ConfigurationProvider. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||