public class HTMLReport
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportFormat.ReportLink |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
DEFAULT_CHARSET
Default charset to use.
|
protected java.nio.charset.Charset |
reportCharset
The charset to request for the report output.
|
Constructor and Description |
---|
HTMLReport() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptSettings(ReportSettings s) |
java.lang.String |
getBaseDirName() |
static java.lang.String |
getFile(int code)
Gets the file name based one the input code.
|
static java.lang.String[] |
getReportFilenames()
Gets the standard report file name used in JT Harness.
|
java.lang.String |
getReportID() |
java.util.List<com.sun.javatest.report.ReportFormat> |
getSubReports() |
java.lang.String |
getTypeName() |
void |
setKflData(KflSorter s) |
void |
setResults(java.util.TreeSet[] results) |
ReportFormat.ReportLink |
write(ReportSettings s,
java.io.File dir) |
protected java.nio.charset.Charset reportCharset
Charset.defaultCharset
protected java.lang.String DEFAULT_CHARSET
public ReportFormat.ReportLink write(ReportSettings s, java.io.File dir) throws java.io.IOException
s
- Settings to use to create the report.dir
- Directory in which the report output should be written.java.io.IOException
public java.lang.String getReportID()
public java.lang.String getBaseDirName()
public java.lang.String getTypeName()
public boolean acceptSettings(ReportSettings s)
public java.util.List<com.sun.javatest.report.ReportFormat> getSubReports()
public static java.lang.String[] getReportFilenames()
public static java.lang.String getFile(int code)
code
- The code name for the file.public void setResults(java.util.TreeSet[] results)
public void setKflData(KflSorter s)
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.