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 | Class and Description |
---|---|
class |
SynchronizeOperation
A
SynchronizeOperation describes an operation that will modify the installation to
exclusively include the InstallableUnit mentioned. |
Modifier and Type | Method and Description |
---|---|
InstallOperation |
OperationFactory.createInstallOperation(Collection<? extends IVersionedId> toInstall,
Collection<URI> repos,
IProgressMonitor monitor)
This factory method creates an
InstallOperation to install all the elements listed from the specified repositories. |
Modifier and Type | Method and Description |
---|---|
InstallOperation |
ProvisioningUI.getInstallOperation(Collection<IInstallableUnit> iusToInstall,
URI[] repositories)
Return an install operation that describes installing the specified IInstallableUnits from the
provided list of repositories.
|
Modifier and Type | Method and Description |
---|---|
int |
ProvisioningUI.openInstallWizard(Collection<IInstallableUnit> initialSelections,
InstallOperation operation,
LoadMetadataRepositoryJob job)
Open an install wizard for installing the specified IInstallableUnits
|
int |
ProvisioningUI.openInstallWizard(Collection<IInstallableUnit> initialSelections,
InstallOperation operation,
RemediationOperation remediationOperation,
LoadMetadataRepositoryJob job)
Open an install wizard for installing the specified IInstallableUnits and remediationOperation.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.