Class CreatorSheet

java.lang.Object
org.spdx.tools.compare.AbstractSheet
org.spdx.tools.compare.CreatorSheet

public class CreatorSheet extends AbstractSheet
Worksheet containing creator level information Column 1 describes if the creator is the same or different Columns 2 through N are for creators in each of the documents
Author:
Gary O'Neall
  • Constructor Details

    • CreatorSheet

      public CreatorSheet(org.apache.poi.ss.usermodel.Workbook workbook, String sheetName)
      Parameters:
      workbook -
      sheetName -
  • Method Details

    • verify

      public String verify()
      Specified by:
      verify in class AbstractSheet
    • create

      public static void create(org.apache.poi.ss.usermodel.Workbook wb, String sheetName)
      Parameters:
      wb -
      sheetName -
    • importCompareResults

      public void importCompareResults(org.spdx.utility.compare.SpdxComparer comparer, List<String> docNames) throws org.spdx.utility.compare.SpdxCompareException, org.spdx.library.InvalidSPDXAnalysisException
      Parameters:
      comparer -
      docNames -
      Throws:
      org.spdx.library.InvalidSPDXAnalysisException
      org.spdx.utility.compare.SpdxCompareException