public interface IDynamicExtensionRegistry
At this time functionality available through this interface is not intended to be used with the default Eclipse extension registry.
Note: This class/interface is part of an interim SPI 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 SPI will almost certainly be broken (repeatedly) as the SPI evolves.
This interface is not intended to be extended by clients.
This interface should not be implemented by clients.
This interface can be used without OSGi running.
Modifier and Type | Method and Description |
---|---|
IContributor[] |
getAllContributors()
Returns all contributors associated with the registry at this time.
|
boolean |
hasContributor(IContributor contributor)
Finds out if registry has the contributor.
|
void |
removeContributor(IContributor contributor,
Object key)
Removes all extensions and extension points provided by the contributor.
|
void removeContributor(IContributor contributor, Object key)
This method is an access controlled method. Access tokens are specified when the registry is constructed by the registry implementers.
contributor
- the contributor to be removedkey
- registry access keyRegistryFactory.createRegistry(RegistryStrategy, Object, Object)
boolean hasContributor(IContributor contributor)
contributor
- registry contributorIContributor[] getAllContributors()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.