Class AbstractReportProvider

    • Constructor Detail

      • AbstractReportProvider

        public AbstractReportProvider()
    • Method Detail

      • getConfiguration

        public ReportProviderConfiguration getConfiguration()
        Returns the report provider's configuration. Use the configuration object to get access to general as well as provider-specific properties stored in the global configuration file.
        Returns:
        the report provider configuration
      • setConfiguration

        public void setConfiguration​(ReportProviderConfiguration config)
        Sets the report provider's configuration. Use the configuration object to get access to general as well as provider-specific properties stored in the global configuration file.
        Specified by:
        setConfiguration in interface ReportProvider
        Parameters:
        config - the report provider configuration