| Class | Description |
|---|---|
| CompareMultpleSpdxDocs |
Compares multiple SPDX documents and stores the results in a spreadsheet
Usage: CompareSpdxDoc output.xls doc1 doc2 doc3 ...
|
| CompareSpdxDocs |
Command line application to compare two SPDX documents
Usage: CompareSpdxDoc doc1 doc2 [output]
where doc1 and doc2 are two SPDX documents in either RDF/XML or tag/value format
and [output] is an optional SPDX document
|
| GenerateVerificationCode |
Generates a verification code for a specific directory
|
| LicenseRDFAGenerator |
Converts a spreadsheet containing SPDX License information into RDFA
HTML pages describing the licenses (root of output folder),
license text files (text folder), license template files (template folder), and files
containing only the HTML fragments for the license text (html folder).
|
| Main |
Dispatch to the individual tools
|
| PrettyPrinter |
Simple pretty printer for SPDX RDF XML files.
|
| RdfToHtml |
Produces a directory of HTML files which renders an SPDX Document
[insert stylesheet comment]
The HTML pretty printer is based on a set of HTML templates found in the
resources directory:
SpdxHTMLTemplate.html - single HTML file output for an SPDX document
The template uses Mustache - see http://mustache.github.com/mustache.5.html
|
| RdfToSpreadsheet |
Translates an RDF XML file to a SPDX Spreadsheet format
Usage: RdfToSpreadsheet rdfxmlfile.rdf spreadsheetfile.xls
where rdfxmlfile.rdf is a valid SPDX RDF XML file and spreadsheetfile.xls is
the output SPDX spreadsheeet file.
|
| RdfToTag |
Translates an RDF XML file to a tag-value format Usage: RdfToTag
rdfxmlfile.rdf spdxfile.spdx where rdfxmlfile.rdf is a valid SPDX RDF XML
file and spdxfile.spdx is the output SPDX tag-value file.
|
| SpdxViewer |
Simple pretty printer for SPDX RDF XML files.
|
| SpreadsheetToRDF |
Converts a spreadsheet to an SPDX RDF Analysis file
Usage: SpreadsheetToRDF spreadsheetfile.xls rdfxmlfile.rdf
where spreadsheetfile.xls is a valid SPDX Spreadsheet and
rdfxmlfile.rdf is the output SPDX RDF Analysis file.
|
| SpreadsheetToTag |
Converts a spreadsheet to a tag-value format Usage: SpreadsheetToTag
spreadsheetfile.xls spdxfile.spdx where spreadsheetfile.xls is a valid SPDX
Spreadsheet and spdxfile.spdx is the output SPDX tag-value file.
|
| TagToRDF |
Translates a tag-value file to an RDF XML format Usage: TagToRDF
spdxfile.spdx rdfxmlfile.rdf where spdxfile.spdx is a valid SPDX tag-value
file and rdfxmlfile.rdf is the output SPDX RDF file.
|
| TagToSpreadsheet |
Translates an tag-value file to a SPDX Spreadsheet format Usage:
TagToSpreadsheet spdxfile.spdx spreadsheetfile.xls where spdxfile.spdx is a
valid SPDX tag-value file and spreadsheetfile.xls is the output SPDX
spreadsheeet file.
|
Copyright © 2014 Linux Foundation. All Rights Reserved.