Package net.sf.statcvs.input
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
CvsLogBuilder | Interface for defining a Builder that constructs a data structure from
a CVS logfile. |
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them. The central class
is net.sf.statcvs.input.Builder. Its output is
a net.sf.statcvs.model.CvsContent instance which
provides access to all data in the repository. The other
classes in this package support Builder.