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 |
URLEntry
Convenience implementation of an annotated URL.
|
Modifier and Type | Method and Description |
---|---|
URLEntryModel |
BaseFeatureFactory.createURLEntryModel()
Create a concrete implementation of annotated URL model.
|
URLEntryModel |
BaseSiteFactory.createURLEntryModel()
Create a concrete implementation of annotated URL model.
|
Modifier and Type | Method and Description |
---|---|
URLEntryModel |
FeatureModelFactory.createURLEntryModel()
Create a default annotated URL model.
|
URLEntryModel |
SiteModelFactory.createURLEntryModel()
Create a default annotated URL model.
|
URLEntryModel |
FeatureModel.getCopyrightModel()
Returns the copyright information for the feature.
|
URLEntryModel |
FeatureModel.getDescriptionModel()
Returns the feature description.
|
URLEntryModel |
CategoryModel.getDescriptionModel()
Retrieve the detailed category description
|
URLEntryModel |
SiteModel.getDescriptionModel()
Returns the site description.
|
URLEntryModel[] |
FeatureModel.getDiscoverySiteEntryModels()
Return an array of information entries referencing locations of other
update sites.
|
URLEntryModel |
FeatureModel.getLicenseModel()
Returns the license information for the feature.
|
URLEntryModel[] |
SiteModel.getMirrorSiteEntryModels()
Return an array of updat site mirrors
|
URLEntryModel |
FeatureModel.getUpdateSiteEntryModel()
Returns an information entry referencing the location of the
feature update site.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureModel.addDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
Adds an additional update site reference.
|
void |
SiteModel.addMirrorModel(URLEntryModel mirror)
Adds a mirror site.
|
void |
FeatureModel.removeDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
Removes an update site reference.
|
void |
SiteModel.removeMirror(URLEntryModel mirror)
Removes a mirror from site.
|
void |
FeatureModel.setCopyrightModel(URLEntryModel copyright)
Sets the feature copyright information.
|
void |
FeatureModel.setDescriptionModel(URLEntryModel description)
Sets the feature description information.
|
void |
CategoryModel.setDescriptionModel(URLEntryModel description)
Sets the category description.
|
void |
SiteModel.setDescriptionModel(URLEntryModel description)
Sets the site description.
|
void |
FeatureModel.setDiscoverySiteEntryModels(URLEntryModel[] discoverySiteInfo)
Sets additional update site references.
|
void |
FeatureModel.setLicenseModel(URLEntryModel license)
Sets the feature license information.
|
void |
SiteModel.setMirrorSiteEntryModels(URLEntryModel[] mirrors)
Sets additional mirror sites
Throws a runtime exception if this object is marked read-only.
|
void |
FeatureModel.setUpdateSiteEntryModel(URLEntryModel updateSiteInfo)
Sets the feature update site reference.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.