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

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

Constructor Summary
ScriptedJobReportModule()
           
 
Method Summary
 void generateReportFiles(java.io.File dir, Job job)
          Generate report output files to the given directory.
 java.lang.String getReportFileName()
           
 java.lang.String getScriptPath()
           
 void setReportFileName(java.lang.String newName)
           
 void setScriptPath(java.lang.String scriptPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptedJobReportModule

public ScriptedJobReportModule()
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

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)