|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.lib.conf.ProductDerivations
public class ProductDerivations
Utilities for running product derivations.
| Constructor Summary | |
|---|---|
ProductDerivations()
|
|
| Method Summary | |
|---|---|
static void |
afterSpecificationSet(Configuration conf)
Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration) callbacks
to the the given instance. |
static void |
beforeConfigurationConstruct(ConfigurationProvider cp)
Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks
to the the given instance. |
static void |
beforeConfigurationLoad(Configuration conf)
Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration) callbacks
to the the given instance. |
static String[] |
getConfigurationPrefixes()
Return the recognized prefixes for configuration properties. |
static ProductDerivation[] |
getProductDerivations()
Return all the product derivations registered in the current classloader |
static ConfigurationProvider |
load(File file,
String anchor,
ClassLoader loader)
Load given file, or return false if it is not a file this provider understands. |
static ConfigurationProvider |
load(String resource,
String anchor,
ClassLoader loader)
Load the given given resource, or return false if it is not a resource this provider understands. |
static ConfigurationProvider |
loadDefaults(ClassLoader loader)
Return a ConfigurationProvider that has parsed system defaults. |
static ConfigurationProvider |
loadGlobals(ClassLoader loader)
Return a ConfigurationProvider that has parsed system globals. |
static void |
main(String[] args)
Prints product derivation information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductDerivations()
| Method Detail |
|---|
public static ProductDerivation[] getProductDerivations()
public static String[] getConfigurationPrefixes()
public static void beforeConfigurationConstruct(ConfigurationProvider cp)
ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks
to the the given instance. Exceptions are swallowed.
public static void beforeConfigurationLoad(Configuration conf)
ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration) callbacks
to the the given instance. Exceptions are swallowed.
public static void afterSpecificationSet(Configuration conf)
ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration) callbacks
to the the given instance. Exceptions are swallowed.
public static ConfigurationProvider load(String resource,
String anchor,
ClassLoader loader)
anchor - optional named anchor within a multiple-configuration
resource
public static ConfigurationProvider load(File file,
String anchor,
ClassLoader loader)
anchor - optional named anchor within a multiple-configuration filepublic static ConfigurationProvider loadDefaults(ClassLoader loader)
ConfigurationProvider that has parsed system defaults.
public static ConfigurationProvider loadGlobals(ClassLoader loader)
ConfigurationProvider that has parsed system globals.
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||