Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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 in
net.sf.statcvs.reports
Convenience superclass for table reports related to authors and directories.
AbstractLocTableReport(ReportConfig)
- Constructor for class net.sf.statcvs.reports.
AbstractLocTableReport
Constructor
add(ChartImage)
- Method in class net.sf.statcvs.pages.
Page
add(ChartImage, String)
- Method in class net.sf.statcvs.pages.
Page
add(TableReport)
- Method in class net.sf.statcvs.pages.
Page
add(Directory, boolean)
- Method in class net.sf.statcvs.pages.
Page
add(PageGroup)
- Method in class net.sf.statcvs.pages.
Page
add(NavigationNode)
- Method in class net.sf.statcvs.pages.
PageGroup
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, Date)
- Method in class net.sf.statcvs.pages.
Page
addAttribute(String, String)
- 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
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.
addChangeRevision(String, Author, Date, String, int, int, int, SortedSet)
- Method in class net.sf.statcvs.model.
VersionedFile
Adds a change revision to the file.
addChild(NavigationNode)
- Method in class net.sf.statcvs.pages.
Page
addColumn(Column)
- Method in class net.sf.statcvs.reportmodel.
Table
Adds a column to the table
addDeletionRevision(String, Author, Date, String, int, SortedSet)
- Method in class net.sf.statcvs.model.
VersionedFile
Adds a deletion revision to the file.
addFile(VersionedFile)
- Method in class net.sf.statcvs.model.
Repository
Adds one file to the repository.
addInitialRevision(String, Author, Date, String, int, SortedSet)
- Method in class net.sf.statcvs.model.
VersionedFile
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(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(Revision)
- Method in class net.sf.statcvs.model.
Author
Adds a revision for this author; called by
Revision
constructor
addRevision(Revision)
- Method in class net.sf.statcvs.model.
Commit
Adds a revision to the commit.
addRevision(Revision)
- Method in class net.sf.statcvs.model.
SymbolicName
Adds a revision to this symbolic name.
addRevision(Revision)
- Method in class net.sf.statcvs.reports.
LOCSeriesBuilder
Adds a revision to the time series.
addRevisionData(RevisionData)
- Method in class net.sf.statcvs.input.
FileBuilder
Adds a revision to the file.
addRevToCommit(Commit, Revision)
- Method in class net.sf.statcvs.input.
CommitListBuilder
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(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)
addValue(String, String)
- Method in class net.sf.statcvs.reportmodel.
LinkColumn
AllDevelopersPageMaker
- Class in
net.sf.statcvs.pages
AllDevelopersPageMaker(ReportConfig)
- Constructor for class net.sf.statcvs.pages.
AllDevelopersPageMaker
AllDevelopersXml
- Class in
net.sf.statcvs.pages.xml
AllDevelopersXml(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 interface 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 in
net.sf.statcvs.model
Represents an author of one or more
Revision
s in a repository.
Author(String)
- Constructor for class net.sf.statcvs.model.
Author
Creates a new author.
AuthorColumn
- Class in
net.sf.statcvs.reportmodel
A table column containing author names
AuthorColumn()
- Constructor for class net.sf.statcvs.reportmodel.
AuthorColumn
Creates a new author column
AuthorIdColumn
- Class in
net.sf.statcvs.reportmodel
A table column containing author names
AuthorIdColumn()
- Constructor for class net.sf.statcvs.reportmodel.
AuthorIdColumn
Creates a new author column
AuthorsForDirectoryTableReport
- Class in
net.sf.statcvs.reports
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(ReportConfig, 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.
average()
- Method in class net.sf.statcvs.util.
IntegerMap
Returns the average of all values in the map.
AvgFileSizeTimeLineReport
- Class in
net.sf.statcvs.reports
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
P
R
S
T
U
V
W
X