com.jeffpalm.graph.report
Class CollapseStats

java.lang.Object
  extended by com.jeffpalm.graph.report.CollapseStats

public class CollapseStats
extends java.lang.Object


Field Summary
 boolean commas
           
 java.io.PrintStream err
           
 boolean format
           
 boolean html
           
 java.io.File outdir
           
 java.io.File stats_dir
           
 
Constructor Summary
CollapseStats()
           
 
Method Summary
 void collapse(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stats_dir

public java.io.File stats_dir

outdir

public java.io.File outdir

format

public boolean format

commas

public boolean commas

html

public boolean html

err

public java.io.PrintStream err
Constructor Detail

CollapseStats

public CollapseStats()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

collapse

public void collapse(java.lang.String[] args)
              throws java.lang.Exception
Throws:
java.lang.Exception