| 
|||||||||||
| 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.CSVFormatter
The CSV formatter separates each value with a comma.
| Field Summary | |
static java.lang.String | 
CSV_SEPARATOR
Comma character separates each item in a CSV file.  | 
| Fields inherited from class net.sf.jbenchmark.util.format.AbstractFormatter | 
AVERAGE_COLUMN_LENGTH | 
| Constructor Summary | |
CSVFormatter()
 | 
|
| Method Summary | |
 java.lang.String | 
getFormattedHeading(StatisticsSummary summary)
For each of the headings, return a string that separates each of them.  | 
 java.lang.String | 
getFormattedLine(StatisticsSummary summary)
For each formatted value, separate via a comma.  | 
| 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 CSV_SEPARATOR
| Constructor Detail | 
public CSVFormatter()
| 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 | ||||||||||