public class RdfToHtml extends Object
| Constructor and Description |
|---|
RdfToHtml() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
rdfToHtml(SPDXDocument doc,
Writer writer) |
static void |
rdfToHtml(SPDXDocument doc,
Writer writer,
String templateDirName,
String templateFileName) |
public static void main(String[] args)
args - Argument 0 is the file path of RDF XML file; argument 1 is the file path for the output HTML file(s)public static void rdfToHtml(SPDXDocument doc, Writer writer, String templateDirName, String templateFileName) throws com.sampullara.mustache.MustacheException, IOException, InvalidSPDXAnalysisException
com.sampullara.mustache.MustacheExceptionIOExceptionInvalidSPDXAnalysisExceptionpublic static void rdfToHtml(SPDXDocument doc, Writer writer) throws com.sampullara.mustache.MustacheException, IOException, InvalidSPDXAnalysisException
com.sampullara.mustache.MustacheExceptionIOExceptionInvalidSPDXAnalysisExceptionCopyright © 2014 Linux Foundation. All Rights Reserved.