Class AllMapsPageGenerator
java.lang.Object
outputProviders.logGenerator.LogHTMLFileHandler
outputProviders.logGenerator.pages.AllMapsPageGenerator
- All Implemented Interfaces:
PageGenerator
Generates the AllMapsPage.
-
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
-
AllMapsPageGenerator
public AllMapsPageGenerator()
-
-
Method Details
-
alterHTMLTemplate
Alters the template for this specific page.- Specified by:
alterHTMLTemplatein interfacePageGenerator- Parameters:
templatePath- The path to the template.- Returns:
- The altered template.
-