Class IdeTextReportWriter
java.lang.Object
org.codenarc.report.AbstractReportWriter
org.codenarc.report.TextReportWriter
org.codenarc.report.IdeTextReportWriter
- All Implemented Interfaces:
groovy.lang.GroovyObject, ReportWriter
-
Field Summary
Fields inherited from class AbstractReportWriter
BASE_MESSAGES_BUNDLE, CODENARC_URL, CUSTOM_MESSAGES_BUNDLE, customMessagesBundleName, getTimestamp, initializeResourceBundle, resourceBundle, VERSION_FILE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroovy.lang.MetaClassgetProperty(String property) protected StringgetViolationLocationString(Violation violation, String path) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) Methods inherited from class TextReportWriter
getDefaultOutputFile, getMaxPriority, getTitle, setDefaultOutputFile, setMaxPriority, setTitle, writeFileViolations, writeFooter, writePackageViolations, writeReport, writeSummary, writeTitle, writeViolationMethods inherited from class AbstractReportWriter
getCodeNarcVersion, getDescriptionForRule, getFormattedTimestamp, getHtmlDescriptionForRule, getOutputFile, getResourceBundleString, getResourceBundleString, getResourceBundleString, getSortedRules, getWriteToStandardOut, initializeDefaultResourceBundle, isEnabled, setOutputFile, setWriteToStandardOut, writeReport
-
Constructor Details
-
IdeTextReportWriter
public IdeTextReportWriter()
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject- Overrides:
getMetaClassin classTextReportWriter
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject- Overrides:
setMetaClassin classTextReportWriter
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject- Overrides:
invokeMethodin classTextReportWriter
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject- Overrides:
getPropertyin classTextReportWriter
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject- Overrides:
setPropertyin classTextReportWriter
-
getViolationLocationString
- Overrides:
getViolationLocationStringin classTextReportWriter
-