Class RegistryFactoryHelper
- java.lang.Object
-
- net.enilink.commons.util.extensions.RegistryFactoryHelper
-
public class RegistryFactoryHelper extends Object
Helper class which returnsIExtensionRegistrysingleton switch the environment (OSGi-env or none OSGi-env) :- into OSGi-env, returns the "standard" OSGi
IExtensionRegistrysingleton which use Bundle Activator to load "plugin.xml". - into NONE OSGi-env, returns the
IExtensionRegistrysingleton which load the whole "plugin.xml" founded from the shared ClassLoader.
- into OSGi-env, returns the "standard" OSGi
-
-
Constructor Summary
Constructors Constructor Description RegistryFactoryHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.core.runtime.IExtensionRegistrygetRegistry()
-