Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
org.eclipse.update.core.model |
Provides model support for extending the base installation
and update services.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveReference
Convenience implementation of a site archive.
|
Modifier and Type | Method and Description |
---|---|
ArchiveReferenceModel |
BaseSiteFactory.createArchiveReferenceModel()
Create a concrete implementation of archive reference model.
|
Modifier and Type | Method and Description |
---|---|
ArchiveReferenceModel |
SiteModelFactory.createArchiveReferenceModel()
Create a default archive reference model.
|
ArchiveReferenceModel[] |
SiteModel.getArchiveReferenceModels()
Returns an array of plug-in and non-plug-in archive reference models
on this site
|
Modifier and Type | Method and Description |
---|---|
void |
SiteModel.addArchiveReferenceModel(ArchiveReferenceModel archiveReference)
Adds an archive reference model to site.
|
void |
SiteModel.removeArchiveReferenceModel(ArchiveReferenceModel archiveReference)
Removes an archive reference model from site.
|
void |
SiteModel.setArchiveReferenceModels(ArchiveReferenceModel[] archiveReferences)
Sets the archive references for this site.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.