|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codenarc.report.AbstractReportWriter
org.codenarc.report.TextReportWriter
class TextReportWriter extends AbstractReportWriter
ReportWriter that generates an simple ASCII text report.
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)
|
Property Detail |
---|
String defaultOutputFile
String title
Method Detail |
---|
void writeReport(Writer writer, AnalysisContext analysisContext, Results results)
Groovy Documentation