|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.javatest.report.CustomReport.ReportEnviroment
public static class CustomReport.ReportEnviroment
Specified environment and settings for report generation.
Constructor Summary | |
---|---|
CustomReport.ReportEnviroment(java.io.File xmlReportFile,
java.io.File[] in)
Creates a new ReportEnviroment instance refers to the given file. |
|
CustomReport.ReportEnviroment(InterviewParameters ipa,
TestFilter f)
|
Method Summary | |
---|---|
int |
getBackups()
Get the backup level that has been specified for this report session |
java.util.Map |
getExchangeData()
Give Map for data exchange between custom reports during the same report session. |
TestFilter |
getFilter()
Returns TestFilter object associated with this report session |
java.io.File[] |
getInitFiles()
Returns initial files associated with this report session |
InterviewParameters |
getIp()
Returns InterviewParameters object associated with this report session. |
java.io.File[] |
getMergingFiles()
Returns array of File objects that were sources for Report Converter tool or empty array if Report Converter was not used. |
boolean |
isBackUpEnabled()
Determines if the backup is currently enabled. |
void |
setMergingFiles(java.io.File[] files)
|
void |
setXMLReportFile(java.io.File f)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomReport.ReportEnviroment(InterviewParameters ipa, TestFilter f)
public CustomReport.ReportEnviroment(java.io.File xmlReportFile, java.io.File[] in)
Method Detail |
---|
public InterviewParameters getIp()
public TestFilter getFilter()
public java.io.File[] getInitFiles()
public boolean isBackUpEnabled()
public int getBackups()
public java.util.Map getExchangeData()
public void setXMLReportFile(java.io.File f)
public void setMergingFiles(java.io.File[] files)
public java.io.File[] getMergingFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |