Overview

 
Class  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV PACKAGE   NEXT PACKAGE FRAMES    NO FRAMES  


 

Package org.eclipse.update.standalone

Provides support for performing various install/update operations from the command line.

See:
          Description

Class Summary
AddSiteCommand Command to add a new product extension site.
CmdLineArgs This class parses the command line arguments for update standalone commands Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
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.
EnableCommand Command to enable (configure) a feature.
InstallCommand Command to install a feature.
ListFeaturesCommand Command to list all installed features.
RemoveSiteCommand Command to remove a product extension site.
ScriptedCommand Parent class for all the update manager standalone commands.
SearchCommand Command to search an update site and list its features.
StandaloneUpdateApplication The application class used to launch standalone update commands.
UninstallCommand Command to uninstall a feature.
UpdateCommand Command to update and existing feature.
 

 

Package org.eclipse.update.standalone Description

Provides support for performing various install/update operations from the command line.

 

Package Specification

This package contains interfaces for performing update/install operations without using the Update Manager user interface. In general, it is best to use these classes for command line invocation, but it is possible to also use them programmatically.

Note: This package is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


 

Overview

 
Class  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV PACKAGE   NEXT PACKAGE FRAMES    NO FRAMES  


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.