|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represent a set of result files, currently our report can be export to result file that has various format: .rst, HTML, pdf, Excel, etc.. User can get a ResultFiles object from VersionResultRecord, all result files that be exported in this version are represented by it.
ResultVersionRecord| Method Summary | |
int |
getAnalysisReportAmount()
Represent how many reports of an Analysis report set is selected to generate result. |
java.lang.String |
getAstFileName()
Get ast format result file name. |
java.lang.String |
getExcelFileName()
Get excel format result file name. |
java.lang.String |
getHtmlFileName()
Get HTML format result file name. |
java.lang.String |
getPdfFileName()
Get pdf format result file name. |
java.lang.String |
getPostScriptFileName()
Get Post Script format result file name. |
java.util.Vector |
getResultFileNames()
Get all format result file names. |
java.lang.String |
getRsdFileName()
Get rsd format result file name. |
java.lang.String |
getRstFileName()
Get rst format result file name. |
java.lang.String |
getRtfFileName()
Get rtf format result file name. |
java.lang.String |
getSvgFileName()
Get svg format result file name. |
java.lang.String |
getTextFileName()
Get plain text format result file name. |
java.lang.String |
getTiffFileName()
Get tiff format result file name. |
java.lang.String |
getXmlFileName()
Get XML format result file name. |
boolean |
hasAstFile()
Check whether ast format result file is included in this result file set. |
boolean |
hasExcelFile()
Check whether excel format result file is included in this result file set. |
boolean |
hasHtmlFile()
Check whether HTML format result file is included in this result file set. |
boolean |
hasPdfFile()
Check whether pdf format result file is included in this result file set. |
boolean |
hasPostScriptFile()
Check whether Post Script format result file is included in this result file set. |
boolean |
hasRsdFile()
Check whether rsd format result file is included in this result file set. |
boolean |
hasRstFile()
Check whether rst format result file is included in this result file set. |
boolean |
hasRtfFile()
Check whether rtf format result file is included in this result file set. |
boolean |
hasSvgFile()
Check whether svg format result file is included in this result file set. |
boolean |
hasTextFile()
Check whether plain text format result file is included in this result file set. |
boolean |
hasTiffFile()
Check whether tiff format result file is included in this result file set. |
boolean |
hasXmlFile()
Check whether XML format result file is included in this result file set. |
boolean |
isAnalysisResult()
Check whether this result is generated by Analysis report set. |
| Method Detail |
public boolean hasRstFile()
public java.lang.String getRstFileName()
public boolean hasHtmlFile()
public java.lang.String getHtmlFileName()
public boolean hasPdfFile()
public java.lang.String getPdfFileName()
public boolean hasExcelFile()
public java.lang.String getExcelFileName()
public boolean hasXmlFile()
public java.lang.String getXmlFileName()
public boolean hasPostScriptFile()
public java.lang.String getPostScriptFileName()
public boolean hasTextFile()
public java.lang.String getTextFileName()
public boolean hasRtfFile()
public java.lang.String getRtfFileName()
public boolean hasAstFile()
public java.lang.String getAstFileName()
public boolean hasTiffFile()
public java.lang.String getTiffFileName()
public boolean hasSvgFile()
public java.lang.String getSvgFileName()
public boolean hasRsdFile()
public java.lang.String getRsdFileName()
public java.util.Vector getResultFileNames()
public boolean isAnalysisResult()
public int getAnalysisReportAmount()
isAnalysisResult() return false, return -1.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||