Uses of Class
com.sun.javatest.report.ReportSettings

Packages that use ReportSettings
com.sun.javatest.report This package provides API for generating reports about test runs. 
 

Uses of ReportSettings in com.sun.javatest.report
 

Methods in com.sun.javatest.report that return ReportSettings
static ReportSettings ReportSettings.create(Preferences prefs)
           
 ReportSettings CustomReport.getReportEnviroment()
           
static ReportSettings Report.getSettingsPrefs()
           
 

Methods in com.sun.javatest.report with parameters of type ReportSettings
 boolean XMLReport.acceptSettings(ReportSettings s)
           
 boolean CustomReportFormat.acceptSettings(ReportSettings s)
           
 boolean PlainTextReport.acceptSettings(ReportSettings s)
           
 boolean COFReport.acceptSettings(ReportSettings s)
           
 boolean HTMLReport.acceptSettings(ReportSettings s)
           
 void CustomReport.setEnviroment(ReportSettings envir)
           
 void Report.StartGenListener.startReportGeneration(ReportSettings s, java.lang.String reportID)
           
 ReportFormat.ReportLink XMLReport.write(ReportSettings sett, java.io.File dir)
           
 ReportFormat.ReportLink CustomReportFormat.write(ReportSettings s, java.io.File dir)
           
 ReportFormat.ReportLink PlainTextReport.write(ReportSettings s, java.io.File dir)
           
 ReportFormat.ReportLink COFReport.write(ReportSettings s, java.io.File dir)
           
 ReportFormat.ReportLink HTMLReport.write(ReportSettings s, java.io.File dir)
           
 void XMLReport.write(java.io.Writer w, ReportSettings sett)
           
static void Report.writePrefs(ReportSettings s)
           
 void Report.writeReports(ReportSettings s, java.io.File dir)
          Write report files using the given settings, to the given location.
 



Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.