Class TextReportWriter

java.lang.Object
org.codenarc.report.AbstractReportWriter
org.codenarc.report.TextReportWriter
All Implemented Interfaces:
groovy.lang.GroovyObject, ReportWriter
Direct Known Subclasses:
IdeTextReportWriter

public class TextReportWriter extends AbstractReportWriter
  • Constructor Details

    • TextReportWriter

      public TextReportWriter()
  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      getMetaClass in class AbstractReportWriter
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
      Overrides:
      setMetaClass in class AbstractReportWriter
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
      Overrides:
      invokeMethod in class AbstractReportWriter
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
      Overrides:
      getProperty in class AbstractReportWriter
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
      Overrides:
      setProperty in class AbstractReportWriter
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String value)
    • getDefaultOutputFile

      public String getDefaultOutputFile()
    • setDefaultOutputFile

      public void setDefaultOutputFile(String value)
    • getMaxPriority

      public int getMaxPriority()
    • setMaxPriority

      public void setMaxPriority(int value)
    • writeReport

      public void writeReport(Writer writer, AnalysisContext analysisContext, Results results)
      Specified by:
      writeReport in class AbstractReportWriter
    • writeTitle

      protected void writeTitle(Writer writer)
    • writeSummary

      protected void writeSummary(Writer writer, Results results)
    • writePackageViolations

      protected void writePackageViolations(Writer writer, Results results)
    • writeFileViolations

      protected void writeFileViolations(Writer writer, FileResults results)
    • writeViolation

      protected void writeViolation(Writer writer, Violation violation, String path)
    • getViolationLocationString

      protected String getViolationLocationString(Violation violation, String path)
    • writeFooter

      protected void writeFooter(Writer writer)