| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
| Modifier and Type | Method and Description |
|---|---|
static CompareTemplateOutputHandler.DifferenceDescription |
LicenseCompareHelper.isTextStandardException(LicenseException exception,
String compareText)
Compares exception text to the exception text of an SPDX Standard exception
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionHtmlToc.addDeprecatedException(LicenseException exception,
String exceptionHTMLReference,
String deprecatedVersion) |
void |
ExceptionHtmlToc.addException(LicenseException exception,
String exceptionHTMLReference)
Add an exception to the table of contents
|
void |
ExceptionTOCJSONFile.addException(LicenseException exception,
String excHTMLReference,
String excJSONReference,
boolean deprecated)
Add a license to the JSON table of contents file
|
void |
LicenseExceptionJSONFile.setException(LicenseException exception,
boolean deprecated) |
| Constructor and Description |
|---|
LicenseExceptionJSONFile(LicenseException exception,
boolean deprecated) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListedLicenseException
Exceptions listed in the SPDX license list
|
| Modifier and Type | Method and Description |
|---|---|
LicenseException |
LicenseException.clone() |
LicenseException |
WithExceptionOperator.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
WithExceptionOperator.setException(LicenseException exception) |
| Constructor and Description |
|---|
WithExceptionOperator(AnyLicenseInfo license,
LicenseException exception) |
Copyright © 2018 Linux Foundation. All Rights Reserved.