public abstract class ExternalComponentManager
extends java.lang.Object
ExternalComponentSources, used for integrating with the UpdateChecker.
Keeps track of the external components and component sources that can be updated.| Constructor and Description |
|---|
ExternalComponentManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract UpdatableExternalComponent |
findExistingComponentMatching(UpdatableExternalComponent update,
ExternalComponentSource source)
Finds an installed component that could be updated by the given component.
|
abstract java.lang.Iterable<ExternalComponentSource> |
getComponentSources() |
static ExternalComponentManager |
getInstance() |
abstract void |
registerComponentSource(ExternalComponentSource site) |
public static ExternalComponentManager getInstance()
public abstract java.lang.Iterable<ExternalComponentSource> getComponentSources()
public abstract void registerComponentSource(ExternalComponentSource site)
public abstract UpdatableExternalComponent findExistingComponentMatching(UpdatableExternalComponent update, ExternalComponentSource source)
update - The potential update.source - The source for the update.