com.sun.javatest.report
public static class CustomReport.ReportEnviroment extends java.lang.Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
public CustomReport.ReportEnviroment(InterviewParameters ipa, TestFilter f)
public CustomReport.ReportEnviroment(java.io.File xmlReportFile, java.io.File[] in)
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()
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.