|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConfiguredSite | |
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.operations | Provides support for performing various install/update operations. |
Uses of IConfiguredSite in org.eclipse.update.configuration |
Methods in org.eclipse.update.configuration that return IConfiguredSite | |
IConfiguredSite[] |
IInstallConfiguration.getConfiguredSites()
Return the sites that are part of this configuration. |
IConfiguredSite |
IInstallConfiguration.createConfiguredSite(File directory)
Create a new installation site, based on a local file system directory. |
IConfiguredSite |
IInstallConfiguration.createLinkedConfiguredSite(File directory)
Create a new linked site, based on a local file system directory. |
Methods in org.eclipse.update.configuration with parameters of type IConfiguredSite | |
void |
IInstallConfigurationChangedListener.installSiteAdded(IConfiguredSite site)
Indicates the specified site was added to the configuration |
void |
IInstallConfigurationChangedListener.installSiteRemoved(IConfiguredSite site)
Indicates the specified site was removed from the configuration |
void |
IInstallConfiguration.addConfiguredSite(IConfiguredSite site)
Adds the specified site to this configuration. |
void |
IInstallConfiguration.removeConfiguredSite(IConfiguredSite site)
Removes the specified site from this configuration. |
Uses of IConfiguredSite in org.eclipse.update.core |
Methods in org.eclipse.update.core that return IConfiguredSite | |
IConfiguredSite |
Site.getCurrentConfiguredSite()
|
IConfiguredSite |
ISite.getCurrentConfiguredSite()
Returns the IConfiguredSite for this site in the current
configuration or null if none found. |
Methods in org.eclipse.update.core with parameters of type IConfiguredSite | |
IFeature |
IncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite)
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite,
IProgressMonitor monitor)
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IIncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite)
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IIncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite,
IProgressMonitor monitor)
Deprecated. use getFeature(IProgressMonitor) |
Uses of IConfiguredSite in org.eclipse.update.operations |
Methods in org.eclipse.update.operations that return IConfiguredSite | |
IConfiguredSite |
IFeatureOperation.getTargetSite()
Returns the site in which the operation is applied. |
Methods in org.eclipse.update.operations with parameters of type IConfiguredSite | |
IConfigFeatureOperation |
IOperationFactory.createConfigOperation(IConfiguredSite targetSite,
IFeature feature)
Creates an operation for configuring an installed feature in the specified site. |
IUnconfigFeatureOperation |
IOperationFactory.createUnconfigOperation(IConfiguredSite targetSite,
IFeature feature)
Creates an operation for unconfiguring a feature |
IInstallFeatureOperation |
IOperationFactory.createInstallOperation(IConfiguredSite targetSite,
IFeature feature,
IFeatureReference[] optionalFeatures,
IFeature[] unconfiguredOptionalFeatures,
IVerificationListener verifier)
Creates an operation for installing a feature. |
IUninstallFeatureOperation |
IOperationFactory.createUninstallOperation(IConfiguredSite targetSite,
IFeature feature)
Creates an operation to uninstall a feature |
IToggleSiteOperation |
IOperationFactory.createToggleSiteOperation(IConfiguredSite site)
Creates ann operation to configure/unconfigure an installation site (also known as enable/disable site) |
void |
IFeatureOperation.setTargetSite(IConfiguredSite targetSite)
Sets the site in which the feature is being operated on. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.