public class HtmlReportGenerator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CANNOT_CREATE_DIRECTORY |
static String |
ERROR_GENERATING |
static String |
HTML_REPORT_SUCCESS |
static String |
NO_DIRECTORY |
static String |
NO_FILE |
static String |
NOT_EMPTY_DIRECTORY |
Constructor and Description |
---|
HtmlReportGenerator(String csvFilePath,
String userPropertiesFilePath,
String outputDirectoryPath) |
Modifier and Type | Method and Description |
---|---|
List<String> |
run()
Prepare and Run the HTML report generation command.
|
public static final String HTML_REPORT_SUCCESS
public static final String ERROR_GENERATING
public static final String NO_FILE
public static final String NO_DIRECTORY
public static final String NOT_EMPTY_DIRECTORY
public static final String CANNOT_CREATE_DIRECTORY
Copyright (c) 1998-2021 Apache Software Foundation. All Rights Reserved.