net.ultrametrics.qcvs
Class Reporter

java.lang.Object
  |
  +--net.ultrametrics.qcvs.Reporter

public class Reporter
extends java.lang.Object

Class for generating text reports from statistics map generated by Interrogator.


Constructor Summary
Reporter()
           
 
Method Summary
static void dumpIndexedStatisticsMap(java.util.Map map, java.lang.String label, java.util.SortedMap categoryPositions)
          dump an indexed statistics map to stdout.
 void setDisplay(int mask)
          Set the display field mask.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reporter

public Reporter()
Method Detail

setDisplay

public void setDisplay(int mask)
Set the display field mask.

dumpIndexedStatisticsMap

public static void dumpIndexedStatisticsMap(java.util.Map map,
                                            java.lang.String label,
                                            java.util.SortedMap categoryPositions)
dump an indexed statistics map to stdout. [label].. category_1 category_2 .. category_n revs lines revs lines revs lines key1 x00 y00 x10 y10 xnm ynm key2 x01 y01 x11 y11 xnm ynm .. keym x02 y02 x12 y12 xnm ynm where key is usually time, date, month or year where category is usually author or repository