org.gmetrics.report
Class TestAbstractReportWriter
java.lang.Object
org.gmetrics.report.AbstractReportWriter
org.gmetrics.report.TestAbstractReportWriter
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.gmetrics.report.ReportWriter
public class TestAbstractReportWriter
- extends org.gmetrics.report.AbstractReportWriter
- implements groovy.lang.GroovyObject
Fields inherited from class org.gmetrics.report.AbstractReportWriter |
BASE_MESSAGES_BUNDLE, CUSTOM_MESSAGES_BUNDLE, customMessagesBundleName, formatterFactory, formatters, getTimestamp, GMETRICS_URL, initializeResourceBundle, LOG, resourceBundle |
Method Summary |
static java.lang.Object |
getDefaultOutputFile()
|
groovy.lang.MetaClass |
getMetaClass()
|
java.lang.Object |
getProperty(java.lang.String property)
|
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 |
writeReport(java.io.Writer writer,
org.gmetrics.resultsnode.ResultsNode resultsNode,
org.gmetrics.analyzer.AnalysisContext analysisContext)
|
Methods inherited from class org.gmetrics.report.AbstractReportWriter |
formatMetricResultValue, getFormattedTimestamp, getOutputFile, getResourceBundleString, getResourceBundleString, getResourceBundleStringOrNull, getWriteToStandardOut, initializeDefaultResourceBundle, initializeFormatters, setOutputFile, setWriteToStandardOut, writeReport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAbstractReportWriter
public TestAbstractReportWriter()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
getMetaClass
in class org.gmetrics.report.AbstractReportWriter
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
setMetaClass
in class org.gmetrics.report.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 org.gmetrics.report.AbstractReportWriter
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
- Overrides:
getProperty
in class org.gmetrics.report.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 org.gmetrics.report.AbstractReportWriter
getDefaultOutputFile
public static java.lang.Object getDefaultOutputFile()
setDefaultOutputFile
public static void setDefaultOutputFile(java.lang.Object value)
writeReport
public void writeReport(java.io.Writer writer,
org.gmetrics.resultsnode.ResultsNode resultsNode,
org.gmetrics.analyzer.AnalysisContext analysisContext)
- Specified by:
writeReport
in class org.gmetrics.report.AbstractReportWriter
Copyright © 2012. All Rights Reserved.