Package | Description |
---|---|
org.eclipse.update.configuration |
Provides support for accessing local installation
information.
|
org.eclipse.update.operations |
Provides support for performing various install/update operations.
|
org.eclipse.update.standalone |
Provides support for performing various install/update operations from the command line.
|
Modifier and Type | Method and Description |
---|---|
IInstallConfiguration |
ILocalSite.addToPreservedConfigurations(IInstallConfiguration configuration)
Save the specified configuration.
|
IInstallConfiguration |
ILocalSite.cloneCurrentConfiguration()
Creates a new configuration containing the same state as the
specified configuration.
|
IInstallConfiguration[] |
ILocalSite.getConfigurationHistory()
Return configuration history.
|
IInstallConfiguration |
ILocalSite.getCurrentConfiguration()
Return the current configuration.
|
IInstallConfiguration |
IActivity.getInstallConfiguration()
Returns the installation configuration that was the result of
this action
|
IInstallConfiguration |
IConfiguredSite.getInstallConfiguration()
Returns the install configuration object this site is part of.
|
IInstallConfiguration[] |
ILocalSite.getPreservedConfigurations()
Return the list of saved configurations
|
Modifier and Type | Method and Description |
---|---|
void |
ILocalSite.addConfiguration(IInstallConfiguration config)
Adds the specified configuration to this local site.
|
IInstallConfiguration |
ILocalSite.addToPreservedConfigurations(IInstallConfiguration configuration)
Save the specified configuration.
|
void |
ILocalSiteChangedListener.currentInstallConfigurationChanged(IInstallConfiguration configuration)
Indicates the current configuration has changed.
|
void |
ILocalSiteChangedListener.installConfigurationRemoved(IInstallConfiguration configuration)
Indicates the specified configuration was removed.
|
void |
ILocalSite.removeFromPreservedConfigurations(IInstallConfiguration configuration)
Removes the specified configuration from the list of previously
saved configurations.
|
void |
ILocalSite.revertTo(IInstallConfiguration configuration,
IProgressMonitor monitor,
IProblemHandler handler)
Reverts the local site to use the specified configuration.
|
Modifier and Type | Method and Description |
---|---|
IRevertConfigurationOperation |
IOperationFactory.createRevertConfigurationOperation(IInstallConfiguration config,
IProblemHandler problemHandler)
Creates an operation to revert to a previous installation configuration.
|
IStatus |
IOperationValidator.validatePendingRevert(IInstallConfiguration config)
Called before doing a revert/ restore operation
|
Modifier and Type | Method and Description |
---|---|
IInstallConfiguration |
ScriptedCommand.getConfiguration() |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.