Uses of Class
net.sf.statcvs.model.Author
Packages that use Author
Package
Description
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
Classes providing a representation of all log data in a
repository.
-
Uses of Author in net.sf.statcvs.charts
Constructors in net.sf.statcvs.charts with parameters of type Author -
Uses of Author in net.sf.statcvs.input
Methods in net.sf.statcvs.input that return Author -
Uses of Author in net.sf.statcvs.model
Methods in net.sf.statcvs.model that return AuthorModifier and TypeMethodDescriptionCommit.getAuthor()
Returns the author of the commit.Revision.getAuthor()
Returns the author of this revision.Methods in net.sf.statcvs.model with parameters of type AuthorModifier and TypeMethodDescriptionVersionedFile.addChangeRevision
(String revisionNumber, Author author, Date date, String comment, int lines, int linesDelta, int replacedLines, SortedSet symbolicNames) Adds a change revision to the file.VersionedFile.addDeletionRevision
(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames) Adds a deletion revision to the file.VersionedFile.addInitialRevision
(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames) Adds an initial revision to the file.boolean
Returns true, ifauthor
worked on this file.Constructors in net.sf.statcvs.model with parameters of type Author -
Uses of Author in net.sf.statcvs.output
Methods in net.sf.statcvs.output with parameters of type Author -
Uses of Author in net.sf.statcvs.pages
Methods in net.sf.statcvs.pages with parameters of type AuthorModifier and TypeMethodDescriptionstatic String
TwitterHelp.buildDeveloperLink
(Author developer, String loc, Repository repository, ReportConfig config) static String
TwitterHelp.buildDeveloperOfMonthLink
(Author developer, int loc, Repository repository, String month_year, ReportConfig config) static String
HTML.getAuthorIdLink
(Author author) Returns HTML code for a link to an author Id pagestatic String
HTML.getAuthorLink
(Author author) Returns HTML code for a link to an author pagestatic String
Constructors in net.sf.statcvs.pages with parameters of type Author -
Uses of Author in net.sf.statcvs.pages.xml
Methods in net.sf.statcvs.pages.xml with parameters of type AuthorModifier and TypeMethodDescriptionstatic String
XML.getAuthorIdLink
(Author author) Returns HTML code for a link to an author Id pagestatic String
XML.getAuthorLink
(Author author) Returns HTML code for a link to an author page -
Uses of Author in net.sf.statcvs.renderer
Methods in net.sf.statcvs.renderer with parameters of type AuthorModifier and TypeMethodDescriptionvoid
HTMLTableCellRenderer.renderAuthorCell
(Author author) Render a cell containing an author to HTMLvoid
TableCellRenderer.renderAuthorCell
(Author author) Render a cell containing an authorvoid
XMLRenderer.renderAuthorCell
(Author author) Render a cell containing an author to XMLvoid
HTMLTableCellRenderer.renderAuthorIdCell
(Author author) Render a cell containing an author Id to HTMLvoid
TableCellRenderer.renderAuthorIdCell
(Author author) Render a cell containing an author Idvoid
XMLRenderer.renderAuthorIdCell
(Author author) -
Uses of Author in net.sf.statcvs.reports
Constructors in net.sf.statcvs.reports with parameters of type AuthorModifierConstructorDescriptionDirectoriesForAuthorTableReport
(ReportConfig config, Author author) Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.