Eclipse Platform
Release 3.0

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

Packages that use SiteModel
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 SiteModel in org.eclipse.update.core
 

Subclasses of SiteModel in org.eclipse.update.core
 class Site
          Convenience implementation of a site.
 

Methods in org.eclipse.update.core that return SiteModel
 SiteModel BaseSiteFactory.createSiteMapModel()
          Create a concrete implementation of site model.
 

Uses of SiteModel in org.eclipse.update.core.model
 

Methods in org.eclipse.update.core.model that return SiteModel
 SiteModel SiteModelFactory.parseSite(InputStream stream)
          Creates and populates a default site from stream.
 SiteModel SiteModelFactory.createSiteMapModel()
          Create a default site model.
 SiteModel DefaultSiteParser.parse(InputStream in)
          Parses the specified input steam and constructs a site model.
 SiteModel FeatureReferenceModel.getSiteModel()
          Returns the site model for the reference.
 

Methods in org.eclipse.update.core.model with parameters of type SiteModel
 void FeatureReferenceModel.setSiteModel(SiteModel site)
          Sets the site for the referenced.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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