@Mixin(value={MetricsCriteriaFilter.class,LevelsCriteriaFilter.class,FunctionsCriteriaFilter.class})
public class XmlReportWriter
extends AbstractReportWriter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
DEFAULT_OUTPUT_FILE |
BASE_MESSAGES_BUNDLE, CUSTOM_MESSAGES_BUNDLE, customMessagesBundleName, formatterFactory, formatters, getTimestamp, GMETRICS_URL, initializeResourceBundle, LOG, resourceBundle| Constructor and Description |
|---|
XmlReportWriter() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getDefaultOutputFile() |
protected java.lang.String |
getDescriptionForMetric(Metric metric) |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.String |
getTitle() |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
static void |
setDefaultOutputFile(java.lang.Object value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
void |
setTitle(java.lang.String value) |
protected void |
writeReport(java.io.Writer writer,
ResultsNode resultsNode,
AnalysisContext analysisContext) |
formatMetricResultValue, getFormattedTimestamp, getOutputFile, getResourceBundleString, getResourceBundleString, getResourceBundleStringOrNull, getWriteToStandardOut, initializeDefaultResourceBundle, initializeFormatters, setOutputFile, setWriteToStandardOut, writeReportpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractReportWriterpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractReportWriterpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractReportWriterpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractReportWriterpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractReportWriterpublic static java.lang.Object getDefaultOutputFile()
public static void setDefaultOutputFile(java.lang.Object value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
protected void writeReport(java.io.Writer writer,
ResultsNode resultsNode,
AnalysisContext analysisContext)
writeReport in class AbstractReportWriterprotected java.lang.String getDescriptionForMetric(Metric metric)