|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jbenchmark.util.AbstractStatisticPublisher
net.sf.jbenchmark.util.ConsolePublisher
Publish results to the console. Note that there is ever only one of these objects and only the first time publish is called will the headings get printed.
Constructor Summary | |
ConsolePublisher()
Make this public constructor |
Method Summary | |
java.io.PrintWriter |
getPrintWriter()
Wrap System.out as the printer writer. |
boolean |
printHeader()
Print the header if this was the first time ever called for the singleton class. |
Methods inherited from class net.sf.jbenchmark.util.AbstractStatisticPublisher |
getFormatter, publish, setFormatter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConsolePublisher()
Method Detail |
public java.io.PrintWriter getPrintWriter()
getPrintWriter
in interface StatisticPublisher
getPrintWriter
in class AbstractStatisticPublisher
public boolean printHeader()
printHeader
in class AbstractStatisticPublisher
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |