Class PlainTextReport

java.lang.Object
com.sun.javatest.report.PlainTextReport

public class PlainTextReport extends Object
Plain text version of the report.
  • Constructor Details

    • PlainTextReport

      public PlainTextReport()
  • Method Details

    • getReportFilenames

      public static String[] getReportFilenames()
    • write

      public com.sun.javatest.report.ReportFormat.ReportLink write(ReportSettings s, File dir) throws IOException
      Throws:
      IOException
    • getReportID

      public String getReportID()
    • getBaseDirName

      public String getBaseDirName()
    • getTypeName

      public String getTypeName()
    • acceptSettings

      public boolean acceptSettings(ReportSettings s)
    • getSubReports

      public List<com.sun.javatest.report.ReportFormat> getSubReports()