Uses of Class
net.sf.statcvs.model.CvsContent

Packages that use CvsContent
net.sf.statcvs.input   
net.sf.statcvs.output   
net.sf.statcvs.renderer   
net.sf.statcvs.reports   
 

Uses of CvsContent in net.sf.statcvs.input
 

Methods in net.sf.statcvs.input that return CvsContent
 CvsContent Builder.getCvsContent()
          Returns a CvsContent object of all files
 

Uses of CvsContent in net.sf.statcvs.output
 

Methods in net.sf.statcvs.output that return CvsContent
protected  CvsContent HTMLPage.getContent()
           
 

Constructors in net.sf.statcvs.output with parameters of type CvsContent
NoFilesPage(CvsContent content)
           
ModulePage(CvsContent content, Directory directory, boolean locImageCreated)
          Method ModulePage.
LOCPage(CvsContent content, boolean locImageCreated)
           
IndexPage(CvsContent content, boolean locImageCreated, boolean authorsPageCreated)
           
HTMLPage(CvsContent content)
          Method HTMLPage.
HTMLOutput(CvsContent content)
          Creates a new HTMLOutput object for the given repository
FileSizesPage(CvsContent content)
           
DirectorySizesPage(CvsContent content)
           
CommitLogPage(CvsContent content, CommitLogRenderer logRenderer, int pageNr, int totalPages)
          Method CommitLogPage.
CPAPage(CvsContent content, int sortType, boolean withImage)
          Method CPUPage.
AuthorPage(CvsContent content, Author author, boolean codeDistributionChartCreated)
          Method UserPage.
 

Uses of CvsContent in net.sf.statcvs.renderer
 

Constructors in net.sf.statcvs.renderer with parameters of type CvsContent
StackedBarChart(CvsContent content, java.lang.String title, java.lang.String subTitle, java.lang.String fileName)
          creates an Stacked Bar Chart
PieChart(CvsContent content, java.lang.String title, java.lang.String subTitle, java.lang.String fileName, Author author, int filter)
          creates an 3D Pie Chart
 

Uses of CvsContent in net.sf.statcvs.reports
 

Methods in net.sf.statcvs.reports that return CvsContent
protected  CvsContent AbstractLocTableReport.getContent()
           
 

Constructors in net.sf.statcvs.reports with parameters of type CvsContent
TopAuthorsTableReport(CvsContent content)
          Creates a table report containing the top 10 authors and their LOC contributions
DirectoriesTableReport(CvsContent content)
          Creates a table report containing all directories and their respective number of changes and LOC.
DirectoriesForAuthorTableReport(CvsContent content, Author author)
          Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.
AuthorsTableReport(CvsContent content, int sortedBy)
          Creates a table report containing all authors, their number of changes and LOC contributions.
AuthorsForDirectoryTableReport(CvsContent content, Directory directory)
          Creates a table report containing authors who have committed changes to a specified directory, their number of changes and LOC contributions.
AbstractLocTableReport(CvsContent content)
          Constructor