it.eng.qbe.export
Class ReportRunner

java.lang.Object
  extended by it.eng.qbe.export.ReportRunner

public class ReportRunner
extends java.lang.Object

Compile, fill and export a report template to a file or stream

Author:
Gioia

Constructor Summary
ReportRunner()
           
 
Method Summary
 void run(java.io.File templateFile, java.io.File reportFile, java.lang.String outputType, java.sql.Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportRunner

public ReportRunner()
Method Detail

run

public void run(java.io.File templateFile,
                java.io.File reportFile,
                java.lang.String outputType,
                java.sql.Connection conn)