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

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

Uses of CvsContent in net.sf.statcvs.input
 

Methods in net.sf.statcvs.input that return CvsContent
 CvsContent CvsLogfileParser.parse()
          Parses the Log and returns a CvsContent object
 

Uses of CvsContent in net.sf.statcvs.model
 

Constructors in net.sf.statcvs.model with parameters of type CvsContent
CvsTree(CvsContent content)
          Constructor for given content
CvsModule(CvsContent content, CvsModule father, java.lang.String name)
          Constructor CvsModule
 

Uses of CvsContent in net.sf.statcvs.output
 

Fields in net.sf.statcvs.output declared as CvsContent
protected  CvsContent HTMLPage.content
           
 

Methods in net.sf.statcvs.output with parameters of type CvsContent
static void HTMLOutput.createHTMLSuite(CvsContent contentIn)
          Creates the Suite of HTML Files
 

Constructors in net.sf.statcvs.output with parameters of type CvsContent
UserPage(CvsContent content, java.util.HashSet userNames, java.lang.String userName)
          Method UserPage.
ModuleSizesPage(CvsContent content)
           
ModulePage(CvsContent content, java.lang.String moduleName, CvsModule module)
          Method ModulePage.
LOCPage(CvsContent content)
           
IndexPage(CvsContent content)
           
FCPage(CvsContent content)
           
CommitLogPage(CvsContent content, CommitLogRenderer logRenderer, int pageNr, int totalPages)
          Method CommitLogPage.
HTMLPage(CvsContent content)
          Method HTMLPage.
CPUPage(CvsContent content, int sortType)
          Method CPUPage.
 

Uses of CvsContent in net.sf.statcvs.renderer
 

Methods in net.sf.statcvs.renderer with parameters of type CvsContent
 StatCvsTableModel TableRenderer.createChangesPerUserTable(CvsContent content, int sortedBy)
          create the Changes-Per-User Overview Table
 StatCvsTableModel TableRenderer.createChangesPerUserForModuleTable(CvsContent content, java.lang.String moduleName)
          create the Changes-Per-User Overview Table For Packages
 StatCvsTableModel TableRenderer.createTopDevelopersTable(CvsContent content)
          create the Changes-Per-User Overview Table
 StatCvsTableModel TableRenderer.createModulesOfUserTable(CvsContent content, java.lang.String userName)
          create the Modules Of User Table
 StatCvsTableModel TableRenderer.createModuleSizesTable(CvsContent content)
          create the Module Sizes Table
 void TableRenderer.calculateChangesAndLines(CvsContent content, java.util.Iterator it, RevisionIterator allRevs)
          calculates changes and lines of code for users
 

Constructors in net.sf.statcvs.renderer with parameters of type CvsContent
PieChart(CvsContent content, java.lang.String title, java.lang.String subTitle, java.lang.String fileName, java.lang.String userName, int filter)
          creates an 3D Pie Chart
TableRenderer(CvsContent content)
          Method TableRenderer.