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