Class AbstractXmlReporter

    • Constructor Detail

      • AbstractXmlReporter

        public AbstractXmlReporter()
    • Method Detail

      • fileName

        public java.lang.String fileName()
      • getConfig

        public XMLReporterConfig getConfig()
        Description copied from interface: IReporter
        Get the reporter configuration object.

        NOTE: Reporter configuration objects must adhere to the JavaBean object conventions, providing getter and setter methods that conform to standard naming rules. This enables ReporterConfig to serialize, deserialize, and instantiate the reporter.

        Specified by:
        getConfig in interface IReporter
        Returns:
        reporter configuration object
      • writeReporterOutput

        protected final void writeReporterOutput​(XMLStringBuffer xmlBuffer)
      • writeReporterOutput

        protected final void writeReporterOutput​(XMLStringBuffer xmlBuffer,
                                                 java.util.List<java.lang.String> output)
      • setDurationAttributes

        protected static void setDurationAttributes​(XMLReporterConfig config,
                                                    java.util.Properties attributes,
                                                    java.util.Date minStartDate,
                                                    java.util.Date maxEndDate)