Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.equinox.p2.operations.Update

Packages that use Update
org.eclipse.equinox.p2.operations Describes high level provisioning operations that can be resolved and performed either modally or in the background. 
 

Uses of Update in org.eclipse.equinox.p2.operations
 

Methods in org.eclipse.equinox.p2.operations that return Update
 Update[] UpdateOperation.getPossibleUpdates()
          Get the list of all possible updates.
 Update[] UpdateOperation.getSelectedUpdates()
          Get the updates that have been selected from the set of available updates.
 

Methods in org.eclipse.equinox.p2.operations with parameters of type Update
 void UpdateOperation.setSelectedUpdates(Update[] defaultUpdates)
          Set the updates that should be selected from the set of available updates.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.