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

A

AbstractLocTableReport - class net.sf.statcvs.reports.AbstractLocTableReport.
Convenience superclass for table reports related to authors and directories.
AbstractLocTableReport(CvsContent) - Constructor for class net.sf.statcvs.reports.AbstractLocTableReport
Constructor
Author - class net.sf.statcvs.model.Author.
Represents an author of one or more CvsRevisions 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
AuthorPage - class net.sf.statcvs.output.AuthorPage.
 
AuthorPage(CvsContent, Author, boolean) - Constructor for class net.sf.statcvs.output.AuthorPage
Method UserPage.
AuthorsForDirectoryTableReport - class net.sf.statcvs.reports.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.
AuthorsForDirectoryTableReport(CvsContent, Directory) - Constructor for class net.sf.statcvs.reports.AuthorsForDirectoryTableReport
Creates a table report containing authors who have committed changes to a specified directory, their number of changes and LOC contributions.
AuthorsTableReport - class net.sf.statcvs.reports.AuthorsTableReport.
Table report which creates a table containing the names of all authors, their LOC contributions and number of changes.
AuthorsTableReport(CvsContent, int) - Constructor for class net.sf.statcvs.reports.AuthorsTableReport
Creates a table report containing all authors, their number of changes and LOC contributions.
AvgFileSizeTimeLineReport - class net.sf.statcvs.reports.AvgFileSizeTimeLineReport.
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.
a(String, String) - Method in class net.sf.statcvs.output.HTMLPage
 
addBeginOfLogRevision(Date, int) - Method in class net.sf.statcvs.model.CvsFile
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.
addChangeRevision(String, Author, Date, String, int, int, int) - Method in class net.sf.statcvs.model.CvsFile
Adds a change revision to the file.
addColumn(Column) - Method in class net.sf.statcvs.reportmodel.Table
Adds a column to the table
addDeletionRevision(String, Author, Date, String, int) - Method in class net.sf.statcvs.model.CvsFile
Adds a deletion revision to the file.
addFile(CvsFile) - Method in class net.sf.statcvs.model.CvsContent
Adds one file to the repository.
addInitialRevision(String, Author, Date, String, int) - Method in class net.sf.statcvs.model.CvsFile
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.
addNewCommit(CvsRevision) - Method in class net.sf.statcvs.input.CommitListBuilder
 
addRevToCommit(Commit, CvsRevision) - Method in class net.sf.statcvs.input.CommitListBuilder
 
addRevision(CvsRevision) - Method in class net.sf.statcvs.model.Author
Adds a revision for this author; called by CvsRevision constructor
addRevision(CvsRevision) - Method in class net.sf.statcvs.model.Commit
Adds a revision to the commit.
addRevision(CvsRevision) - Method in class net.sf.statcvs.output.LOCSeriesBuilder
Adds a revision to the time series.
addRevisionData(RevisionData) - Method in class net.sf.statcvs.input.FileBuilder
Adds a revision to the file.
addTimePoint(Date, int) - Method in class net.sf.statcvs.reportmodel.TimeLine
Adds a data point to the time line.
addValue(Object) - Method in class net.sf.statcvs.reportmodel.GenericColumn
Adds a value to this column (in a new row)
addValue(int) - Method in class net.sf.statcvs.reportmodel.IntegerColumn
Adds a value to this column (in a new row)
average() - Method in class net.sf.statcvs.util.IntegerMap
Returns the average of all values in the map.

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