Uses of Interface
org.datanucleus.plugin.PluginRegistry
-
Packages that use PluginRegistry Package Description org.datanucleus.plugin Package providing the plugin mechanism utilised by DataNucleus. -
-
Uses of PluginRegistry in org.datanucleus.plugin
Classes in org.datanucleus.plugin that implement PluginRegistry Modifier and Type Class Description classNonManagedPluginRegistryManages the registry of Extensions and Extension Points outside any OSGI container.classOSGiPluginRegistryFields in org.datanucleus.plugin declared as PluginRegistry Modifier and Type Field Description private PluginRegistryPluginManager. registryMethods in org.datanucleus.plugin that return PluginRegistry Modifier and Type Method Description private static PluginRegistryPluginRegistryFactory. newInstance(java.lang.String testClass, java.lang.String registryClassName, ClassLoaderResolver clr)Instantiates a PluginRegistry.static PluginRegistryPluginRegistryFactory. newPluginRegistry(java.lang.String registryClassName, java.lang.String registryBundleCheck, boolean allowUserBundles, ClassLoaderResolver clr)Instantiates a PluginRegistry.Methods in org.datanucleus.plugin with parameters of type PluginRegistry Modifier and Type Method Description static java.util.List[]OSGiBundleParser. parsePluginElements(javax.xml.parsers.DocumentBuilder db, PluginRegistry mgr, java.net.URL fileUrl, Bundle plugin, org.osgi.framework.Bundle osgiBundle)Method to parse Extensions in plug-in file.static java.util.List[]PluginParser. parsePluginElements(javax.xml.parsers.DocumentBuilder db, PluginRegistry mgr, java.net.URL fileUrl, Bundle plugin, ClassLoaderResolver clr)Method to parse Extensions in plug-in file.
-