Uses of Class
org.spdx.rdfparser.license.SpdxListedLicense
| Package | Description |
|---|---|
| org.spdx.html | |
| org.spdx.rdfparser | |
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
-
Uses of SpdxListedLicense in org.spdx.html
Methods in org.spdx.html with parameters of type SpdxListedLicense Modifier and Type Method Description voidLicenseTOCJSONFile. addLicense(SpdxListedLicense license, String licHTMLReference, String licJSONReference, boolean deprecated)Add a license to the JSON table of contents filevoidLicenseJSONFile. setLicense(SpdxListedLicense license, boolean deprecated) -
Uses of SpdxListedLicense in org.spdx.rdfparser
Methods in org.spdx.rdfparser that return SpdxListedLicense Modifier and Type Method Description SpdxListedLicenseSPDXDocument. getDataLicense()Deprecated.static SpdxListedLicenseSPDXLicenseInfoFactory. getStandardLicenseById(String licenseId)Deprecated.Methods in org.spdx.rdfparser with parameters of type SpdxListedLicense Modifier and Type Method Description voidSPDXDocument. setDataLicense(SpdxListedLicense dataLicense)Deprecated. -
Uses of SpdxListedLicense in org.spdx.rdfparser.license
Methods in org.spdx.rdfparser.license that return SpdxListedLicense Modifier and Type Method Description protected SpdxListedLicenseListedLicenses. getLicenseFromUri(String uri)Get a listed license based on a URI.static SpdxListedLicenseLicenseInfoFactory. getListedLicenseById(String licenseId)SpdxListedLicenseListedLicenses. getListedLicenseById(String licenseId)Methods in org.spdx.rdfparser.license that return types with arguments of type SpdxListedLicense Modifier and Type Method Description Iterator<SpdxListedLicense>ISpdxListedLicenseProvider. getLicenseIterator()