Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
IBatchOperation
A batch operation is needed to execute a group of feature operations, such as installing a set of features.
|
interface |
IConfigFeatureOperation
Operation that enables a feature in a configuration.
|
interface |
IFeatureOperation
An operation that applies to a feature, such as install, uninstall, etc.
|
interface |
IInstallFeatureOperation
An installation operation.
|
interface |
IReplaceFeatureVersionOperation
Operation that replaces a current feature by another version.
|
interface |
IRevertConfigurationOperation
An operation in which the current configuration is replaced by a previous one.
|
interface |
IToggleSiteOperation
An operation in which the unconfigured/configured state of a site is toggled.
|
interface |
IUnconfigFeatureOperation
An operation that disables (unconfigure) a feature in a site.
|
interface |
IUninstallFeatureOperation
A feature uninstall operation.
|
Modifier and Type | Method and Description |
---|---|
static void |
OperationsManager.addPendingOperation(IOperation operation)
Register a pending operation.
|
boolean |
IOperationListener.afterExecute(IOperation operation,
Object data)
May be called after an operation finishes executing.
|
boolean |
IOperationListener.beforeExecute(IOperation operation,
Object data)
May be called before an operation starts executing.
|
static void |
OperationsManager.removePendingOperation(IOperation operation)
Unregister a pending operation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptedCommand.afterExecute(IOperation operation,
Object data) |
boolean |
ScriptedCommand.beforeExecute(IOperation operation,
Object data) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.