| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.tools |
| Class and Description |
|---|
| AbstractFileCompareSheet
Abstract worksheet for any comparison involving files.
|
| SpdxCompareException |
| SpdxComparer
Performs a comparison between two or more SPDX documents and holds the results of the comparison
The main function to perform the comparison is
compare(spdxdoc1, spdxdoc2)
For reviewers, the comparison results are separated into unique reviewers for a give document
which can be obtained by the method getUniqueReviewers(index1, index2). |
| SpdxComparer.SPDXReviewDifference
Contains the results of a comparison between two SPDXReviews where
the reviewer name is the same but there is a difference in the
reviewer comment or the reviewer date
|
| SpdxFileDifference
Contains the results of a comparison between two SPDX files with the same name
|
| SpdxLicenseDifference
Contains the results of a comparison between two SPDX non-standard licenses
where the license text is equivalent and the license comment, license ID, or
other fields are different
|
| Class and Description |
|---|
| SpdxCompareException |
Copyright © 2014 Linux Foundation. All Rights Reserved.