public class PlainTextReport
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportFormat.ReportLink |
| Constructor and Description |
|---|
PlainTextReport() |
| Modifier and Type | Method and 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() |
ReportFormat.ReportLink |
write(ReportSettings s,
java.io.File dir) |
public static java.lang.String[] getReportFilenames()
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.IOExceptionpublic 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, 2015, Oracle and/or its affiliates. All rights reserved.