Class LicenseJsonTOC


  • public class LicenseJsonTOC
    extends Object
    Table of Contents for the listed license list as represented as a JSON index file at spdx.org/licenses/licenses.json
    Author:
    Gary O'Neall
    • Constructor Detail

      • LicenseJsonTOC

        public LicenseJsonTOC​(String version,
                              String releaseDate)
      • LicenseJsonTOC

        public LicenseJsonTOC()
    • Method Detail

      • getLicenseListVersion

        public String getLicenseListVersion()
        Returns:
        the licenseListVersion
      • getLicenseIds

        public Map<String,​String> getLicenseIds()
        Returns:
        map of lower case to correct case license IDs
      • getReleaseDate

        public String getReleaseDate()
        Returns:
        the releaseDate
      • addLicense

        public void addLicense​(org.spdx.library.model.v2.license.SpdxListedLicense license,
                               String licHTMLReference,
                               String licJSONReference,
                               boolean deprecated)
                        throws org.spdx.core.InvalidSPDXAnalysisException
        Add summary information about a specific license to the licenses list
        Parameters:
        license -
        licHTMLReference -
        licJSONReference -
        deprecated -
        Throws:
        org.spdx.core.InvalidSPDXAnalysisException
      • setLicenseListVersion

        public void setLicenseListVersion​(String licenseListVersion)
        Parameters:
        licenseListVersion - the licenseListVersion to set
      • setReleaseDate

        public void setReleaseDate​(String releaseDate)
        Parameters:
        releaseDate - the releaseDate to set
      • toAbsoluteURL

        protected static String toAbsoluteURL​(String relURL)