Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
IConfiguredSite[] |
IInstallConfiguration.getConfiguredSites()
Return the sites that are part of this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
IInstallConfiguration.addConfiguredSite(IConfiguredSite site)
Adds the specified site to this configuration.
|
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.removeConfiguredSite(IConfiguredSite site)
Removes the specified site from this configuration.
|
Modifier and Type | Method and Description |
---|---|
IConfiguredSite |
ISite.getCurrentConfiguredSite()
Returns the
IConfiguredSite for this site in the current
configuration or null if none found. |
IConfiguredSite |
Site.getCurrentConfiguredSite() |
Modifier and Type | Method and Description |
---|---|
IFeature |
IncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite)
Deprecated.
use getFeature(IProgressMonitor)
|
IFeature |
IIncludedFeatureReference.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,
IProgressMonitor monitor)
Deprecated.
use getFeature(IProgressMonitor)
|
Modifier and Type | Method and Description |
---|---|
IConfiguredSite |
IFeatureOperation.getTargetSite()
Returns the site in which the operation is applied.
|
Modifier and Type | Method and Description |
---|---|
IConfigFeatureOperation |
IOperationFactory.createConfigOperation(IConfiguredSite targetSite,
IFeature feature)
Creates an operation for configuring an installed feature in the specified site.
|
IInstallFeatureOperation |
IOperationFactory.createInstallOperation(IConfiguredSite targetSite,
IFeature feature,
IFeatureReference[] optionalFeatures,
IFeature[] unconfiguredOptionalFeatures,
IVerificationListener verifier)
Creates an operation for installing a feature.
|
IToggleSiteOperation |
IOperationFactory.createToggleSiteOperation(IConfiguredSite site)
Creates ann operation to configure/unconfigure an installation site (also known as enable/disable site)
|
IUnconfigFeatureOperation |
IOperationFactory.createUnconfigOperation(IConfiguredSite targetSite,
IFeature feature)
Creates an operation for unconfiguring a feature
|
IUninstallFeatureOperation |
IOperationFactory.createUninstallOperation(IConfiguredSite targetSite,
IFeature feature)
Creates an operation to uninstall a feature
|
void |
IFeatureOperation.setTargetSite(IConfiguredSite targetSite)
Sets the site in which the feature is being operated on.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.