Class 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
    • Constructor Detail

      • 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:
        content - the version control source data
        author - an author