com.tngtech.jgiven.report
Class ReportGenerator

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

public class ReportGenerator
extends Object


Nested Class Summary
static class ReportGenerator.Format
           
 
Constructor Summary
ReportGenerator()
           
 
Method Summary
 void generate()
           
 File getCustomCssFile()
           
 File getSourceDir()
           
 File getToDir()
           
static void main(String... args)
           
 void setCustomCssFile(File customCssFile)
           
 void setFormat(ReportGenerator.Format format)
           
 void setSourceDir(File sourceDir)
           
 void setToDir(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(String... args)
                 throws IOException
Throws:
IOException

setFormat

public void setFormat(ReportGenerator.Format format)

generate

public void generate()
              throws IOException
Throws:
IOException

getSourceDir

public File getSourceDir()

setSourceDir

public void setSourceDir(File sourceDir)

getToDir

public File getToDir()

setToDir

public void setToDir(File toDir)

getCustomCssFile

public File getCustomCssFile()

setCustomCssFile

public void setCustomCssFile(File customCssFile)


Copyright © 2014 TNG Technology Consulting. All rights reserved.