Uses of Class
org.spdx.spdxspreadsheet.InvalidLicenseStringException
| Package | Description |
|---|---|
| org.spdx.merge | |
| org.spdx.rdfparser | |
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
-
Uses of InvalidLicenseStringException in org.spdx.merge
Methods in org.spdx.merge that throw InvalidLicenseStringException Modifier and Type Method Description AnyLicenseInfoSpdxPackageInfoMerger. licsCombiner(AnyLicenseInfo lic1, AnyLicenseInfo lic2)A method to combine two licenses into oneList<SpdxPackage>SpdxPackageInfoMerger. mergePackagesInfo(SpdxFile[] fileMergeResult)A method to merge all packages' information from sub list documents into master document -
Uses of InvalidLicenseStringException in org.spdx.rdfparser
Methods in org.spdx.rdfparser that throw InvalidLicenseStringException Modifier and Type Method Description static AnyLicenseInfoSPDXLicenseInfoFactory. parseSPDXLicenseString(String licenseString)Deprecated. -
Uses of InvalidLicenseStringException in org.spdx.rdfparser.license
Methods in org.spdx.rdfparser.license that throw InvalidLicenseStringException Modifier and Type Method Description static AnyLicenseInfoLicenseInfoFactory. parseSPDXLicenseString(String licenseString)Parses a license string and converts it into a SPDXLicenseInfo object Syntax - A license set must start and end with a parenthesis "(" A conjunctive license set will have and AND after the first licenseInfo term A disjunctive license set will have an OR after the first licenseInfo term If there is no And or Or, then it is converted to a simple license type A space or tab must be used between license ID's and the keywords AND and OR A licenseID must NOT be "AND" or "OR"static AnyLicenseInfoLicenseInfoFactory. parseSPDXLicenseString(String licenseString, SpdxDocumentContainer container)Parses a license string and converts it into a SPDXLicenseInfo object Syntax - A license set must start and end with a parenthesis "(" A conjunctive license set will have and AND after the first licenseInfo term A disjunctive license set will have an OR after the first licenseInfo term If there is no And or Or, then it is converted to a simple license type A space or tab must be used between license ID's and the keywords AND and OR A licenseID must NOT be "AND" or "OR"