com.partnersoft.v3x.apps.Staker.interfaces.report
Class ScriptedJobReportModule
java.lang.Object
com.partnersoft.v3x.apps.Staker.interfaces.report.ScriptedJobReportModule
- All Implemented Interfaces:
- JobReportModule, java.io.Serializable
public class ScriptedJobReportModule
- extends java.lang.Object
- implements JobReportModule
A JobReportModule that uses a script to generate its file.
Copyright 2008 Partner Software, Inc.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptedJobReportModule
public ScriptedJobReportModule()
generateReportFiles
public void generateReportFiles(java.io.File dir,
Job job)
- Generate report output files to the given directory.
- Specified by:
generateReportFiles in interface JobReportModule
getReportFileName
public java.lang.String getReportFileName()
setReportFileName
public void setReportFileName(java.lang.String newName)
getScriptPath
public java.lang.String getScriptPath()
setScriptPath
public void setScriptPath(java.lang.String scriptPath)