See: Description
| Interface | Description |
|---|---|
| ILicenseFormatWriter |
Writes licenses in a specific format
|
| ILicenseTester |
Interface for license testers
|
| Class | Description |
|---|---|
| FsfLicenseDataParser |
Singleton class which returns information maintained by the Free Software Foundation
The default behavior is to pull the FSF data from
https://wking.github.io/fsf-api/licenses-full.json
If the URL is not accessible, the file resources/licenses-full.json in the same path as the .jar file will be used. |
| LicenseHtmlFormatWriter |
Generates HTML fragments with formatted license information
|
| LicenseJsonFormatWriter |
Writes JSON format license information
|
| LicenseMarkdownFormatWriter |
Formats MarkDown files for the licenses
|
| LicenseRdfaFormatWriter | |
| LicenseRdfFormatWriter |
Write RDF formats for the licenses
|
| LicenseTemplateFormatWriter |
Write license template format as described in the SPDX spec
|
| LicenseTester |
Test SPDX licenses against a directory of test licenses.
|
| LicenseTextFormatWriter |
Writes licenses in a simple text format
|
| SimpleLicenseTester |
Tests licenses against cononical text.
|
| SpdxWebsiteFormatWriter |
Writer to format all files for the https://spdx.org/licenses website
|
Copyright © 2018 Linux Foundation. All Rights Reserved.