Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.update.core.model.URLEntryModel

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
          Convenience implementation of an annotated URL.
 

Methods in org.eclipse.update.core that return URLEntryModel
 URLEntryModel BaseSiteFactory.createURLEntryModel()
          Create a concrete implementation of annotated URL model.
 URLEntryModel BaseFeatureFactory.createURLEntryModel()
          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()
          Create a default annotated URL model.
 URLEntryModel SiteModel.getDescriptionModel()
          Returns the site description.
 URLEntryModel[] SiteModel.getMirrorSiteEntryModels()
          Return an array of updat site mirrors
 URLEntryModel FeatureModelFactory.createURLEntryModel()
          Create a default annotated URL model.
 URLEntryModel FeatureModel.getDescriptionModel()
          Returns the feature description.
 URLEntryModel FeatureModel.getCopyrightModel()
          Returns the copyright information for the feature.
 URLEntryModel FeatureModel.getLicenseModel()
          Returns the license information for the feature.
 URLEntryModel FeatureModel.getUpdateSiteEntryModel()
          Returns an information entry referencing the location of the feature update site.
 URLEntryModel[] FeatureModel.getDiscoverySiteEntryModels()
          Return an array of information entries referencing locations of other update sites.
 URLEntryModel CategoryModel.getDescriptionModel()
          Retrieve the detailed category description
 

Methods in org.eclipse.update.core.model with parameters of type URLEntryModel
 void SiteModel.setDescriptionModel(URLEntryModel description)
          Sets the site description.
 void SiteModel.addMirrorModel(URLEntryModel mirror)
          Adds a mirror site.
 void SiteModel.removeMirror(URLEntryModel mirror)
          Removes a mirror from site.
 void SiteModel.setMirrorSiteEntryModels(URLEntryModel[] mirrors)
          Sets additional mirror sites Throws a runtime exception if this object is marked read-only.
 void FeatureModel.setDescriptionModel(URLEntryModel description)
          Sets the feature description information.
 void FeatureModel.setCopyrightModel(URLEntryModel copyright)
          Sets the feature copyright information.
 void FeatureModel.setLicenseModel(URLEntryModel license)
          Sets the feature license information.
 void FeatureModel.setUpdateSiteEntryModel(URLEntryModel updateSiteInfo)
          Sets the feature update site reference.
 void FeatureModel.setDiscoverySiteEntryModels(URLEntryModel[] discoverySiteInfo)
          Sets additional update site references.
 void FeatureModel.addDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
          Adds an additional update site reference.
 void FeatureModel.removeDiscoverySiteEntryModel(URLEntryModel discoverySiteInfo)
          Removes an update site reference.
 void CategoryModel.setDescriptionModel(URLEntryModel description)
          Sets the category description.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.