|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URLEntryModel | |
---|---|
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. |
Uses of URLEntryModel in org.eclipse.update.core |
---|
Subclasses of URLEntryModel in org.eclipse.update.core | |
---|---|
class |
URLEntry
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details. |
Methods in org.eclipse.update.core that return URLEntryModel | |
---|---|
URLEntryModel |
BaseSiteFactory.createURLEntryModel()
Deprecated. Create a concrete implementation of annotated URL model. |
URLEntryModel |
BaseFeatureFactory.createURLEntryModel()
Deprecated. Create a concrete implementation of annotated URL model. |
Uses of URLEntryModel in org.eclipse.update.core.model |
---|
Methods in org.eclipse.update.core.model that return URLEntryModel | |
---|---|
URLEntryModel |
SiteModelFactory.createURLEntryModel()
Deprecated. Create a default annotated URL model. |
URLEntryModel |
FeatureModelFactory.createURLEntryModel()
Deprecated. Create a default annotated URL model. |
URLEntryModel |
FeatureModel.getCopyrightModel()
Deprecated. Returns the copyright information for the feature. |
URLEntryModel |
CategoryModel.getDescriptionModel()
Deprecated. Retrieve the detailed category description |
URLEntryModel |
SiteModel.getDescriptionModel()
Deprecated. Returns the site description. |
URLEntryModel |
FeatureModel.getDescriptionModel()
Deprecated. Returns the feature description. |
URLEntryModel[] |
FeatureModel.getDiscoverySiteEntryModels()
Deprecated. Return an array of information entries referencing locations of other update sites. |
URLEntryModel |
FeatureModel.getLicenseModel()
Deprecated. Returns the license information for the feature. |
URLEntryModel[] |
SiteModel.getMirrorSiteEntryModels()
Deprecated. Return an array of updat site mirrors |
URLEntryModel |
FeatureModel.getUpdateSiteEntryModel()
Deprecated. Returns an information entry referencing the location of the feature update site. |
Methods in org.eclipse.update.core.model with parameters of type URLEntryModel | |
---|---|
void |
FeatureModel.addDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
Deprecated. Adds an additional update site reference. |
void |
SiteModel.addMirrorModel(URLEntryModel mirror)
Deprecated. Adds a mirror site. |
void |
FeatureModel.removeDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
Deprecated. Removes an update site reference. |
void |
SiteModel.removeMirror(URLEntryModel mirror)
Deprecated. Removes a mirror from site. |
void |
FeatureModel.setCopyrightModel(URLEntryModel copyright)
Deprecated. Sets the feature copyright information. |
void |
CategoryModel.setDescriptionModel(URLEntryModel description)
Deprecated. Sets the category description. |
void |
SiteModel.setDescriptionModel(URLEntryModel description)
Deprecated. Sets the site description. |
void |
FeatureModel.setDescriptionModel(URLEntryModel description)
Deprecated. Sets the feature description information. |
void |
FeatureModel.setDiscoverySiteEntryModels(URLEntryModel[] discoverySiteInfo)
Deprecated. Sets additional update site references. |
void |
FeatureModel.setLicenseModel(URLEntryModel license)
Deprecated. Sets the feature license information. |
void |
SiteModel.setMirrorSiteEntryModels(URLEntryModel[] mirrors)
Deprecated. Sets additional mirror sites Throws a runtime exception if this object is marked read-only. |
void |
FeatureModel.setUpdateSiteEntryModel(URLEntryModel updateSiteInfo)
Deprecated. Sets the feature update site reference. |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.