|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Subinterfaces of ISite in org.eclipse.update.core | |
interface |
ISiteWithMirrors
An extension of ISite that supports mirrors. |
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 | |
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 |
SiteContentProvider.getSite()
Returns the site for this provider |
ISite |
ISiteFactoryExtension.createSite(URL url,
IProgressMonitor monitor)
Returns a site defined by the supplied URL. |
ISite |
ISiteFactory.createSite(URL url)
Returns a site defined by the supplied URL. |
ISite |
ISiteContentProvider.getSite()
Returns the site for this provider |
ISite |
IFeatureReference.getSite()
Returns the update site for the referenced feature |
ISite |
IFeature.getSite()
Returns the site this feature is associated with. |
ISite |
FeatureReference.getSite()
Returns the update site for the referenced feature |
ISite |
Feature.getSite()
Returns the site this feature is associated with. |
abstract ISite |
BaseSiteFactory.createSite(URL url)
Create site. |
Methods in org.eclipse.update.core with parameters of type ISite | |
void |
SiteContentProvider.setSite(ISite site)
Sets the site for this provider |
void |
ISiteContentProvider.setSite(ISite site)
Sets the site for this provider. |
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 |
IFeature.setSite(ISite site)
Sets the site for this feature. |
void |
FeatureReference.setSite(ISite site)
Associates a site with the feature reference. |
void |
Feature.setSite(ISite site)
Sets the site for this feature. |
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. |
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.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.