com.partnersoft.v3x.apps.Staker.interfaces
Interface JobReportModule

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CADPMapSQLReportModule, DXFModule, MultiSpeakCISExport, MultiSpeakGISExport, ScriptedJobReportModule, ShapefileModule, ShapefileSketchModule, SimpleJobReportModule, StakingReportModule

public interface JobReportModule
extends java.io.Serializable

Generates some sort of output based on a job.


Method Summary
 void generateReportFiles(java.io.File dir, Job job)
          Generate report output files to the given directory.
 

Method Detail

generateReportFiles

void generateReportFiles(java.io.File dir,
                         Job job)
Generate report output files to the given directory.