at.tuwien.ifs.somtoolbox.reportgenerator
Class ReportGenerator

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.reportgenerator.ReportGenerator

public class ReportGenerator
extends Object

Version:
$Id: ReportGenerator.java 3589 2010-05-21 10:42:01Z mayer $
Author:
Sebastian Skritek (0226286, Sebastian.Skritek@gmx.at), Martin Waitzbauer (0226025)

Field Summary
static int HTML_REPORT
           
static int LATEX_REPORT
           
 
Constructor Summary
ReportGenerator(boolean standalone, CommonSOMViewerStateData state)
           
ReportGenerator(boolean standalone, CommonSOMViewerStateData state, String outputFile, String propertiesFile)
           
 
Method Summary
 void createReport(int type, String outputDirectory, DatasetInformation datasetInfo, TestRunResultCollection testruns)
           
static void main(String[] args)
          the main method if the report generator is called as a stand alone application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML_REPORT

public static final int HTML_REPORT
See Also:
Constant Field Values

LATEX_REPORT

public static final int LATEX_REPORT
See Also:
Constant Field Values
Constructor Detail

ReportGenerator

public ReportGenerator(boolean standalone,
                       CommonSOMViewerStateData state)

ReportGenerator

public ReportGenerator(boolean standalone,
                       CommonSOMViewerStateData state,
                       String outputFile,
                       String propertiesFile)
Method Detail

main

public static void main(String[] args)
                 throws FileNotFoundException,
                        SOMLibFileFormatException
the main method if the report generator is called as a stand alone application

Throws:
FileNotFoundException - if a file could not be found.
SOMLibFileFormatException

createReport

public void createReport(int type,
                         String outputDirectory,
                         DatasetInformation datasetInfo,
                         TestRunResultCollection testruns)