Package | Description |
---|---|
org.eclipse.equinox.p2.operations |
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
|
org.eclipse.equinox.p2.ui |
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
|
Modifier and Type | Method and Description |
---|---|
UpdateOperation |
OperationFactory.createUpdateOperation(Collection<? extends IVersionedId> toUpdate,
Collection<URI> repos,
IProgressMonitor monitor)
Create an
UpdateOperation that will update the elements specified. |
Modifier and Type | Method and Description |
---|---|
UpdateOperation |
ProvisioningUI.getUpdateOperation(Collection<IInstallableUnit> iusToUpdate,
URI[] repositories)
Return an update operation that describes updating the specified IInstallableUnits from the
provided list of repositories.
|
Modifier and Type | Method and Description |
---|---|
int |
ProvisioningUI.openUpdateWizard(boolean skipSelectionsPage,
UpdateOperation operation,
LoadMetadataRepositoryJob job)
Open an update wizard for the specified update operation.
|
int |
ProvisioningUI.openUpdateWizard(boolean skipSelectionsPage,
UpdateOperation operation,
RemediationOperation remediationOperation,
LoadMetadataRepositoryJob job)
Open an update wizard for the specified update operation and remediationOperation.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.