Eclipse eRCP
Release 1.1

Uses of Class
org.eclipse.update.standalone.ScriptedCommand

Packages that use ScriptedCommand
org.eclipse.update.standalone Provides support for performing various install/update operations from the command line.  
 

Uses of ScriptedCommand in org.eclipse.update.standalone
 

Subclasses of ScriptedCommand in org.eclipse.update.standalone
 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 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.
 

Methods in org.eclipse.update.standalone that return ScriptedCommand
 ScriptedCommand CmdLineArgs.getCommand()
           
 


Eclipse eRCP
Release 1.1