public class PackageVersionChange extends Object
FIXME the equals/hashcode are including the version to follow what was done in
VersionChange however it seems strange to do so even for VersionChange.
| Constructor and Description |
|---|
PackageVersionChange(String bundleSymbolicName,
String packageName,
String version,
String newVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBundleSymbolicName() |
String |
getNewVersion() |
String |
getPackageName() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.