Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire