|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProvisioningPlan | |
---|---|
org.eclipse.equinox.p2.engine | Provides support for interacting with the p2 provisioning engine Package Specification This package specifies API for interacting with the p2 provisioning engine. |
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. |
Uses of IProvisioningPlan in org.eclipse.equinox.p2.engine |
---|
Methods in org.eclipse.equinox.p2.engine that return IProvisioningPlan | |
---|---|
IProvisioningPlan |
IEngine.createPlan(IProfile profile,
ProvisioningContext context)
Creates a provisioning plan whose methods can be use to provide pre-validated changes. |
IProvisioningPlan |
IProvisioningPlan.getInstallerPlan()
Returns a plan describing the proposed set of changes to the provisioning infrastructure required by this plan. |
Methods in org.eclipse.equinox.p2.engine with parameters of type IProvisioningPlan | |
---|---|
IStatus |
IEngine.perform(IProvisioningPlan plan,
IPhaseSet phaseSet,
IProgressMonitor monitor)
Executes a provisioning plan. |
IStatus |
IEngine.perform(IProvisioningPlan plan,
IProgressMonitor monitor)
Executes a provisioning plan with a default phase set and context. |
void |
IProvisioningPlan.setInstallerPlan(IProvisioningPlan installerPlan)
|
Uses of IProvisioningPlan in org.eclipse.equinox.p2.operations |
---|
Methods in org.eclipse.equinox.p2.operations that return IProvisioningPlan | |
---|---|
IProvisioningPlan |
ProfileChangeOperation.getProvisioningPlan()
Return the provisioning plan obtained by resolving the receiver. |
Methods in org.eclipse.equinox.p2.operations with parameters of type IProvisioningPlan | |
---|---|
long |
ProvisioningSession.getSize(IProvisioningPlan plan,
ProvisioningContext context,
IProgressMonitor monitor)
Get sizing information about the specified plan. |
IStatus |
ProvisioningSession.performProvisioningPlan(IProvisioningPlan plan,
IPhaseSet phaseSet,
ProvisioningContext context,
IProgressMonitor monitor)
Perform the specified provisioning plan. |
Constructors in org.eclipse.equinox.p2.operations with parameters of type IProvisioningPlan | |
---|---|
ProfileModificationJob(String name,
ProvisioningSession session,
String profileId,
IProvisioningPlan plan,
ProvisioningContext context)
Create a job that will update a profile according to the specified provisioning plan. |
Uses of IProvisioningPlan in org.eclipse.equinox.p2.ui |
---|
Methods in org.eclipse.equinox.p2.ui with parameters of type IProvisioningPlan | |
---|---|
void |
AcceptLicensesWizardPage.updateForPlan(IInstallableUnit[] theIUs,
IProvisioningPlan plan)
Deprecated. use AcceptLicensesWizardPage.update(IInstallableUnit[], ProfileChangeOperation) |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.