public class PluginRegistryFactory extends Object
| Constructor and Description |
|---|
PluginRegistryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PluginRegistry |
newPluginRegistry(String registryClassName,
String registryBundleCheck,
boolean allowUserBundles,
ClassLoaderResolver clr)
Instantiates a PluginRegistry.
|
public static PluginRegistry newPluginRegistry(String registryClassName, String registryBundleCheck, boolean allowUserBundles, ClassLoaderResolver clr)
registryClassName - Name of the registryregistryBundleCheck - What to do on check of bundles (Only for Non-OSGi)allowUserBundles - Whether to only load DataNucleus bundles (org.datanucleus) (Only for Non-OSGi)clr - the ClassLoaderResolverCopyright © 2017. All rights reserved.