Uses of Interface
net.sf.statcvs.reports.TableReport

Packages that use TableReport
net.sf.statcvs.pages   
net.sf.statcvs.reports   
 

Uses of TableReport in net.sf.statcvs.pages
 

Methods in net.sf.statcvs.pages with parameters of type TableReport
 void Page.add(TableReport table)
           
 

Uses of TableReport in net.sf.statcvs.reports
 

Classes in net.sf.statcvs.reports that implement TableReport
 class AuthorsForDirectoryTableReport
          Table report which creates a table containing the names of the authors who have committed changes to a certain directory, and their LOC contributions and number of changes in that directory.
 class DevelopersOfTheMonthTable
          Table report which creates a table containing the names of all developers, their LOC contributions and number of changes.
 class DevelopersTableReport
          Table report which creates a table containing the names of all developers, their LOC contributions and number of changes.
 class DirectoriesForAuthorTableReport
          Table report which creates a table containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
 class DirectoriesTableReport
          Table report which creates a table containing the names of all directories and the number of changes and LOC in them.
 class FilesWithMostRevisionsTableReport
          Table report for a table containing the files with most changes
 class FileTypeReport
           
 class LargestFilesTableReport
          Table report for a table containing the files with most lines of code
 class TagReport
          Collects information about repository tags.
 class TopDevelopersTableReport
          Table report which creates a table containing the names of the top 10 developers and their LOC contributions.
 



Copyright © 2008. All Rights Reserved.