|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jbenchmark.util.AbstractStatisticPublisher
Generates the output in Twiki format.
Constructor Summary | |
AbstractStatisticPublisher()
|
Method Summary | |
StatisticFormatter |
getFormatter()
Return the formatter to be used for this publisher. |
abstract java.io.PrintWriter |
getPrintWriter()
Return the print writer to which this publisher will publish to. |
abstract boolean |
printHeader()
Determine if we need the header or not. |
void |
publish(StatisticsSummary statisticsSummary)
Generate the statistics in Twiki format. |
void |
setFormatter(StatisticFormatter formatter)
Set the formatter to be used for this publisher. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractStatisticPublisher()
Method Detail |
public abstract java.io.PrintWriter getPrintWriter()
getPrintWriter
in interface StatisticPublisher
public abstract boolean printHeader()
public StatisticFormatter getFormatter()
public void setFormatter(StatisticFormatter formatter)
setFormatter
in interface StatisticPublisher
public void publish(StatisticsSummary statisticsSummary)
publish
in interface StatisticPublisher
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |