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

Uses in package net.sf.statcvs.renderer

Methods with parameter type net.sf.statcvs.model.Author

void
Render a cell containing an author to HTML
void
Render a cell containing an author
void
Render a cell containing an author to XML
void
Render a cell containing an author Id to HTML
void
Render a cell containing an author Id
void
Render a cell containing an author Id

Uses in package net.sf.statcvs.reports

Constructors with parameter type net.sf.statcvs.model.Author

Creates a table report containing directories to which a specified author has committed changes, and their respective number of changes and LOC.

Uses in package net.sf.statcvs.input

Methods with return type net.sf.statcvs.model.Author

Author
Builder.getAuthor(String name)
returns the Author of the given name or creates it if it does not yet exist.

Uses in package net.sf.statcvs.output

Methods with parameter type net.sf.statcvs.model.Author

boolean

Uses in package net.sf.statcvs.pages.xml

Methods with parameter type net.sf.statcvs.model.Author

String
Returns HTML code for a link to an author Id page
String
Returns HTML code for a link to an author page

Uses in package net.sf.statcvs.charts

Constructors with parameter type net.sf.statcvs.model.Author

Uses in package net.sf.statcvs.model

Constructors with parameter type net.sf.statcvs.model.Author

Revision.Revision(VersionedFile file, String revisionNumber, int type, Author author, Date date, String comment, int lines, int linesDelta, int linesReplaced, SortedSet symbolicNames)
Creates a new revision of a file with the specified revision number.

Methods with parameter type net.sf.statcvs.model.Author

Revision
VersionedFile.addChangeRevision(String revisionNumber, Author author, Date date, String comment, int lines, int linesDelta, int replacedLines, SortedSet symbolicNames)
Adds a change revision to the file.
Revision
VersionedFile.addDeletionRevision(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames)
Adds a deletion revision to the file.
Revision
VersionedFile.addInitialRevision(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames)
Adds an initial revision to the file.
boolean
Returns true, if author worked on this file.

Methods with return type net.sf.statcvs.model.Author

Author
Returns the author of the commit.
Author
Returns the author of this revision.

Uses in package net.sf.statcvs.pages

Constructors with parameter type net.sf.statcvs.model.Author

Methods with parameter type net.sf.statcvs.model.Author

String
Returns HTML code for a link to an author Id page
String
Returns HTML code for a link to an author page
String