Interface ISpdxListedLicenseProvider

All Known Implementing Classes:
XmlLicenseProvider, XmlLicenseProviderSingleFile, XmlLicenseProviderWithCrossRefDetails

public interface ISpdxListedLicenseProvider
Interface to provide SPDX standard licenses
Author:
Gary O'Neall
  • Method Details

    • getLicenseIterator

      Iterator<ListedLicenseContainer> getLicenseIterator() throws org.spdx.core.InvalidSPDXAnalysisException
      Throws:
      org.spdx.core.InvalidSPDXAnalysisException
    • getExceptionIterator

      Iterator<ListedExceptionContainer> getExceptionIterator() throws org.spdx.core.InvalidSPDXAnalysisException
      Throws:
      org.spdx.core.InvalidSPDXAnalysisException
    • getWarnings

      List<String> getWarnings()