Uses of Class
org.spdx.library.model.license.ExtractedLicenseInfo
Packages that use ExtractedLicenseInfo
Package
Description
Copyright (c) 2019 Source Auditor Inc.
Utility classes for comparing SPDX model objects
-
Uses of ExtractedLicenseInfo in org.spdx.library.model
Methods in org.spdx.library.model that return ExtractedLicenseInfoModifier and TypeMethodDescriptionModelObject.createExtractedLicense(String id, String text) ConstructsExtractedLicenseInfowith text set.Methods in org.spdx.library.model that return types with arguments of type ExtractedLicenseInfoMethods in org.spdx.library.model with parameters of type ExtractedLicenseInfoModifier and TypeMethodDescriptionbooleanSpdxDocument.addExtractedLicenseInfos(ExtractedLicenseInfo licenseInfo) Add a license info to the collection of extracted license infos.Method parameters in org.spdx.library.model with type arguments of type ExtractedLicenseInfoModifier and TypeMethodDescriptionSpdxDocument.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 ExtractedLicenseInfoModifier and TypeMethodDescriptionSpdxComparer.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 ExtractedLicenseInfoModifierConstructorDescriptionSpdxLicenseDifference(ExtractedLicenseInfo licenseA, ExtractedLicenseInfo licenseB)