|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.report.StatisticCollector
public final class StatisticCollector
TODO: Extend this class to run historic tool on existing reports.
| Constructor Summary | |
|---|---|
StatisticCollector(Report report,
File outDir,
String timestamp)
Creates a new StatisticCollector object. |
|
StatisticCollector(Report report,
String prefix,
File outDir,
String timestamp)
Creates a new StatisticCollector object. |
|
| Method Summary | |
|---|---|
void |
createCharts()
Creates the charts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticCollector(Report report,
File outDir,
String timestamp)
report - the input report.outDir - the output dir for the charts and summary xml.timestamp - the timestamp for the summary db entry.
public StatisticCollector(Report report,
String prefix,
File outDir,
String timestamp)
report - the input report.prefix - the package prefixoutDir - the output dir for the charts and summary xml.timestamp - the timestamp for the summary db entry.| Method Detail |
|---|
public void createCharts()
throws IOException
IOException - if the image can not be written.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||