Uses of Class
com.sun.javatest.report.Report.Settings

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

Uses of Report.Settings in com.sun.javatest.report
 

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

Methods in com.sun.javatest.report with parameters of type Report.Settings
 void Report.StartGenListener.startReportGeneration(Report.Settings s, java.lang.String reportID)
           
 void COFReport.write(Report.Settings s, java.io.File dir)
           
static void Report.writePrefs(Report.Settings s)
           
 void Report.writeReport(Report.Settings s, java.io.File dir)
          Write report files using the given settings, to the given location.
 void Report.writeReports(Report.Settings s, java.io.File dir, java.util.Collection customReports)
           
 



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