org.tigris.subversion.javahl
public class LogMessage extends Object
| Method Summary | |
|---|---|
| String | getAuthor()
Returns the author of the commit |
| ChangePath[] | getChangedPaths()
Returns the changes items by this commit |
| Date | getDate()
Returns the date of the commit |
| String | getMessage()
Return the log message text |
| Revision.Number | getRevision()
Returns the revision as a Revision object |
| long | getRevisionNumber()
Returns the revision as a long integer |
Returns: the author of the commit
Returns: the changes items by this commit
Returns: the date of the commit
Returns: the log message text
Returns: the revision number as a Revision object
Returns: the revision number as a long integer