Class XmlLicenseProviderWithCrossRefDetails

java.lang.Object
org.spdx.licensexml.XmlLicenseProvider
org.spdx.licensexml.XmlLicenseProviderWithCrossRefDetails
All Implemented Interfaces:
ISpdxListedLicenseProvider

public class XmlLicenseProviderWithCrossRefDetails extends XmlLicenseProvider
Provide license information from XML files
Author:
Gary O'Neall
  • Constructor Details

    • XmlLicenseProviderWithCrossRefDetails

      public XmlLicenseProviderWithCrossRefDetails(File xmlFileDirectory, String currentListVersion, String releaseDate) throws org.spdx.core.InvalidSPDXAnalysisException
      Parameters:
      xmlFileDirectory - directory of XML files
      currentListVersion - version of the license list to include the license data
      releaseDate - Date the license list is released
      Throws:
      org.spdx.core.InvalidSPDXAnalysisException - on errors creating creationInfo or finding the file directory
  • Method Details