|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jbenchmark.util.format.AbstractFormatter
net.sf.jbenchmark.util.format.TwikiFormatter
Formats the statistic summary in Twiki Format.
Field Summary | |
static java.lang.String |
TWIKI_COLUMN_SEPARATOR
Twiki character for separating columns. |
static java.lang.String |
TWIKI_HEADING_CHARACTER
Twiki character for designating heading or bold. |
Fields inherited from class net.sf.jbenchmark.util.format.AbstractFormatter |
AVERAGE_COLUMN_LENGTH |
Constructor Summary | |
TwikiFormatter()
|
Method Summary | |
java.lang.String |
getFormattedHeading(StatisticsSummary summary)
Return the heading a string that is formatted for Twiki table headings. |
java.lang.String |
getFormattedLine(StatisticsSummary summary)
Return the line as a twiki formatted line. |
Methods inherited from class net.sf.jbenchmark.util.format.AbstractFormatter |
getFormattedValue, getFormattedValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String TWIKI_COLUMN_SEPARATOR
public static final java.lang.String TWIKI_HEADING_CHARACTER
Constructor Detail |
public TwikiFormatter()
Method Detail |
public java.lang.String getFormattedHeading(StatisticsSummary summary)
public java.lang.String getFormattedLine(StatisticsSummary summary)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |