org.tigris.subversion.javahl
Class LogMessage
java.lang.Object
org.tigris.subversion.javahl.LogMessage
public class LogMessage
extends java.lang.Object
this class describes a single subversion revision with log message,
author and date
getAuthor
public String getAuthor()
Returns the author of the commit
getChangedPaths
public ChangePath[] getChangedPaths()
Returns the changes items by this commit
- the changes items by this commit
getDate
public Date getDate()
Returns the date of the commit
getMessage
public String getMessage()
Return the log message text
getRevision
public Revision.Number getRevision()
Returns the revision as a Revision object
- the revision number as a Revision object
getRevisionNumber
public long getRevisionNumber()
Returns the revision as a long integer
- the revision number as a long integer