Class CodeNarcReportGenerator
- java.lang.Object
-
- io.github.crizzis.codenarc.report.CodeNarcReportGenerator
-
- All Implemented Interfaces:
Localizable
@Named @Singleton public class CodeNarcReportGenerator extends Object implements Localizable
CodeNarc report generator. Takes an instance ofCodeNarcAnalysis
as input
-
-
Constructor Summary
Constructors Constructor Description CodeNarcReportGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(CodeNarcAnalysis input, org.apache.maven.doxia.sink.Sink sink, Locale locale)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.crizzis.codenarc.report.Localizable
getCodeNarcMessages
-
-
-
-
Method Detail
-
generate
public void generate(CodeNarcAnalysis input, org.apache.maven.doxia.sink.Sink sink, Locale locale)
-
-