| Frames | No Frames |
Methods with parameter type net.sf.statcvs.model.Revision | |
| void | Adds a revision to the time series. |
Methods with parameter type net.sf.statcvs.model.Revision | |
| void | |
| void | |
| boolean | Returns true if change is part of the commit, that is if
they have the same author, the same message, and are within the same
timeframe. |
| void | |
Methods with parameter type net.sf.statcvs.model.Revision | |
| String | |
| String | |
| String | Returns a URL to a diff in the web repository browser. |
| String | Returns a URL to a diff in the web repository browser. |
| String | |
| String | |
| String | Returns a URL to a diff in the web repository browser. |
| String | |
| String | |
| String | Returns a URL to a file in the web repository browser. |
| String | Returns a URL to a file in the web repository browser. |
| String | |
| String | Returns a URL to a file in the web repository browser. |
Constructors with parameter type net.sf.statcvs.model.Revision | |
Creates a new instance which consists of the given revision. | |
Methods with parameter type net.sf.statcvs.model.Revision | |
| void | Adds a revision for this author; called by Revision constructor
|
| void | Adds a revision to the commit. |
| void | Adds a revision to this symbolic name. |
| Revision | Returns the revision which was replaced by the revision given as
argument. |
Methods with return type net.sf.statcvs.model.Revision | |
| Revision | VersionedFile.addBeginOfLogRevision(Date date, int lines, SortedSet symbolicNames) Adds a "begin of log" revision to the file. |
| 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. |
| Revision | Gets the earliest revision of this file. |
| Revision | Gets the latest revision of this file. |
| Revision | Returns the predecessor of this revision or null if it
is the first revision for the file. |
| Revision | Returns the revision which was replaced by the revision given as
argument. |