Uses of Class
org.eclipse.equinox.p2.operations.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
Modifier 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.