|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc.admin.SVNSyncInfo
SVNSyncInfo represents information on repository synchronization
| Constructor Summary | |
SVNSyncInfo(String srcURL,
String sourceRepositoryUUID,
long lastMergedRevision)
Creates a new SVNSyncInfo object. |
|
| Method Summary | |
long |
getLastMergedRevision()
Returns the last revision of the source repository synchronized with. |
String |
getSourceRepositoryUUID()
Returns the source repository UUID. |
String |
getSrcURL()
Returns the url of the source repository. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SVNSyncInfo(String srcURL,
String sourceRepositoryUUID,
long lastMergedRevision)
SVNSyncInfo object.
srcURL - url of the source repository to synchronize withsourceRepositoryUUID - uuid of the source repositorylastMergedRevision - last source repository revision synchronized with| Method Detail |
public String getSrcURL()
public String getSourceRepositoryUUID()
public long getLastMergedRevision()
|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||