public class Update
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
IInstallableUnit |
replacement |
IInstallableUnit |
toUpdate |
| Constructor and Description |
|---|
Update(IInstallableUnit toUpdate,
IInstallableUnit replacement)
Creates a new update description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public IInstallableUnit toUpdate
public IInstallableUnit replacement