org.tmatesoft.svn.core
public class SVNCommitInfo extends Object
Version: 1.1.1
| Field Summary | |
|---|---|
| static SVNCommitInfo | NULL
Denotes an unsuccessful commit. |
| Constructor Summary | |
|---|---|
| SVNCommitInfo(long revision, String author, Date date)
Constructs an SVNCommitInfo object.
| |
| SVNCommitInfo(long revision, String author, Date date, SVNErrorMessage error)
Constructs an SVNCommitInfo object.
| |
| Method Summary | |
|---|---|
| String | getAuthor()
Gets the name of the revision author
|
| Date | getDate()
Gets the datestamp when the revision was committed.
|
| SVNException | getError() |
| SVNErrorMessage | getErrorMessage()
Gets an error message for a failed commit (if it
has failed). |
| long | getNewRevision()
Gets the revision number the repository was committed to.
|
| String | toString()
Gives a string representation of this object.
|
Parameters: revision a revision number author the name of the author who committed the revision date the datestamp when the revision was committed
Parameters: revision a revision number author the name of the author who committed the revision date the datestamp when the revision was committed error if a commit failed - this is an error description containing details on the failure
Returns: a revision author's name
Returns: a revision datestamp
Returns: an error messages or null.
Returns: a revision number
Returns: a string describing commit info