public interface IRegistryProvider
This interface can be used without OSGi running.
This interface may be implemented by clients.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
RegistryFactory.getRegistry()
,
RegistryFactory.setDefaultRegistryProvider(IRegistryProvider)
Modifier and Type | Method and Description |
---|---|
IExtensionRegistry |
getRegistry()
Returns the extension registry contributed by this provider; must not
be
null . |
IExtensionRegistry getRegistry()
null
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.