|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Author | |
|---|---|
| net.sf.statcvs.charts | |
| net.sf.statcvs.input | This package is responsible for parsing CVS logs and working copy and creating a StatCVS model from them. |
| net.sf.statcvs.model | Classes providing a representation of all log data in a repository. |
| net.sf.statcvs.output | |
| net.sf.statcvs.pages | |
| net.sf.statcvs.pages.xml | |
| net.sf.statcvs.renderer | |
| net.sf.statcvs.reports | |
| Uses of Author in net.sf.statcvs.charts |
|---|
| Constructors in net.sf.statcvs.charts with parameters of type Author | |
|---|---|
DirectoryPieChartMaker.CodeDistributionChartMaker(ReportConfig config,
Author author)
|
|
| Uses of Author in net.sf.statcvs.input |
|---|
| Methods in net.sf.statcvs.input that return Author | |
|---|---|
Author |
Builder.getAuthor(java.lang.String name)
returns the Author of the given name or creates it if it does not yet exist. |
| Uses of Author in net.sf.statcvs.model |
|---|
| Methods in net.sf.statcvs.model that return Author | |
|---|---|
Author |
Revision.getAuthor()
Returns the author of this revision. |
Author |
Commit.getAuthor()
Returns the author of the commit. |
| Methods in net.sf.statcvs.model with parameters of type Author | |
|---|---|
Revision |
VersionedFile.addChangeRevision(java.lang.String revisionNumber,
Author author,
java.util.Date date,
java.lang.String comment,
int lines,
int linesDelta,
int replacedLines,
java.util.SortedSet symbolicNames)
Adds a change revision to the file. |
Revision |
VersionedFile.addDeletionRevision(java.lang.String revisionNumber,
Author author,
java.util.Date date,
java.lang.String comment,
int lines,
java.util.SortedSet symbolicNames)
Adds a deletion revision to the file. |
Revision |
VersionedFile.addInitialRevision(java.lang.String revisionNumber,
Author author,
java.util.Date date,
java.lang.String comment,
int lines,
java.util.SortedSet symbolicNames)
Adds an initial revision to the file. |
boolean |
VersionedFile.hasAuthor(Author author)
Returns true, if author worked on this file. |
| Constructors in net.sf.statcvs.model with parameters of type Author | |
|---|---|
Revision(VersionedFile file,
java.lang.String revisionNumber,
int type,
Author author,
java.util.Date date,
java.lang.String comment,
int lines,
int linesDelta,
int linesReplaced,
java.util.SortedSet symbolicNames)
Creates a new revision of a file with the specified revision number. |
|
| Uses of Author in net.sf.statcvs.output |
|---|
| Methods in net.sf.statcvs.output with parameters of type Author | |
|---|---|
boolean |
ReportConfig.isDeveloper(Author author)
|
| Uses of Author in net.sf.statcvs.pages |
|---|
| Methods in net.sf.statcvs.pages with parameters of type Author | |
|---|---|
static java.lang.String |
HTML.getAuthorIdLink(Author author)
Returns HTML code for a link to an author Id page |
static java.lang.String |
HTML.getAuthorLink(Author author)
Returns HTML code for a link to an author page |
static java.lang.String |
DeveloperPageMaker.getURL(Author developer)
|
| Constructors in net.sf.statcvs.pages with parameters of type Author | |
|---|---|
DeveloperPageMaker(ReportConfig config,
Author developer)
|
|
| Uses of Author in net.sf.statcvs.pages.xml |
|---|
| Methods in net.sf.statcvs.pages.xml with parameters of type Author | |
|---|---|
static java.lang.String |
XML.getAuthorIdLink(Author author)
Returns HTML code for a link to an author Id page |
static java.lang.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 Author | |
|---|---|
void |
XMLRenderer.renderAuthorCell(Author author)
Render a cell containing an author to XML |
void |
TableCellRenderer.renderAuthorCell(Author author)
Render a cell containing an author |
void |
HTMLTableCellRenderer.renderAuthorCell(Author author)
Render a cell containing an author to HTML |
void |
XMLRenderer.renderAuthorIdCell(Author author)
|
void |
TableCellRenderer.renderAuthorIdCell(Author author)
Render a cell containing an author Id |
void |
HTMLTableCellRenderer.renderAuthorIdCell(Author author)
Render a cell containing an author Id to HTML |
| Uses of Author in net.sf.statcvs.reports |
|---|
| Constructors in net.sf.statcvs.reports with parameters of type Author | |
|---|---|
DirectoriesForAuthorTableReport(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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||