Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.update.core.ISite

Packages that use ISite
org.eclipse.update.configuration Provides support for accessing local installation information.  
org.eclipse.update.core Provides support for extending the base installation and update services.  
org.eclipse.update.search Provides support for performing searches and filtering of features.  
 

Uses of ISite in org.eclipse.update.configuration
 

Methods in org.eclipse.update.configuration that return ISite
 ISite IConfiguredSite.getSite()
          Returns the underlying "unfiltered" site.
 

Uses of ISite in org.eclipse.update.core
 

Classes in org.eclipse.update.core that implement ISite
 class Site
          Convenience implementation of a site.
 

Methods in org.eclipse.update.core that return ISite
 ISite IFeature.getSite()
          Returns the site this feature is associated with.
 ISite ISiteFactoryExtension.createSite(URL url, IProgressMonitor monitor)
          Returns a site defined by the supplied URL.
 ISite Feature.getSite()
          Returns the site this feature is associated with.
abstract  ISite BaseSiteFactory.createSite(URL url)
          Create site.
static ISite SiteManager.getSite(URL siteURL)
          Deprecated. use getSite(URL,IPogressMonitor) instead
static ISite SiteManager.getSite(URL siteURL, IProgressMonitor monitor)
          Returns a site object for the site specified by the argument URL.
static ISite SiteManager.getSite(URL siteURL, boolean usesCache)
          Deprecated. use getSite(URL,boolean,IPogressMonitor) instead
static ISite SiteManager.getSite(URL siteURL, boolean usesCache, IProgressMonitor monitor)
          Returns a site object for the site specified by the argument URL.
 ISite ISiteFactory.createSite(URL url)
          Returns a site defined by the supplied URL.
 ISite IFeatureReference.getSite()
          Returns the update site for the referenced feature
 ISite ISiteContentProvider.getSite()
          Returns the site for this provider
 ISite FeatureReference.getSite()
          Returns the update site for the referenced feature
 ISite SiteContentProvider.getSite()
          Returns the site for this provider
 

Methods in org.eclipse.update.core with parameters of type ISite
 IFeature IFeatureFactory.createFeature(URL url, ISite site)
          Deprecated. use createFeature(URL, ISite, IProgressMonitor) instead
 IFeature IFeatureFactory.createFeature(URL url, ISite site, IProgressMonitor monitor)
          Returns a feature defined by the supplied URL.
 void IFeature.setSite(ISite site)
          Sets the site for this feature.
 void Feature.setSite(ISite site)
          Sets the site for this feature.
 void IFeatureReference.setSite(ISite site)
          Associates a site with the feature reference.
 IFeature BaseFeatureFactory.createFeature(URL url, ISite site)
          Deprecated. implement createFeature(URL, ISite, IProgressMonitor) instead
abstract  IFeature BaseFeatureFactory.createFeature(URL url, ISite site, IProgressMonitor monitor)
          Create feature.
 void ISiteContentProvider.setSite(ISite site)
          Sets the site for this provider.
 void FeatureReference.setSite(ISite site)
          Associates a site with the feature reference.
 void SiteContentProvider.setSite(ISite site)
          Sets the site for this provider
 

Uses of ISite in org.eclipse.update.search
 

Methods in org.eclipse.update.search with parameters of type ISite
 void IUpdateSearchQuery.run(ISite site, String[] categoriesToSkip, IUpdateSearchFilter filter, IUpdateSearchResultCollector collector, IProgressMonitor monitor)
          Executes the query.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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