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) |
getInstance
public java.lang.Iterable<ExternalComponentSource> getComponentSources()
getComponentSources
in class ExternalComponentManager
public void registerComponentSource(ExternalComponentSource site)
registerComponentSource
in class ExternalComponentManager
public UpdatableExternalComponent findExistingComponentMatching(UpdatableExternalComponent update, ExternalComponentSource source)
ExternalComponentManager
findExistingComponentMatching
in class ExternalComponentManager
update
- The potential update.source
- The source for the update.