org.tigris.subversion.javahl
Class LogMessage

java.lang.Object
  extended by 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


Method Summary
 java.lang.String getAuthor()
          Returns the author of the commit
 ChangePath[] getChangedPaths()
          Returns the changes items by this commit
 java.util.Date getDate()
          Returns the date of the commit
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
Return the log message text

Returns:
the log message text

getDate

public java.util.Date getDate()
Returns the date of the commit

Returns:
the date of the commit

getRevision

public Revision.Number getRevision()
Returns the revision as a Revision object

Returns:
the revision number as a Revision object

getRevisionNumber

public long getRevisionNumber()
Returns the revision as a long integer

Returns:
the revision number as a long integer

getAuthor

public java.lang.String getAuthor()
Returns the author of the commit

Returns:
the author of the commit

getChangedPaths

public ChangePath[] getChangedPaths()
Returns the changes items by this commit

Returns:
the changes items by this commit