Class VerificationSheet

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

public class VerificationSheet extends AbstractSheet
Worksheet containing verification errors Columns are package names, rows are individual verification errors
Author:
Gary O'Neall
  • Constructor Details

    • VerificationSheet

      public VerificationSheet(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 -
    • importVerificationErrors

      public void importVerificationErrors(List<List<String>> verificationErrors, List<String> docNames) throws org.spdx.spreadsheetstore.SpreadsheetException
      Import verification errors
      Parameters:
      verificationErrors - Array of verification error message arraylists ordered by docname
      docNames - Name of documents relating to the errors
      Throws:
      org.spdx.spreadsheetstore.SpreadsheetException