Class HomePageGenerator
java.lang.Object
outputProviders.logGenerator.LogHTMLFileHandler
outputProviders.logGenerator.pages.HomePageGenerator
- All Implemented Interfaces:
PageGenerator
Generates the home page.
-
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 templatePathLocation) Alters the html template of the home page class.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
-
HomePageGenerator
public HomePageGenerator()Constructor of home page.
-
-
Method Details
-
alterHTMLTemplate
Alters the html template of the home page class. We replace filters, headers and data in the table with the appropriate values.- Specified by:
alterHTMLTemplatein interfacePageGenerator- Parameters:
templatePathLocation- The path to the template file.- Returns:
- The altered template as one long string.
-