org.eclipse.equinox.p2.operations
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.
toUpdate
public IInstallableUnit toUpdate
replacement
public IInstallableUnit replacement
Update
public Update(IInstallableUnit toUpdate,
IInstallableUnit replacement)
- Creates a new update description.
- Parameters:
toUpdate
- The installable unit to updatereplacement
- The replacement installable unit
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.