Eclipse Platform
2.1

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

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

Methods in org.eclipse.update.core that throw InvalidSiteTypeException
abstract  ISite BaseSiteFactory.createSite(URL url)
          Create site.
 ISite ISiteFactory.createSite(URL url)
          Returns a site defined by the supplied URL.
 ISite ISiteFactoryExtension.createSite(URL url, IProgressMonitor monitor)
          Returns a site defined by the supplied URL.
 

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

Methods in org.eclipse.update.core.model that throw InvalidSiteTypeException
 SiteModel SiteModelFactory.parseSite(InputStream stream)
          Creates and populates a default site from stream.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.