public class GADiff extends Object implements Comparable<GADiff>
| Constructor and Description |
|---|
GADiff(GA ga,
String leftVersion,
String rightVersion) |
GADiff(String groupId,
String artifactId,
String leftVersion,
String rightVersion,
String differenceType) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GADiff o) |
String |
getArtifactId() |
GA |
getGA() |
String |
getGroupId() |
Copyright © 2018. All rights reserved.