Package org.eclipse.core.runtime.spi
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 TypeMethodDescriptionReturns the extension registry contributed by this provider; must not benull
.
-
Method Details
-
getRegistry
IExtensionRegistry getRegistry()Returns the extension registry contributed by this provider; must not benull
.- Returns:
- an extension registry
-