Uses of Class
org.spdx.library.model.v2.license.ExtractedLicenseInfo
-
Packages that use ExtractedLicenseInfo Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3) -
-
Uses of ExtractedLicenseInfo in org.spdx.library.model.v2
Methods in org.spdx.library.model.v2 that return ExtractedLicenseInfo Modifier and Type Method Description ExtractedLicenseInfo
ModelObjectV2. createExtractedLicense(String id, String text)
ConstructsExtractedLicenseInfo
with text set.Methods in org.spdx.library.model.v2 that return types with arguments of type ExtractedLicenseInfo Modifier and Type Method Description Collection<ExtractedLicenseInfo>
SpdxDocument. getExtractedLicenseInfos()
Methods in org.spdx.library.model.v2 with parameters of type ExtractedLicenseInfo Modifier and Type Method Description boolean
SpdxDocument. addExtractedLicenseInfos(ExtractedLicenseInfo licenseInfo)
Add a license info to the collection of extracted license infosMethod parameters in org.spdx.library.model.v2 with type arguments of type ExtractedLicenseInfo Modifier and Type Method Description SpdxDocument
SpdxDocument. setExtractedLicenseInfos(List<ExtractedLicenseInfo> extractedLicenseInfos)
Clear the extractedLicenseInfos and add all elements from extractedLicenseInfos
-