Uses of Class
org.spdx.library.model.license.ExtractedLicenseInfo
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of ExtractedLicenseInfo in org.spdx.library.model
Methods in org.spdx.library.model that return types with arguments of type ExtractedLicenseInfo Modifier and Type Method Description Collection<ExtractedLicenseInfo>SpdxDocument. getExtractedLicenseInfos()Methods in org.spdx.library.model with parameters of type ExtractedLicenseInfo Modifier and Type Method Description booleanSpdxDocument. addExtractedLicenseInfos(ExtractedLicenseInfo licenseInfo)Add a license info to the collection of extracted license infosMethod parameters in org.spdx.library.model with type arguments of type ExtractedLicenseInfo Modifier and Type Method Description SpdxDocumentSpdxDocument. setExtractedLicenseInfos(List<ExtractedLicenseInfo> extractedLicenseInfos)Clear the extractedLicenseInfos and add all elements from extractedLicenseInfos -
Uses of ExtractedLicenseInfo in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return types with arguments of type ExtractedLicenseInfo Modifier and Type Method Description List<ExtractedLicenseInfo>SpdxComparer. getUniqueExtractedLicenses(int docIndexA, int docIndexB)Retrieves any unique extracted licenses fromt the first SPDX document index relative to the second - unique is determined by the license text matchingConstructors in org.spdx.utility.compare with parameters of type ExtractedLicenseInfo Constructor Description SpdxLicenseDifference(ExtractedLicenseInfo licenseA, ExtractedLicenseInfo licenseB)