com.tngtech.jgiven.report.html
Class StaticHtmlReportGenerator

java.lang.Object
  extended by com.tngtech.jgiven.report.AbstractReportGenerator
      extended by com.tngtech.jgiven.report.html.StaticHtmlReportGenerator

public class StaticHtmlReportGenerator
extends AbstractReportGenerator


Field Summary
 
Fields inherited from class com.tngtech.jgiven.report.AbstractReportGenerator
completeReportModel, targetDirectory
 
Constructor Summary
StaticHtmlReportGenerator()
           
 
Method Summary
protected  void copyFileToTargetDir(java.lang.String fileName)
           
 void generate()
           
 void writeEnd()
           
 
Methods inherited from class com.tngtech.jgiven.report.AbstractReportGenerator
generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticHtmlReportGenerator

public StaticHtmlReportGenerator()
Method Detail

generate

public void generate()
Specified by:
generate in class AbstractReportGenerator

copyFileToTargetDir

protected void copyFileToTargetDir(java.lang.String fileName)

writeEnd

public void writeEnd()