Uses of Class
org.spdx.library.model.license.SpdxListedLicense
Packages that use SpdxListedLicense
Package
Description
Utility classes for comparing SPDX model objects
-
Uses of SpdxListedLicense in org.spdx.library.model.license
Methods in org.spdx.library.model.license that return SpdxListedLicenseModifier and TypeMethodDescriptionstatic SpdxListedLicenseLicenseInfoFactory.getListedLicenseById(String licenseId) ListedLicenses.getListedLicenseById(String licenseId) -
Uses of SpdxListedLicense in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense with parameters of type SpdxListedLicenseModifier and TypeMethodDescriptionvoidLicenseJsonTOC.addLicense(SpdxListedLicense license, String licHTMLReference, String licJSONReference, boolean deprecated) Add summary information about a specific license to the licenses listvoidLicenseJson.copyFrom(SpdxListedLicense fromLicense) -
Uses of SpdxListedLicense in org.spdx.utility.compare
Methods in org.spdx.utility.compare with parameters of type SpdxListedLicenseModifier and TypeMethodDescriptionstatic booleanLicenseCompareHelper.isStandardLicenseWithinText(String text, SpdxListedLicense license) Detect if a text contains the standard license (perhaps along with other text before and/or after)