com.sun.javatest.report
Class COFReport
java.lang.Object
com.sun.javatest.report.COFReport
public class COFReport
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COFReport
public COFReport()
write
public ReportFormat.ReportLink write(ReportSettings s,
java.io.File dir)
throws java.io.IOException
- Parameters:
s
- Settings to use to create the report.dir
- Directory in which the report output should be written.
- Returns:
- ReportLink object for the report file (used in report index)
- Throws:
java.io.IOException
getReportID
public java.lang.String getReportID()
getBaseDirName
public java.lang.String getBaseDirName()
acceptSettings
public boolean acceptSettings(ReportSettings s)
getSubReports
public java.util.List<com.sun.javatest.report.ReportFormat> getSubReports()
getTypeName
public java.lang.String getTypeName()
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.