Eclipse Platform
2.1

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

Packages that use ISite
org.eclipse.update.core Provides support for extending the base installation and update services. 
 

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 FeatureReference.getSite()
          Returns the update site for the referenced feature
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 IFeature.getSite()
          Returns the site this feature is associated with.
 ISite IFeatureReference.getSite()
          Returns the update site for the referenced feature
abstract  ISite BaseSiteFactory.createSite(URL url)
          Create site.
 ISite ISiteContentProvider.getSite()
          Returns the site for this provider
 ISite ISiteFactory.createSite(URL url)
          Returns a site defined by the supplied URL.
 ISite Feature.getSite()
          Returns the site this feature is associated with.
 ISite SiteContentProvider.getSite()
          Returns the site for this provider
 ISite ISiteFactoryExtension.createSite(URL url, IProgressMonitor monitor)
          Returns a site defined by the supplied URL.
 

Methods in org.eclipse.update.core with parameters of type ISite
 void FeatureReference.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 IFeature.setSite(ISite site)
          Sets the site for this feature.
 void IFeatureReference.setSite(ISite site)
          Associates a site with the feature reference.
 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 ISiteContentProvider.setSite(ISite site)
          Sets the site for this provider.
 void Feature.setSite(ISite site)
          Sets the site for this feature.
 void SiteContentProvider.setSite(ISite site)
          Sets the site for this provider
 


Eclipse Platform
2.1

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