Package com.xceptance.xlt.api.report
Class AbstractReportProvider
- java.lang.Object
-
- com.xceptance.xlt.api.report.AbstractReportProvider
-
- All Implemented Interfaces:
ReportCreator,ReportProvider
public abstract class AbstractReportProvider extends java.lang.Object implements ReportProvider
TheAbstractReportProviderclass provides common functionality of a typical report provider.
-
-
Constructor Summary
Constructors Constructor Description AbstractReportProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportProviderConfigurationgetConfiguration()Returns the report provider's configuration.voidsetConfiguration(ReportProviderConfiguration config)Sets the report provider's configuration.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.xceptance.xlt.api.report.ReportCreator
createReportFragment
-
Methods inherited from interface com.xceptance.xlt.api.report.ReportProvider
processDataRecord
-
-
-
-
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:
setConfigurationin interfaceReportProvider- Parameters:
config- the report provider configuration
-
-