Groovy Documentation

groovy.org.codenarc.report
[Groovy] Class TextReportWriter

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

class TextReportWriter
extends AbstractReportWriter

ReportWriter that generates an simple ASCII text report.

Authors:
Chris Mair


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

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


 

Groovy Documentation