Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.equinox.p2.engine.ProvisioningContext

Packages that use ProvisioningContext
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. 
 

Uses of ProvisioningContext in org.eclipse.equinox.p2.engine
 

Methods in org.eclipse.equinox.p2.engine that return ProvisioningContext
 ProvisioningContext IProvisioningPlan.getContext()
          Returns the provisioning context in which this plan was created.
 

Methods in org.eclipse.equinox.p2.engine with parameters of type ProvisioningContext
 IProvisioningPlan IEngine.createPlan(IProfile profile, ProvisioningContext context)
          Creates a provisioning plan whose methods can be use to provide pre-validated changes.
 

Uses of ProvisioningContext in org.eclipse.equinox.p2.operations
 

Methods in org.eclipse.equinox.p2.operations that return ProvisioningContext
 ProvisioningContext ProfileChangeOperation.getProvisioningContext()
          Get the provisioning context that will be used to resolve and perform the provisioning for the operation.
 

Methods in org.eclipse.equinox.p2.operations with parameters of type ProvisioningContext
 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.
 void ProfileChangeOperation.setProvisioningContext(ProvisioningContext context)
          Set the provisioning context that should be used to resolve and perform the provisioning for the operation.
 

Constructors in org.eclipse.equinox.p2.operations with parameters of type ProvisioningContext
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.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.