com.partnersoft.v3x.apps.Staker.interfaces.report
Class SimpleJobReportModule
java.lang.Object
com.partnersoft.v3x.apps.Staker.interfaces.report.SimpleJobReportModule
- All Implemented Interfaces:
- JobReportModule, java.io.Serializable
public class SimpleJobReportModule
- extends java.lang.Object
- implements JobReportModule
A JobReportModule that uses a TextReportEngine to generate a single file from
a job.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleJobReportModule
public SimpleJobReportModule()
generateReportFiles
public void generateReportFiles(java.io.File dir,
Job job)
- Generate report output files to the given directory.
- Specified by:
generateReportFiles in interface JobReportModule
getOutputFileName
public java.lang.String getOutputFileName()
setOutputFileName
public void setOutputFileName(java.lang.String newName)
getReportPath
public java.lang.String getReportPath()
setReportPath
public void setReportPath(java.lang.String newReport)
getStylesheetPath
public java.lang.String getStylesheetPath()
setStylesheetPath
public void setStylesheetPath(java.lang.String newPath)