Uses of Class
org.spdx.rdfparser.license.ExtractedLicenseInfo
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.merge | |
| org.spdx.rdfparser | |
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of ExtractedLicenseInfo in org.spdx.compare
Methods in org.spdx.compare that return ExtractedLicenseInfo Modifier and Type Method Description 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.compare with parameters of type ExtractedLicenseInfo Constructor Description SpdxLicenseDifference(ExtractedLicenseInfo licenseA, ExtractedLicenseInfo licenseB) -
Uses of ExtractedLicenseInfo in org.spdx.html
Constructors in org.spdx.html with parameters of type ExtractedLicenseInfo Constructor Description ExtractedLicensingInfoContext(ExtractedLicenseInfo spdxNonStandardLicense, Map<String,String> spdxIdToUrl) -
Uses of ExtractedLicenseInfo in org.spdx.merge
Methods in org.spdx.merge that return ExtractedLicenseInfo Modifier and Type Method Description ExtractedLicenseInfo[]SpdxLicenseInfoMerger. cloneNonStdLic(ExtractedLicenseInfo[] orgNonStdLicArray)ExtractedLicenseInfoSpdxLicenseMapper. mappingNewNonStdLic(SpdxDocument outputDoc, SpdxDocument subDoc, ExtractedLicenseInfo subNonStdLicInfo)Creates a new non-standard license in the outputDoc and creates a mapping between the output document non-standard license and the subDoc non standard license This particular non-standard license is unique to the outputDoc document.ExtractedLicenseInfo[]SpdxLicenseInfoMerger. mergeNonStdLic(SpdxDocument[] subDocs)Methods in org.spdx.merge with parameters of type ExtractedLicenseInfo Modifier and Type Method Description ExtractedLicenseInfo[]SpdxLicenseInfoMerger. cloneNonStdLic(ExtractedLicenseInfo[] orgNonStdLicArray)voidSpdxLicenseMapper. mappingExistingNonStdLic(SpdxDocument output, ExtractedLicenseInfo outputDocLicense, SpdxDocument subDocs, ExtractedLicenseInfo subLicense)Maps a subDoc nonstandard license to an existing output document nonstandard licenseExtractedLicenseInfoSpdxLicenseMapper. mappingNewNonStdLic(SpdxDocument outputDoc, SpdxDocument subDoc, ExtractedLicenseInfo subNonStdLicInfo)Creates a new non-standard license in the outputDoc and creates a mapping between the output document non-standard license and the subDoc non standard license This particular non-standard license is unique to the outputDoc document. -
Uses of ExtractedLicenseInfo in org.spdx.rdfparser
Methods in org.spdx.rdfparser that return ExtractedLicenseInfo Modifier and Type Method Description ExtractedLicenseInfoSPDXDocument. addNewExtractedLicenseInfo(String licenseText)Deprecated.Adds a new non-standard license containing the text provided.ExtractedLicenseInfoSpdxDocumentContainer. addNewExtractedLicenseInfo(String licenseText)Adds a new non-standard license containing the text provided.ExtractedLicenseInfoSpdxDocumentContainer. getExtractedLicense(String id)ExtractedLicenseInfo[]SPDXDocument. getExtractedLicenseInfos()Deprecated.ExtractedLicenseInfo[]SpdxDocumentContainer. getExtractedLicenseInfos()Methods in org.spdx.rdfparser with parameters of type ExtractedLicenseInfo Modifier and Type Method Description voidSpdxDocumentContainer. addExtractedLicenseInfos(ExtractedLicenseInfo license)voidSPDXDocument. addNewExtractedLicenseInfo(ExtractedLicenseInfo license)Deprecated.Adds the license as a new ExtractedLicenseInfovoidSpdxDocumentContainer. addNewExtractedLicenseInfo(ExtractedLicenseInfo license)Adds the license as a new ExtractedLicenseInfoprotected voidSPDXDocument. initializeNextLicenseRef(ExtractedLicenseInfo[] existingLicenses)Deprecated.voidSPDXDocument. setExtractedLicenseInfos(ExtractedLicenseInfo[] nonStandardLicenses)Deprecated.Resets all ExtractedLicenseInfos to nonStandardLicenses.voidSpdxDocumentContainer. setExtractedLicenseInfos(ExtractedLicenseInfo[] extractedLicenseInfos) -
Uses of ExtractedLicenseInfo in org.spdx.rdfparser.license
Methods in org.spdx.rdfparser.license with parameters of type ExtractedLicenseInfo Modifier and Type Method Description intExtractedLicenseInfo. compareTo(ExtractedLicenseInfo o) -
Uses of ExtractedLicenseInfo in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return ExtractedLicenseInfo Modifier and Type Method Description ExtractedLicenseInfo[]SpdxDocument. getExtractedLicenseInfos()Methods in org.spdx.rdfparser.model with parameters of type ExtractedLicenseInfo Modifier and Type Method Description voidSpdxDocument. addExtractedLicenseInfos(ExtractedLicenseInfo license)voidSpdxDocument. setExtractedLicenseInfos(ExtractedLicenseInfo[] extractedLicenseInfos)