com.sun.javatest.report
Class Report.Settings
java.lang.Object
com.sun.javatest.report.Report.Settings
- Enclosing class:
- Report
public static class Report.Settings
- extends java.lang.Object
Specify what parts of the reports to generate.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Report.Settings
public Report.Settings()
Report.Settings
public Report.Settings(InterviewParameters p)
write
public void write(Preferences prefs)
create
public static Report.Settings create(Preferences prefs)
setInterview
public void setInterview(InterviewParameters p)
setFilter
public void setFilter(TestFilter f)
setEnableHtmlReport
public void setEnableHtmlReport(boolean state)
setEnableXmlReport
public void setEnableXmlReport(boolean state)
setEnablePlainReport
public void setEnablePlainReport(boolean state)
setShowConfigSection
public void setShowConfigSection(boolean state)
setShowQuestionLog
public void setShowQuestionLog(boolean state)
setShowEnvLog
public void setShowEnvLog(boolean state)
setShowStdValues
public void setShowStdValues(boolean state)
setShowResults
public void setShowResults(boolean state)
setShowKeywordSummary
public void setShowKeywordSummary(boolean state)
setEnableHtmlStateFile
public void setEnableHtmlStateFile(int status,
boolean state)
- Parameters:
status
- PASS, FAIL, ERROR, NOT_RUN constant from Status
setHtmlMainReport
public void setHtmlMainReport(boolean reporthtml,
boolean indexhtml)
setEnableBackups
public void setEnableBackups(boolean state)
setBackupLevels
public void setBackupLevels(int n)
isHtmlEnabled
public boolean isHtmlEnabled()
isXmlEnabled
public boolean isXmlEnabled()
isPlainEnabled
public boolean isPlainEnabled()
isConfigSectionEnabled
public boolean isConfigSectionEnabled()
isQuestionLogEnabled
public boolean isQuestionLogEnabled()
isEnvEnabled
public boolean isEnvEnabled()
isStdEnabled
public boolean isStdEnabled()
isResultsEnabled
public boolean isResultsEnabled()
isKeywordSummaryEnabled
public boolean isKeywordSummaryEnabled()
isIndexHtmlEnabled
public boolean isIndexHtmlEnabled()
isReportHtmlEnabled
public boolean isReportHtmlEnabled()
isStateFileEnabled
public boolean isStateFileEnabled(int status)
isBackupsEnabled
public boolean isBackupsEnabled()
getBackupLevel
public int getBackupLevel()
setAllowInitFilesOptimize
public void setAllowInitFilesOptimize(boolean s)
getInitialFiles
public java.io.File[] getInitialFiles()
getTestFilter
public TestFilter getTestFilter()
getInterview
public InterviewParameters getInterview()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved.