Interface IRegistryProvider


public interface IRegistryProvider
Implement this interface to specify a contributed extension registry.

This interface can be used without OSGi running.

This interface may be implemented by clients.

Since:
org.eclipse.equinox.registry 3.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the extension registry contributed by this provider; must not be null.
  • Method Details

    • getRegistry

      IExtensionRegistry getRegistry()
      Returns the extension registry contributed by this provider; must not be null.
      Returns:
      an extension registry