|
|||||||||||
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.FilePublisher
Produces the Twiki output to a file. TODO: Since these are dynamically added, work out a way for this to pick up the log file name.
Constructor Summary | |
FilePublisher()
Default constructor |
Method Summary | |
java.io.PrintWriter |
getPrintWriter()
Return the print writer wrapped around the log file. |
boolean |
printHeader()
Print the header if the file doesn't exist, or don't if it is already there. |
void |
setLogFile(java.io.File path)
Set the output to the file. |
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 FilePublisher()
Method Detail |
public void setLogFile(java.io.File path)
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 |