Package | Description |
---|---|
org.eclipse.update.operations |
Provides support for performing various install/update operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConfigFeatureOperation
Operation that enables a feature in a configuration.
|
interface |
IInstallFeatureOperation
An installation operation.
|
interface |
IReplaceFeatureVersionOperation
Operation that replaces a current feature by another version.
|
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 IFeatureOperation |
OperationsManager.findPendingOperation(IFeature feature)
Check if the feature is the subject of an update operation such as install,
configure, etc. and return it.
|
IFeatureOperation[] |
IBatchOperation.getOperations()
Returns the batched operations.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.