public class VersionChange extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
newVersion |
Constructor and Description |
---|
VersionChange(PomFile pom,
String newVersion) |
VersionChange(PomFile pom,
String version,
String newVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getNewVersion() |
PomFile |
getProject() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.