org.optaplanner.benchmark.impl.report
Class ReportHelper
java.lang.Object
org.optaplanner.benchmark.impl.report.ReportHelper
public class ReportHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportHelper
public ReportHelper()
escapeHtmlId
public 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
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.