| Frames | No Frames |
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
|
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. | |
Methods with return type net.sf.statcvs.model.Author | |
| Author | returns the Author of the given name or creates it
if it does not yet exist. |
Methods with parameter type net.sf.statcvs.model.Author | |
| boolean | |
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
|
Constructors with parameter type net.sf.statcvs.model.Author | |
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. |
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 | |