Class ReportHelper
java.lang.Object
org.optaplanner.benchmark.impl.report.ReportHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
escapeHtmlId
(String rawHtmlId) Escape illegal HTML element id characters, such as a dot.
-
Constructor Details
-
ReportHelper
public ReportHelper()
-
-
Method Details
-
escapeHtmlId
Escape illegal HTML element id characters, such as a dot.This escape function guarantees that 2 distinct strings will result into 2 distinct escape strings (presuming that both have been escaped by this method).
- Parameters:
rawHtmlId
- never null- Returns:
- never null
-