org.codenarc.report
Class InlineXmlReportWriter
java.lang.Object
org.codenarc.report.AbstractReportWriter
org.codenarc.report.XmlReportWriter
org.codenarc.report.InlineXmlReportWriter
- All Implemented Interfaces:
- groovy.lang.GroovyObject, ReportWriter
public class InlineXmlReportWriter
- extends XmlReportWriter
- implements groovy.lang.GroovyObject
Methods inherited from class org.codenarc.report.XmlReportWriter |
buildFileElement, buildMessageElement, buildPackageAttributeMap, buildPackageElement, buildPackageElements, buildProjectElement, buildReportElement, buildSourceLineElement, cdata, getDefaultOutputFile, getTitle, isRoot, setDefaultOutputFile, setTitle, writeReport |
Methods inherited from class org.codenarc.report.AbstractReportWriter |
getCodeNarcVersion, getDescriptionForRule, getFormattedTimestamp, getHtmlDescriptionForRule, getOutputFile, getResourceBundleString, getResourceBundleString, getResourceBundleString, getSortedRules, getWriteToStandardOut, initializeDefaultResourceBundle, isEnabled, setOutputFile, setWriteToStandardOut, writeReport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InlineXmlReportWriter
public InlineXmlReportWriter()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
getMetaClass
in class XmlReportWriter
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
setMetaClass
in class XmlReportWriter
invokeMethod
public java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
- Overrides:
invokeMethod
in class XmlReportWriter
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
- Overrides:
getProperty
in class XmlReportWriter
setProperty
public void setProperty(java.lang.String property,
java.lang.Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
- Overrides:
setProperty
in class XmlReportWriter
buildViolationElement
protected java.lang.Object buildViolationElement(Violation violation)
- Overrides:
buildViolationElement
in class XmlReportWriter
buildRulesElement
protected java.lang.Object buildRulesElement(AnalysisContext analysisContext)
- Overrides:
buildRulesElement
in class XmlReportWriter
Copyright © 2011. All Rights Reserved.