Package org.eclipse.equinox.p2.engine
Interface IPhaseSet
-
- All Known Subinterfaces:
ISizingPhaseSet
public interface IPhaseSetDescribes a set of provisioning phases to be performed by anIEngine.- Since:
- 2.0
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getPhaseIds()Returns the ids of the phases to be performed by this phase set.
-