Eclipse Platform
Release 3.7

Uses of Interface
org.eclipse.equinox.p2.planner.IProfileChangeRequest

Packages that use IProfileChangeRequest
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.planner Provides core support for interacting with a dependency resolution mechanism. 
 

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

Methods in org.eclipse.equinox.p2.operations that return IProfileChangeRequest
 IProfileChangeRequest ProfileChangeOperation.getProfileChangeRequest()
          Return the profile change request that describes the receiver.
 

Uses of IProfileChangeRequest in org.eclipse.equinox.p2.planner
 

Methods in org.eclipse.equinox.p2.planner that return IProfileChangeRequest
 IProfileChangeRequest IPlanner.createChangeRequest(IProfile profileToChange)
           
 

Methods in org.eclipse.equinox.p2.planner with parameters of type IProfileChangeRequest
 IProvisioningPlan IPlanner.getProvisioningPlan(IProfileChangeRequest profileChangeRequest, ProvisioningContext context, IProgressMonitor monitor)
          Returns a plan describing the set of changes that must be performed to satisfy the given profile change request.
 


Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

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