Package net.sf.statsvn.output

This package is responsible for handling some SVN specific output and command line (eg Chora integration is different for Svn).

See:
          Description

Class Summary
ChoraIntegration Integration of the Chora CVS Viewer
ChurnPageMaker A LOC and Churn Chart shows both the LOC and the number of lines touched per day, this allows you to see the evolution of lines of code and the amount of changes.
LOCChurnChartMaker Class for producing Lines Of Code with Churn charts
RepoMapPageMaker New report that Repo Map, a jtreemap-based report (applet) that shows the entire source tree in a hierarchical manner, the size of each box is related to LOC and the colour to the changes over the last 30 days (red -loc, green +loc).
SvnCommandLineParser Takes a command line, like given to the Main.main(java.lang.String[]) method, and turns it into a ConfigurationOptions object.
SvnConfigurationOptions Class for storing all command line parameters.
 

Package net.sf.statsvn.output Description

This package is responsible for handling some SVN specific output and command line (eg Chora integration is different for Svn).