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 | Method and Description |
---|---|
boolean |
IOperation.execute(IProgressMonitor pm,
IOperationListener listener)
Executes operation.
|
Modifier and Type | Class and Description |
---|---|
class |
AddSiteCommand
Command to add a new product extension site.
|
class |
DisableCommand
Command to disable (unconfigure) a feature
Note: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.
|
class |
EnableCommand
Command to enable (configure) a feature.
|
class |
InstallCommand
Command to install a feature.
|
class |
ListFeaturesCommand
Command to list all installed features.
|
class |
RemoveSiteCommand
Command to remove a product extension site.
|
class |
ScriptedCommand
Parent class for all the update manager standalone commands.
|
class |
SearchCommand
Command to search an update site and list its features.
|
class |
UninstallCommand
Command to uninstall a feature.
|
class |
UpdateCommand
Command to update and existing feature.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.