groovy.lang.GroovyObject, ReportWriterpublic class InlineXmlReportWriter extends XmlReportWriter implements groovy.lang.GroovyObject
BASE_MESSAGES_BUNDLE, CODENARC_URL, CUSTOM_MESSAGES_BUNDLE, customMessagesBundleName, getTimestamp, initializeResourceBundle, resourceBundle, VERSION_FILE| Constructor | Description |
|---|---|
InlineXmlReportWriter() |
| Modifier and Type | Method | Description |
|---|---|---|
protected groovy.lang.Closure |
buildRulesElement(AnalysisContext analysisContext) |
|
protected groovy.lang.Closure |
buildViolationElement(Violation violation) |
|
groovy.lang.MetaClass |
getMetaClass() |
|
Object |
getProperty(String property) |
|
Object |
invokeMethod(String method,
Object arguments) |
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
|
void |
setProperty(String property,
Object value) |
getCodeNarcVersion, getDescriptionForRule, getFormattedTimestamp, getHtmlDescriptionForRule, getOutputFile, getResourceBundleString, getResourceBundleString, getResourceBundleString, getSortedRules, getWriteToStandardOut, initializeDefaultResourceBundle, isEnabled, setOutputFile, setWriteToStandardOut, writeReportclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildFileElement, buildMessageElement, buildPackageAttributeMap, buildPackageElement, buildPackageElements, buildProjectElement, buildReportElement, buildSourceLineElement, getDefaultOutputFile, getTitle, isRoot, setDefaultOutputFile, setTitle, writeReportpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class XmlReportWriterpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class XmlReportWriterpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class XmlReportWriterpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class XmlReportWriterpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class XmlReportWriterprotected groovy.lang.Closure buildViolationElement(Violation violation)
buildViolationElement in class XmlReportWriterprotected groovy.lang.Closure buildRulesElement(AnalysisContext analysisContext)
buildRulesElement in class XmlReportWriterCopyright © 2019. All rights reserved.