Class WelcomePageGenerator
java.lang.Object
outputProviders.logGenerator.LogHTMLFileHandler
outputProviders.logGenerator.pages.WelcomePageGenerator
- All Implemented Interfaces:
PageGenerator
Generates the welcome page of the HTML report.
-
Field Summary
Fields inherited from class outputProviders.logGenerator.LogHTMLFileHandler
headers, ReportAboutFuzzerPath, ReportAboutFuzzerTemplatePath, ReportAllMapsPath, ReportAllMapsTemplatePath, ReportHomePath, ReportHomeTemplatePath, ReportOverviewPath, ReportOverviewTemplatePath, ReportWelcomePath, ReportWelcomeTemplatePath, rows -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalterHTMLTemplate(String templatePath) Alters the template for this specific page.Methods inherited from class outputProviders.logGenerator.LogHTMLFileHandler
generateHTMLReport, getColumnIndex, getIDName, getRowIndex, getUniqueValues, LogFileHTMLHandler, processLogFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface outputProviders.logGenerator.pages.PageGenerator
generateHTMLPage, readTemplate, writeHTMLPage
-
Constructor Details
-
WelcomePageGenerator
public WelcomePageGenerator()
-
-
Method Details
-
alterHTMLTemplate
Alters the template for this specific page. Currently, this method does nothing. It is left here in case we want to add functionality in the future.- Specified by:
alterHTMLTemplatein interfacePageGenerator- Parameters:
templatePath- The path to the template.- Returns:
- The altered template.
-