org.tigris.subversion.svnclientadapter
public interface ISVNLogMessage
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTHOR |
static java.lang.String |
DATE |
static java.lang.String |
MESSAGE |
static java.lang.String |
TIME_MICROS |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ISVNLogMessage msg)
Add a child logMessage to an existing message
|
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
|
boolean |
hasChildren()
Does this logMessage have any children
|
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
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()
void addChild(ISVNLogMessage msg)
boolean hasChildren()