Class MultiDocumentSpreadsheet

java.lang.Object
org.spdx.tools.compare.MultiDocumentSpreadsheet

public class MultiDocumentSpreadsheet
extends Object
Spreadsheet holding the results of a comparison from multiple SPDX documents Each sheet contains the comparison result results with the columns representing the SPDX documents and the rows representing the SPDX fields. The sheets include: - document: Document level fields Created, Data License, Document Comment, created date, creator comment - creator: Creators - package: Package level fields name, version, filename, supplier, ... - extracted license info: Extracted license text and identifiers - file checksums: file checksums - file concluded: license concluded for each file - file licenseInfo: license information from each file - file license comments: license comments from each file - file artifactOfs: artifact of for all files - file type: file type of all files - reviewers: review information - verification: List of any verification errors
Author:
Gary O'Neall