Uses of Class
org.eclipse.equinox.p2.operations.SynchronizeOperation
Packages that use SynchronizeOperation
Package
Description
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
-
Uses of SynchronizeOperation in org.eclipse.equinox.p2.operations
Methods in org.eclipse.equinox.p2.operations that return SynchronizeOperationModifier and TypeMethodDescriptionOperationFactory.createSynchronizeOperation
(Collection<? extends IVersionedId> toInstall, Collection<URI> repos, IProgressMonitor monitor) This factory method creates anSynchronizeOperation
that will cause the current installation to exclusively contain the elements listed once executed.