public class GraphLogEntry extends Object
Constructor and Description |
---|
GraphLogEntry(org.tmatesoft.svn.core.SVNLogEntry entry,
Location location)
Constructor GraphLogEntry
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Method equals
|
String |
getAuthor()
Method getAuthor
|
Map |
getChangedPaths()
Method getChangedPaths
|
Date |
getDate()
Method getDate
|
org.tmatesoft.svn.core.SVNLogEntry |
getLogEntry()
Method getLogEntry
|
Location |
getLogLocation()
Method getLogLocation
|
String |
getMessage()
Method getMessage
|
long |
getRevision()
Method getRevision
|
String |
getURL()
Method getURL
|
int |
hashCode()
Method hashCode
|
public GraphLogEntry(org.tmatesoft.svn.core.SVNLogEntry entry, Location location)
entry
- location
- public org.tmatesoft.svn.core.SVNLogEntry getLogEntry()
public Location getLogLocation()
public Date getDate()
public String getAuthor()
public String getMessage()
public long getRevision()
public Map getChangedPaths()
public String getURL()
Copyright © 2015 sd-svn. All rights reserved.