public class ReportParametersBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
An instance of logger associated with the test framework.
|
| Constructor and Description |
|---|
ReportParametersBean(Report.EXPORT_FORMAT[] outputFormats,
Report.REPORT_TYPE[] reportTypes,
String outputLocation)
Constructor if there is no command line parameters
|
ReportParametersBean(String reportsFormat,
String outputLocation,
String packages,
String reportTypes)
Process command line parameters -Dreports.generate : generates reports
-Dreports.format=pdf : report output is pdf, (optional, default=pdf).
|
| Modifier and Type | Method and Description |
|---|---|
Report.EXPORT_FORMAT[] |
getOutputFormats() |
String |
getOutputLocation() |
List<String> |
getPackageNames() |
Report.REPORT_TYPE[] |
getReportTypes() |
protected static final org.slf4j.Logger LOG
public ReportParametersBean(Report.EXPORT_FORMAT[] outputFormats, Report.REPORT_TYPE[] reportTypes, String outputLocation)
outputFormats - reportTypes - outputLocation - public ReportParametersBean(String reportsFormat, String outputLocation, String packages, String reportTypes)
string - public Report.EXPORT_FORMAT[] getOutputFormats()
public Report.REPORT_TYPE[] getReportTypes()
public String getOutputLocation()
Copyright © 2014. All rights reserved.