public class LicenseHTMLFile extends Object
| Constructor and Description |
|---|
LicenseHTMLFile(String template) |
LicenseHTMLFile(String template,
SPDXStandardLicense license) |
| Modifier and Type | Method and Description |
|---|---|
SPDXStandardLicense |
getLicense() |
String |
getTemplate() |
void |
setLicense(SPDXStandardLicense license) |
void |
setTemplate(String template) |
void |
writeToFile(File htmlFile,
String tableOfContentsReference) |
public LicenseHTMLFile(String template, SPDXStandardLicense license)
public LicenseHTMLFile(String template)
public SPDXStandardLicense getLicense()
public void setLicense(SPDXStandardLicense license)
license - the license to setpublic void setTemplate(String template)
public String getTemplate()
public void writeToFile(File htmlFile, String tableOfContentsReference) throws IOException, LicenseTemplateRuleException
Copyright © 2014 Linux Foundation. All Rights Reserved.