public class XMLReport
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportFormat.ReportLink |
Constructor and Description |
---|
XMLReport() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptSettings(ReportSettings s) |
java.lang.String |
getBaseDirName() |
java.lang.String |
getReportID() |
java.util.List<com.sun.javatest.report.ReportFormat> |
getSubReports() |
java.lang.String |
getTypeName() |
ReportFormat.ReportLink |
write(ReportSettings sett,
java.io.File dir) |
void |
write(java.io.Writer w,
ReportSettings sett) |
public ReportFormat.ReportLink write(ReportSettings sett, java.io.File dir) throws java.io.IOException
sett
- Settings to use to create the report.dir
- Directory in which the report output should be written.java.io.IOException
public 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()
public void write(java.io.Writer w, ReportSettings sett) throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.