com.tngtech.jgiven.report.text
Class PlainTextWriter

java.lang.Object
  extended by com.tngtech.jgiven.report.model.ReportModelVisitor
      extended by com.tngtech.jgiven.report.text.PlainTextWriter
Direct Known Subclasses:
PlainTextReporter, PlainTextScenarioWriter

public class PlainTextWriter
extends ReportModelVisitor


Field Summary
protected  boolean withColor
           
protected  java.io.PrintWriter writer
           
 
Constructor Summary
PlainTextWriter(java.io.PrintWriter printWriter, boolean withColor)
           
 
Method Summary
 
Methods inherited from class com.tngtech.jgiven.report.model.ReportModelVisitor
visit, visit, visit, visit, visitEnd, visitEnd, visitEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

protected final java.io.PrintWriter writer

withColor

protected final boolean withColor
Constructor Detail

PlainTextWriter

public PlainTextWriter(java.io.PrintWriter printWriter,
                       boolean withColor)