Class PackageVersionChange
- java.lang.Object
-
- org.eclipse.tycho.versions.engine.VersionChange
-
- org.eclipse.tycho.versions.engine.PackageVersionChange
-
public class PackageVersionChange extends VersionChange
Describes an exported package version change.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 Summary
Constructors Constructor Description PackageVersionChange(String bundleSymbolicName, String packageName, String version, String newVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getBundleSymbolicName()
String
getPackageName()
int
hashCode()
String
toString()
-
Methods inherited from class org.eclipse.tycho.versions.engine.VersionChange
getNewVersion, getVersion
-
-
-
-
Method Detail
-
getBundleSymbolicName
public String getBundleSymbolicName()
-
getPackageName
public String getPackageName()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classVersionChange
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classVersionChange
-
toString
public String toString()
- Overrides:
toString
in classVersionChange
-
-