Class DirectoriesForAuthorTableReport

java.lang.Object
net.sf.statcvs.reports.AbstractLocTableReport
net.sf.statcvs.reports.DirectoriesForAuthorTableReport
All Implemented Interfaces:
TableReport

public class DirectoriesForAuthorTableReport extends AbstractLocTableReport implements TableReport
Table report which creates a table containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
Version:
$Id: DirectoriesForAuthorTableReport.java,v 1.7 2008/04/02 11:22:15 benoitx Exp $
Author:
Richard Cyganiak invalid input: '<'rcyg@gmx.de>
  • Constructor Details

    • DirectoriesForAuthorTableReport

      public DirectoriesForAuthorTableReport(ReportConfig config, Author author)
      Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
      Parameters:
      author - an author
      content - the version control source data
  • Method Details