com.partnersoft.v3x.apps.Staker.interfaces.report
Class SimpleJobReportModule

java.lang.Object
  extended by 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

Constructor Summary
SimpleJobReportModule()
           
 
Method Summary
 void generateReportFiles(java.io.File dir, Job job)
          Generate report output files to the given directory.
 java.lang.String getOutputFileName()
           
 java.lang.String getReportPath()
           
 java.lang.String getStylesheetPath()
           
 void setOutputFileName(java.lang.String newName)
           
 void setReportPath(java.lang.String newReport)
           
 void setStylesheetPath(java.lang.String newPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleJobReportModule

public SimpleJobReportModule()
Method Detail

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)