org.eclipse.equinox.p2.operations
Class Update
java.lang.Object
org.eclipse.equinox.p2.operations.Update
public class Update
- extends java.lang.Object
A simple data structure describing a possible update.
- Since:
- 2.0
- Restriction:
- This class is not intended to be subclassed by clients.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.