|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOperation | |
---|---|
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. |
Uses of IOperation in org.eclipse.update.operations |
---|
Subinterfaces of IOperation in org.eclipse.update.operations | |
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. |
Methods in org.eclipse.update.operations with parameters of type IOperation | |
static void |
OperationsManager.addPendingOperation(IOperation operation)
Register a pending operation. |
static void |
OperationsManager.removePendingOperation(IOperation operation)
Unregister a pending operation. |
boolean |
IOperationListener.beforeExecute(IOperation operation,
Object data)
May be called before an operation starts executing. |
boolean |
IOperationListener.afterExecute(IOperation operation,
Object data)
May be called after an operation finishes executing. |
Uses of IOperation in org.eclipse.update.standalone |
---|
Methods in org.eclipse.update.standalone with parameters of type IOperation | |
boolean |
ScriptedCommand.afterExecute(IOperation operation,
Object data)
|
boolean |
ScriptedCommand.beforeExecute(IOperation operation,
Object data)
|
|
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.