Uses of Interface
org.eclipse.equinox.p2.engine.IPhaseSet
-
Packages that use IPhaseSet Package Description org.eclipse.equinox.p2.engine Provides support for interacting with the p2 provisioning engineorg.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 Modifier and Type Interface Description interface
ISizingPhaseSet
Methods in org.eclipse.equinox.p2.engine that return IPhaseSet Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-