Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISizingPhaseSet |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IEngine.perform(IProvisioningPlan plan,
IPhaseSet phaseSet,
IProgressMonitor monitor)
Executes a provisioning plan.
|
Modifier and Type | Method and 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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.