Uses of Class
org.eclipse.equinox.p2.operations.Update
Packages that use Update
Package
Description
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 UpdateModifier and TypeMethodDescriptionUpdate[]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 UpdateModifier and TypeMethodDescriptionvoidUpdateOperation.setSelectedUpdates(Update[] defaultUpdates) Set the updates that should be selected from the set of available updates.