org.codenarc.report
Class XmlReportWriter
java.lang.Object
org.codenarc.report.AbstractReportWriter
org.codenarc.report.XmlReportWriter
- All Implemented Interfaces:
- groovy.lang.GroovyObject, ReportWriter
- Direct Known Subclasses:
- InlineXmlReportWriter
public class XmlReportWriter
- extends AbstractReportWriter
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 |
XmlReportWriter
public XmlReportWriter()
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 java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
- Overrides:
invokeMethod
in class AbstractReportWriter
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
- Overrides:
getProperty
in class AbstractReportWriter
setProperty
public void setProperty(java.lang.String property,
java.lang.Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
- Overrides:
setProperty
in class AbstractReportWriter
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String value)
getDefaultOutputFile
public java.lang.String getDefaultOutputFile()
setDefaultOutputFile
public void setDefaultOutputFile(java.lang.String value)
writeReport
public void writeReport(java.io.Writer writer,
AnalysisContext analysisContext,
Results results)
- Specified by:
writeReport
in class AbstractReportWriter
buildReportElement
protected java.lang.Object buildReportElement()
buildProjectElement
protected java.lang.Object buildProjectElement(AnalysisContext analysisContext)
buildPackageElements
protected java.lang.Object buildPackageElements(java.lang.Object results)
buildPackageElement
protected java.lang.Object buildPackageElement(java.lang.Object results)
buildPackageAttributeMap
protected java.util.Map buildPackageAttributeMap(java.lang.Object results)
isRoot
protected boolean isRoot(java.lang.Object results)
buildFileElement
protected java.lang.Object buildFileElement(FileResults results)
buildViolationElement
protected java.lang.Object buildViolationElement(Violation violation)
buildSourceLineElement
protected java.lang.Object buildSourceLineElement(Violation violation)
buildMessageElement
protected java.lang.Object buildMessageElement(Violation violation)
buildRulesElement
protected java.lang.Object buildRulesElement(AnalysisContext analysisContext)
cdata
protected java.lang.Object cdata(java.lang.String text)
Copyright © 2011. All Rights Reserved.