| AbstractFileCompareSheet |
Abstract worksheet for any comparison involving files.
|
| CompareTemplateOutputHandler.DifferenceDescription |
|
| LineColumn |
Holds information on lines and columns
|
| 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
|
| SpdxExternalRefDifference |
Contains information on differences between two different External Refs.
|
| SpdxFileDifference |
Contains the results of a comparison between two SPDX files with the same name
|
| SpdxItemComparer |
Compares two SPDX items.
|
| SpdxItemDifference |
Contains the results of a comparison between two SPDX items 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
|
| SpdxPackageComparer |
Compares two SPDX package.
|
| SpdxSnippetComparer |
Compares two SPDX snippets.
|