com.tngtech.jgiven.report
Class ReportGenerator

java.lang.Object
  extended by com.tngtech.jgiven.report.ReportGenerator

public class ReportGenerator
extends java.lang.Object


Nested Class Summary
static class ReportGenerator.Format
           
 
Constructor Summary
ReportGenerator()
           
 
Method Summary
 void generate()
           
 java.io.File getCustomCssFile()
           
 java.io.File getSourceDir()
           
 java.io.File getToDir()
           
static void main(java.lang.String... args)
           
 void setCustomCssFile(java.io.File customCssFile)
           
 void setFormat(ReportGenerator.Format format)
           
 void setSourceDir(java.io.File sourceDir)
           
 void setToDir(java.io.File toDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportGenerator

public ReportGenerator()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setFormat

public void setFormat(ReportGenerator.Format format)

generate

public void generate()
              throws java.lang.Exception
Throws:
java.lang.Exception

getSourceDir

public java.io.File getSourceDir()

setSourceDir

public void setSourceDir(java.io.File sourceDir)

getToDir

public java.io.File getToDir()

setToDir

public void setToDir(java.io.File toDir)

getCustomCssFile

public java.io.File getCustomCssFile()

setCustomCssFile

public void setCustomCssFile(java.io.File customCssFile)