Package com.sun.javatest.report
Class PlainTextReport
- java.lang.Object
-
- com.sun.javatest.report.PlainTextReport
-
public class PlainTextReport extends java.lang.ObjectPlain 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 booleanacceptSettings(ReportSettings s)java.lang.StringgetBaseDirName()static java.lang.String[]getReportFilenames()java.lang.StringgetReportID()java.util.List<com.sun.javatest.report.ReportFormat>getSubReports()java.lang.StringgetTypeName()com.sun.javatest.report.ReportFormat.ReportLinkwrite(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()
-
-