public class CustomReportFormat
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportFormat.ReportLink |
Constructor and Description |
---|
CustomReportFormat() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptSettings(ReportSettings s) |
java.lang.String |
getBaseDirName() |
java.lang.String |
getReportID() |
java.util.List<com.sun.javatest.report.ReportFormat> |
getSubReports() |
java.lang.String |
getTypeName() |
ReportFormat.ReportLink |
write(ReportSettings s,
java.io.File dir) |
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()
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.