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