| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser |
| Modifier and Type | Method and Description |
|---|---|
SPDXNonStandardLicense[] |
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 matching
|
| Constructor and Description |
|---|
SpdxLicenseDifference(SPDXNonStandardLicense licenseA,
SPDXNonStandardLicense licenseB) |
| Constructor and Description |
|---|
ExtractedLicensingInfoContext(SPDXNonStandardLicense spdxNonStandardLicense) |
| Modifier and Type | Method and Description |
|---|---|
SPDXNonStandardLicense |
SPDXDocument.addNewExtractedLicenseInfo(String licenseText)
Adds a new non-standard license containing the text provided.
|
SPDXNonStandardLicense[] |
SPDXDocument.getExtractedLicenseInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPDXDocument.addNewExtractedLicenseInfo(SPDXNonStandardLicense license)
Adds the license as a new ExtractedLicenseInfo
|
void |
SPDXDocument.setExtractedLicenseInfos(SPDXNonStandardLicense[] nonStandardLicenses)
Resets all ExtractedLicenseInfos to nonStandardLicenses.
|
Copyright © 2014 Linux Foundation. All Rights Reserved.