Class LicenseV3JsonLdFormatWriter

java.lang.Object
org.spdx.licenselistpublisher.licensegenerator.LicenseV3JsonLdFormatWriter
All Implemented Interfaces:
ILicenseFormatWriter

public class LicenseV3JsonLdFormatWriter extends Object implements ILicenseFormatWriter
Writes SPDX JsonLD files compliant with the SPDX Spec version 3
Author:
Gary O'Neall
  • Field Details

  • Constructor Details

    • LicenseV3JsonLdFormatWriter

      public LicenseV3JsonLdFormatWriter(String version, String releaseDate, File jsonLdFolder) throws org.spdx.core.InvalidSPDXAnalysisException
      Parameters:
      version - License list version
      releaseDate - release date for the license list
      jsonLdFolder - Folder to output the license TOC file, the exception TOC file, all license and exception details
      Throws:
      org.spdx.core.InvalidSPDXAnalysisException - on error creating TOC stores and/or objects
  • Method Details