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 interfaceISizingPhaseSetMethods in org.eclipse.equinox.p2.engine that return IPhaseSet Modifier and Type Method Description static IPhaseSetPhaseSetFactory. createDefaultPhaseSet()static IPhaseSetPhaseSetFactory. createDefaultPhaseSetExcluding(String[] exclude)Creates a default phase set that covers all the provisioning operations.static IPhaseSetPhaseSetFactory. 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 IStatusIEngine. 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 IStatusProvisioningSession. performProvisioningPlan(IProvisioningPlan plan, IPhaseSet phaseSet, ProvisioningContext context, IProgressMonitor monitor)Perform the specified provisioning plan.voidProfileModificationJob. setPhaseSet(IPhaseSet phaseSet)Set the phase set to be used when running the provisioning plan.
-