Class RdfToHtml

java.lang.Object
org.spdx.tools.RdfToHtml

public class RdfToHtml
extends Object
Takes an input SPDX Document and produces the following HTML files in the specified directory: [spdxdocumentname]-document.html - Document level information [spdxpackagename]-package.html - Package level information (one per package found) [spdxpackagename]-packagefiles.html - File level information for all files found in the given package [spdxdocumentname]-packagefiles.html - File level information for all files described directly by the document [spdxdocumentname]-extractedlicenses.html - Extracted license information from the document The HTML pretty printer is based on a set of HTML templates found in the resources directory: SpdxDocHTMLTemplate.html - Document level HTML file template PackageHTMLTemplate.html - Package level HTML file template FilesHTMLTemplate.html - File level information HTML file template LicensesHTMLTemplate.html - Extracted license information HTML file template The template uses Mustache - see http://mustache.github.com/mustache.5.html
Author:
Gary O'Neall