net.sf.statsvn.output |
This package is responsible for handling some SVN specific output and command line (eg Chora integration
is different for Svn).
|
Java Source File Name | Type | Comment |
ChoraIntegration.java | Class | |
ChurnPageMaker.java | Class | 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.java | Class | |
RepoMapPageMaker.java | Class | 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.java | Class | Takes a command line, like given to the
net.sf.statsvn.Main.main method, and turns it into a
ConfigurationOptions object. |
SvnConfigurationOptions.java | Class | Class for storing all command line parameters. |