|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISVNLogMessage
An interface defining a single subversion commit with log message, author, date and paths changed within the commit.
Field Summary | |
---|---|
static java.lang.String |
AUTHOR
|
static java.lang.String |
DATE
|
static java.lang.String |
MESSAGE
|
static java.lang.String |
TIME_MICROS
|
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Returns the author of the commit |
ISVNLogMessageChangePath[] |
getChangedPaths()
Returns the changes items by this commit |
ISVNLogMessage[] |
getChildMessages()
Returns the child log messages. |
java.util.Date |
getDate()
Returns the date of the commit |
java.lang.String |
getMessage()
Return the log message text |
long |
getNumberOfChildren()
Returns the number of child log messages. |
SVNRevision.Number |
getRevision()
Returns the revision number |
long |
getTimeMicros()
Returns the time of the commit |
long |
getTimeMillis()
Returns the time of the commit |
Field Detail |
---|
static final java.lang.String AUTHOR
static final java.lang.String MESSAGE
static final java.lang.String DATE
static final java.lang.String TIME_MICROS
Method Detail |
---|
SVNRevision.Number getRevision()
java.lang.String getAuthor()
long getTimeMicros()
long getTimeMillis()
java.util.Date getDate()
java.lang.String getMessage()
ISVNLogMessageChangePath[] getChangedPaths()
long getNumberOfChildren()
ISVNLogMessage[] getChildMessages()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |