public class ExternalComponentManagerImpl extends ExternalComponentManager
| Constructor and Description |
|---|
ExternalComponentManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
UpdatableExternalComponent |
findExistingComponentMatching(UpdatableExternalComponent update,
ExternalComponentSource source)
Finds an installed component that could be updated by the given component.
|
java.lang.Iterable<ExternalComponentSource> |
getComponentSources() |
void |
registerComponentSource(ExternalComponentSource site) |
getInstancepublic java.lang.Iterable<ExternalComponentSource> getComponentSources()
getComponentSources in class ExternalComponentManagerpublic void registerComponentSource(ExternalComponentSource site)
registerComponentSource in class ExternalComponentManagerpublic UpdatableExternalComponent findExistingComponentMatching(UpdatableExternalComponent update, ExternalComponentSource source)
ExternalComponentManagerfindExistingComponentMatching in class ExternalComponentManagerupdate - The potential update.source - The source for the update.