Alphabetical Index: A

A B C D E F G H I J K L M N P R S T U V W X

A

AbstractLocTableReport - class net.sf.statcvs.reports.AbstractLocTableReport
Convenience superclass for table reports related to authors and directories.
Constructor
add(net.sf.statcvs.charts.ChartImage) - method in class net.sf.statcvs.pages.Page
add(net.sf.statcvs.charts.ChartImage,String) - method in class net.sf.statcvs.pages.Page
add(net.sf.statcvs.model.Directory,boolean) - method in class net.sf.statcvs.pages.Page
add(net.sf.statcvs.pages.NavigationNode) - method in class net.sf.statcvs.pages.PageGroup
add(net.sf.statcvs.pages.PageGroup) - method in class net.sf.statcvs.pages.Page
add(net.sf.statcvs.reports.TableReport) - method in class net.sf.statcvs.pages.Page
addAttribute(String,Date) - method in class net.sf.statcvs.pages.Page
addAttribute(String,double,int) - method in class net.sf.statcvs.pages.Page
addAttribute(String,double,int,String) - method in class net.sf.statcvs.pages.Page
addAttribute(String,int) - method in class net.sf.statcvs.pages.Page
addAttribute(String,int,String) - method in class net.sf.statcvs.pages.Page
addAttribute(String,String) - method in class net.sf.statcvs.pages.Page
addBeginOfLogRevision(Date,int,SortedSet) - method in class net.sf.statcvs.model.VersionedFile
Adds a "begin of log" revision to the file.
addChange(Date,int) - method in class net.sf.statcvs.reportmodel.TimeLine
Specifies that the time line's value changed at a given date.
Adds a change revision to the file.
addChild(net.sf.statcvs.pages.NavigationNode) - method in class net.sf.statcvs.pages.Page
addColumn(net.sf.statcvs.reportmodel.Column) - method in class net.sf.statcvs.reportmodel.Table
Adds a column to the table
Adds a deletion revision to the file.
addFile(net.sf.statcvs.model.VersionedFile) - method in class net.sf.statcvs.model.Repository
Adds one file to the repository.
Adds an initial revision to the file.
addInt(Object,int) - method in class net.sf.statcvs.util.IntegerMap
Adds an int to the value stored at a key.
addLink(String,String) - method in class net.sf.statcvs.pages.Page
addNewCommit(net.sf.statcvs.model.Revision) - method in class net.sf.statcvs.input.CommitListBuilder
addNonDeveloperLogin(String) - static method in class net.sf.statcvs.output.ConfigurationOptions
Excludes a login name from charts and reports that compare several developers.
addRawAttribute(String,String) - method in class net.sf.statcvs.pages.Page
addRawContent(String) - method in class net.sf.statcvs.pages.Page
addRevision(net.sf.statcvs.model.Revision) - method in class net.sf.statcvs.model.Author
Adds a revision for this author; called by Revision constructor
addRevision(net.sf.statcvs.model.Revision) - method in class net.sf.statcvs.model.Commit
Adds a revision to the commit.
addRevision(net.sf.statcvs.model.Revision) - method in class net.sf.statcvs.reports.LOCSeriesBuilder
Adds a revision to the time series.
addRevision(net.sf.statcvs.model.Revision) - method in class net.sf.statcvs.model.SymbolicName
Adds a revision to this symbolic name.
Adds a revision to the file.
addSection(String) - method in class net.sf.statcvs.pages.Page
addTimePoint(Date,int) - method in class net.sf.statcvs.reportmodel.TimeLine
Adds a data point to the time line.
addValue(int) - method in class net.sf.statcvs.reportmodel.IntegerColumn
Adds a value to this column (in a new row)
addValue(Object) - method in class net.sf.statcvs.reportmodel.GenericColumn
Adds a value to this column (in a new row)
addValue(String,String) - method in class net.sf.statcvs.reportmodel.LinkColumn
AllDevelopersPageMaker - class net.sf.statcvs.pages.AllDevelopersPageMaker
AllDevelopersXml - class net.sf.statcvs.pages.xml.AllDevelopersXml
AllDevelopersXml(net.sf.statcvs.output.ReportConfig) - constructor for class net.sf.statcvs.pages.xml.AllDevelopersXml
allRejectedByExcludePattern() - method in class net.sf.statcvs.input.Builder
allRejectedByIncludePattern() - method in class net.sf.statcvs.input.Builder
asLinkList() - method in class net.sf.statcvs.pages.PageGroup
asParentLink() - method in class net.sf.statcvs.pages.NavigationNode
asParentLink() - method in class net.sf.statcvs.pages.Page
asParentLink() - method in class net.sf.statcvs.pages.PageGroup
Author - class net.sf.statcvs.model.Author
Represents an author of one or more Revisions in a repository.
Author(String) - constructor for class net.sf.statcvs.model.Author
Creates a new author.
AuthorColumn - class net.sf.statcvs.reportmodel.AuthorColumn
A table column containing author names
AuthorColumn() - constructor for class net.sf.statcvs.reportmodel.AuthorColumn
Creates a new author column
AuthorIdColumn - class net.sf.statcvs.reportmodel.AuthorIdColumn
A table column containing author names
AuthorIdColumn() - constructor for class net.sf.statcvs.reportmodel.AuthorIdColumn
Creates a new author column
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.
Creates a table report containing authors who have committed changes to a specified directory, their number of changes and LOC contributions.
average() - method in class net.sf.statcvs.util.IntegerMap
Returns the average of all values in the map.
Time line for the average file size from a specified file list.
AvgFileSizeTimeLineReport(SortedSet) - constructor for class net.sf.statcvs.reports.AvgFileSizeTimeLineReport
Creates a new file count time line for a specified list of files.