Package com.sun.javatest.report
Class PlainTextReport
- java.lang.Object
-
- com.sun.javatest.report.PlainTextReport
-
public class PlainTextReport extends java.lang.Object
Plain text version of the report.
-
-
Constructor Summary
Constructors Constructor Description PlainTextReport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptSettings(ReportSettings s)
java.lang.String
getBaseDirName()
static java.lang.String[]
getReportFilenames()
java.lang.String
getReportID()
java.util.List<com.sun.javatest.report.ReportFormat>
getSubReports()
java.lang.String
getTypeName()
com.sun.javatest.report.ReportFormat.ReportLink
write(ReportSettings s, java.io.File dir)
-
-
-
Method Detail
-
getReportFilenames
public static java.lang.String[] getReportFilenames()
-
write
public com.sun.javatest.report.ReportFormat.ReportLink write(ReportSettings s, java.io.File dir) throws java.io.IOException
- Throws:
java.io.IOException
-
getReportID
public java.lang.String getReportID()
-
getBaseDirName
public java.lang.String getBaseDirName()
-
getTypeName
public java.lang.String getTypeName()
-
acceptSettings
public boolean acceptSettings(ReportSettings s)
-
getSubReports
public java.util.List<com.sun.javatest.report.ReportFormat> getSubReports()
-
-