Uses of Class
org.eclipse.equinox.p2.operations.UninstallOperation
Package
Description
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
-
Uses of UninstallOperation in org.eclipse.equinox.p2.operations
Modifier and TypeMethodDescriptionOperationFactory.createUninstallOperation
(Collection<? extends IVersionedId> toUninstall, Collection<URI> repos, IProgressMonitor monitor) Create anUninstallOperation
that will uninstall the listed elements from the running instance. -
Uses of UninstallOperation in org.eclipse.equinox.p2.ui
Modifier and TypeMethodDescriptionProvisioningUI.getUninstallOperation
(Collection<IInstallableUnit> iusToUninstall, URI[] repositories) Return an uninstall operation that describes uninstalling the specified IInstallableUnits, using the supplied repositories to replace any metadata that must be retrieved for the uninstall.Modifier and TypeMethodDescriptionint
ProvisioningUI.openUninstallWizard
(Collection<IInstallableUnit> initialSelections, UninstallOperation operation, LoadMetadataRepositoryJob job) Open an uninstall wizard for the specified uninstall operation.