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

Packages that use CvsContent
net.sf.statcvs.input This package is responsible for parsing CVS logs and working copy and creating a StatCVS model from them. 
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.createCvsContent()
          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
HTMLOutput(CvsContent content)
          Creates a new HTMLOutput object for the given repository
FileSizesPage(CvsContent content)
           
CommitLogPage(CvsContent content, CommitLogRenderer logRenderer, int pageNr, int totalPages)
          Method CommitLogPage.
ModulePage(CvsContent content, Directory directory, boolean locImageCreated)
          Method ModulePage.
NoFilesPage(CvsContent content)
           
HTMLPage(CvsContent content)
          Method HTMLPage.
LOCPage(CvsContent content, boolean locImageCreated)
           
IndexPage(CvsContent content, boolean locImageCreated, boolean commitScatterImageCreated, boolean authorsPageCreated)
           
AuthorPage(CvsContent content, Author author, boolean codeDistributionChartCreated)
          Method UserPage.
CPAPage(CvsContent content, int sortType, boolean withImage)
          Method CPUPage.
DirectorySizesPage(CvsContent content)
           
 

Uses of CvsContent in net.sf.statcvs.renderer
 

Constructors in net.sf.statcvs.renderer with parameters of type CvsContent
StackedBarChart(CvsContent content, String title, String fileName)
          creates an Stacked Bar Chart
PieChart(CvsContent content, String title, 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
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.
AuthorsTableReport(CvsContent content, int sortedBy)
          Creates a table report containing all authors, their number of changes and LOC contributions.
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.
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.
AbstractLocTableReport(CvsContent content)
          Constructor