Class Update
java.lang.Object
org.eclipse.equinox.p2.operations.Update
A simple data structure describing a possible update.
- Since:
- 2.0
- Restriction:
- This class is not intended to be subclassed by clients.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUpdate
(IInstallableUnit toUpdate, IInstallableUnit replacement) Creates a new update description. -
Method Summary
-
Field Details
-
toUpdate
-
replacement
-
-
Constructor Details
-
Update
Creates a new update description.- Parameters:
toUpdate
- The installable unit to updatereplacement
- The replacement installable unit
-
-
Method Details