|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.LogMessage
public class LogMessage
This class describes a single subversion revision with log message, author and date.
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 |
long |
getTimeMicros()
Returns the time of the commit |
long |
getTimeMillis()
Returns the time of the commit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getMessage()
public long getTimeMicros()
public long getTimeMillis()
public Date getDate()
public Revision.Number getRevision()
public long getRevisionNumber()
public String getAuthor()
public ChangePath[] getChangedPaths()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |