Uses of Class
org.spdx.library.model.license.SpdxListedLicense
| Package | Description |
|---|---|
| org.spdx.library.model.license | |
| org.spdx.storage.listedlicense | |
| org.spdx.utility.compare |
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 SpdxListedLicense Modifier and Type Method Description static SpdxListedLicenseLicenseInfoFactory. getListedLicenseById(String licenseId)SpdxListedLicenseListedLicenses. getListedLicenseById(String licenseId) -
Uses of SpdxListedLicense in org.spdx.storage.listedlicense
Methods in org.spdx.storage.listedlicense with parameters of type SpdxListedLicense Modifier and Type Method Description voidLicenseJsonTOC. 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 SpdxListedLicense Modifier and Type Method Description static booleanLicenseCompareHelper. isStandardLicenseWithinText(String text, SpdxListedLicense license)Detect if a text contains the standard license (perhaps along with other text before and/or after)