Class SortableHtmlReportWriter

    • Field Detail

      • DEFAULT_OUTPUT_FILE

        public static final java.lang.String DEFAULT_OUTPUT_FILE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SortableHtmlReportWriter

        public SortableHtmlReportWriter()
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        getMetaClass in class AbstractHtmlReportWriter
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        setMetaClass in class AbstractHtmlReportWriter
      • 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 AbstractHtmlReportWriter
      • getProperty

        public java.lang.Object getProperty​(java.lang.String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
        Overrides:
        getProperty in class AbstractHtmlReportWriter
      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object value)
        Specified by:
        setProperty in interface groovy.lang.GroovyObject
        Overrides:
        setProperty in class AbstractHtmlReportWriter
      • getDefaultOutputFile

        public java.lang.String getDefaultOutputFile()
      • setDefaultOutputFile

        public void setDefaultOutputFile​(java.lang.String value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object