Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.engine.IPhaseSet

Packages that use IPhaseSet
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 IPhaseSet in org.eclipse.equinox.p2.engine
 

Subinterfaces of IPhaseSet in org.eclipse.equinox.p2.engine
 interface ISizingPhaseSet
           
 

Methods in org.eclipse.equinox.p2.engine that return IPhaseSet
static IPhaseSet PhaseSetFactory.createDefaultPhaseSet()
           
static IPhaseSet PhaseSetFactory.createDefaultPhaseSetExcluding(String[] exclude)
          Creates a default phase set that covers all the provisioning operations.
static IPhaseSet PhaseSetFactory.createPhaseSetIncluding(String[] include)
          Creates a default phase set that covers all the provisioning operations.
 

Methods in org.eclipse.equinox.p2.engine with parameters of type IPhaseSet
 IStatus IEngine.perform(IProvisioningPlan plan, IPhaseSet phaseSet, IProgressMonitor monitor)
          Executes a provisioning plan.
 

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

Methods in org.eclipse.equinox.p2.operations with parameters of type IPhaseSet
 IStatus ProvisioningSession.performProvisioningPlan(IProvisioningPlan plan, IPhaseSet phaseSet, ProvisioningContext context, IProgressMonitor monitor)
          Perform the specified provisioning plan.
 void ProfileModificationJob.setPhaseSet(IPhaseSet phaseSet)
          Set the phase set to be used when running the provisioning plan.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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