Groovy Documentation

org.codenarc.report
Class TextReportWriter

java.lang.Object
  org.codenarc.report.AbstractReportWriter
      org.codenarc.report.TextReportWriter

class TextReportWriter
extends AbstractReportWriter

ReportWriter that generates an simple ASCII text report.

author:
Chris Mair
version:
$Revision: 290 $ - $Date: 2010-01-16 21:33:12 -0500 (Sat, 16 Jan 2010) $


Property Summary
String defaultOutputFile

String title

 
Constructor Summary
TextReportWriter()

 
Method Summary
void writeReport(Writer writer, AnalysisContext analysisContext, Results results)

 
Methods inherited from class AbstractReportWriter
getCodeNarcVersion, getDescriptionForRule, getFormattedTimestamp, getHtmlDescriptionForRule, getResourceBundleString, getSortedRules, initializeDefaultResourceBundle, isEnabled, writeReport
 

Property Detail

defaultOutputFile

String defaultOutputFile


title

String title


 
Constructor Detail

TextReportWriter

TextReportWriter()


 
Method Detail

writeReport

void writeReport(Writer writer, AnalysisContext analysisContext, Results results)


 

Groovy Documentation