public class BasicFileConfiguration extends BasicConfiguration
levels, reportName, timeStampFormat, usedConfigs| Modifier | Constructor and Description |
|---|---|
protected |
BasicFileConfiguration() |
protected |
BasicFileConfiguration(AbstractReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCSS() |
String |
getDocumentTitle() |
String |
getEncoding() |
String |
getJS() |
void |
setCSS(String css)
Sets CSS to be used to customize the look and feel of your report
|
void |
setDocumentTitle(String docTitle)
Sets the document title denoted by the
title tag |
void |
setEncoding(String encoding)
Sets file encoding, eg: UTF-8
|
void |
setJS(String js)
Adds custom JavaScript
|
getConfigMap, getLevel, getReporter, getReportName, getTimeStampFormat, setLevel, setReportName, setTimeStampFormatprotected BasicFileConfiguration()
protected BasicFileConfiguration(AbstractReporter reporter)
public void setEncoding(String encoding)
encoding - Encodingpublic String getEncoding()
public void setDocumentTitle(String docTitle)
title tagdocTitle - Titlepublic String getDocumentTitle()
public void setCSS(String css)
css - CSSpublic String getCSS()
public void setJS(String js)
js - JavaScriptpublic String getJS()
Copyright © 2018. All rights reserved.