Class RegistryFactoryHelper


  • public class RegistryFactoryHelper
    extends Object
    Helper class which returns IExtensionRegistry singleton switch the environment (OSGi-env or none OSGi-env) :
    • into OSGi-env, returns the "standard" OSGi IExtensionRegistry singleton which use Bundle Activator to load "plugin.xml".
    • into NONE OSGi-env, returns the IExtensionRegistry singleton which load the whole "plugin.xml" founded from the shared ClassLoader.
    • Constructor Detail

      • RegistryFactoryHelper

        public RegistryFactoryHelper()
    • Method Detail

      • getRegistry

        public static org.eclipse.core.runtime.IExtensionRegistry getRegistry()