| Package | Description |
|---|---|
| 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 |
| 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) |
Copyright © 2017 Linux Foundation. All Rights Reserved.