org.optaplanner.benchmark.impl.history
public class BenchmarkHistoryReport extends Object
Modifier and Type | Field and Description |
---|---|
protected File |
benchmarkHistoryDirectory |
protected File |
historyHtmlFile |
protected Locale |
locale |
protected DefaultPlannerBenchmark |
plannerBenchmark |
protected File |
summaryDirectory |
Constructor and Description |
---|
BenchmarkHistoryReport(DefaultPlannerBenchmark plannerBenchmark) |
Modifier and Type | Method and Description |
---|---|
File |
getBenchmarkHistoryDirectory() |
File |
getHistoryHtmlFile() |
Locale |
getLocale() |
File |
getSummaryDirectory() |
void |
setLocale(Locale locale) |
void |
writeHistory() |
protected final DefaultPlannerBenchmark plannerBenchmark
protected File benchmarkHistoryDirectory
protected Locale locale
protected File historyHtmlFile
protected File summaryDirectory
public BenchmarkHistoryReport(DefaultPlannerBenchmark plannerBenchmark)
public File getBenchmarkHistoryDirectory()
public Locale getLocale()
public void setLocale(Locale locale)
public File getHistoryHtmlFile()
public File getSummaryDirectory()
public void writeHistory()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.