Class RegistryProviderNonOSGI

  • All Implemented Interfaces:
    org.eclipse.core.runtime.spi.IRegistryProvider

    public class RegistryProviderNonOSGI
    extends Object
    implements org.eclipse.core.runtime.spi.IRegistryProvider
    Provider for IExtensionRegistry into No OSGi-env.

    This class emulate the org.eclipse.core.internal.registry.osgi.RegistryProviderOSGI which use OSGi services to retrieve an instance of IExtensionRegistry.

    • Constructor Detail

      • RegistryProviderNonOSGI

        public RegistryProviderNonOSGI()
    • Method Detail

      • getRegistry

        public org.eclipse.core.runtime.IExtensionRegistry getRegistry()
        Specified by:
        getRegistry in interface org.eclipse.core.runtime.spi.IRegistryProvider