Class ReportHelper
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.report.ReportHelper
 
- 
 public class ReportHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ReportHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringcapitalize(String s)static StringescapeHtmlId(String rawHtmlId)Escape illegal HTML element id characters, such as a dot.
 
- 
- 
- 
Method Detail- 
escapeHtmlIdpublic static String escapeHtmlId(String rawHtmlId) 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
 
 
- 
 
-