| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.html | |
| org.spdx.licensexml |
Classes that support the License XML format (see https://github.com/spdx/license-list-XML)
|
| org.spdx.rdfparser.license |
Classes implementing the license model for the SPDX Parser
|
| org.spdx.spdxspreadsheet | |
| org.spdx.tools | |
| org.spdx.tools.licensegenerator |
Package containing classes used for generating licenses for github.com/license-list-data and https://spdx.org/licenses
|
| 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.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 |
|---|
ExceptionHtml(LicenseException exception) |
LicenseExceptionJSONFile(LicenseException exception,
boolean deprecated) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LicenseException> |
XmlLicenseProvider.getExceptionIterator() |
List<LicenseException> |
LicenseXmlDocument.getLicenseExceptions() |
| Modifier and Type | Method and Description |
|---|---|
LicenseException |
LicenseException.clone() |
LicenseException |
WithExceptionOperator.getException() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LicenseException> |
SpdxLicenseCsv.getExceptionIterator()
Deprecated.
|
Iterator<LicenseException> |
ISpdxListedLicenseProvider.getExceptionIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
WithExceptionOperator.setException(LicenseException exception) |
| Constructor and Description |
|---|
WithExceptionOperator(AnyLicenseInfo license,
LicenseException exception) |
| Modifier and Type | Method and Description |
|---|---|
LicenseException |
LicenseExceptionSheet.getException(int rowNum)
Get the license exception at the row rowNum
|
LicenseException |
SPDXLicenseSpreadsheet.LicenseExceptionIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LicenseException> |
SPDXLicenseSpreadsheet.getExceptionIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseExceptionSheet.add(LicenseException exception) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkdownTable.addException(LicenseException exception,
boolean deprecated)
Add an exception to be added to the markdown table of contents
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SimpleLicenseTester.testException(LicenseException exception) |
List<String> |
LicenseTester.testException(LicenseException exception)
Test exception against the test files directory
|
List<String> |
ILicenseTester.testException(LicenseException exception)
Test exception against the test files directory
|
void |
SpdxWebsiteFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
LicenseTextFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
LicenseTemplateFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
LicenseRdfFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
LicenseRdfaFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
LicenseMarkdownFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
LicenseJsonFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
LicenseHtmlFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
void |
ILicenseFormatWriter.writeException(LicenseException exception,
boolean deprecated,
String deprecatedVersion) |
Copyright © 2018 Linux Foundation. All Rights Reserved.