public static class SpdxComparer.SPDXReviewDifference extends Object
| Constructor and Description |
|---|
SPDXReviewDifference(SPDXReview spdxReview,
SPDXReview spdxReview2) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment(int i)
Get the reviewer comment for one of the two reviews compared
|
String |
getDate(int i)
Get the reviewer date for one of the two reviews compared
|
String |
getReviewer() |
boolean |
isCommentEqual() |
boolean |
isDateEqual() |
public SPDXReviewDifference(SPDXReview spdxReview, SPDXReview spdxReview2)
spdxReview - spdxReview2 - public boolean isDateEqual()
public String getReviewer()
public String getDate(int i) throws SpdxCompareException
i - if 0, the review date of the first reviewer, if 1, it is the second reviewerSpdxCompareExceptionpublic boolean isCommentEqual()
public String getComment(int i) throws SpdxCompareException
i - if 0, the review date of the first reviewer, if 1, it is the second reviewerSpdxCompareExceptionCopyright © 2018 Linux Foundation. All Rights Reserved.