Groovy Documentation

org.codenarc.report
[Groovy] 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.

Authors:
Chris Mair
Version:
\$Revision: 609 \$ - \$Date: 2011-02-24 13:48:43 -0500 (Thu, 24 Feb 2011) \$


Field Summary
 
Fields inherited from class AbstractReportWriter
BASE_MESSAGES_BUNDLE, CODENARC_URL, CUSTOM_MESSAGES_BUNDLE, VERSION_FILE, customMessagesBundleName, getTimestamp, initializeResourceBundle, resourceBundle
 
Property Summary
String defaultOutputFile

String title

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

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

Property Detail

defaultOutputFile

String defaultOutputFile


title

String title


 
Method Detail

writeReport

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


 

Groovy Documentation