OptaPlanner distribution 6.0.0.Beta5

org.optaplanner.benchmark.impl.report
Class ReportHelper

java.lang.Object
  extended by org.optaplanner.benchmark.impl.report.ReportHelper

public class ReportHelper
extends Object


Constructor Summary
ReportHelper()
           
 
Method Summary
static String escapeHtmlId(String rawHtmlId)
          Escape illegal HTML element id characters, such as a dot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportHelper

public ReportHelper()
Method Detail

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

OptaPlanner distribution 6.0.0.Beta5

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.