Package org.tmatesoft.svn.core.wc.admin
Class SVNSyncInfo
java.lang.Object
org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
SVNSyncInfo represents information on repository synchronization
- Since:
- 1.3
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNSyncInfo
(String srcURL, String sourceRepositoryUUID, long lastMergedRevision) Creates a newSVNSyncInfo
object. -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the last revision of the source repository synchronized with.Returns the source repository UUID.Returns the url of the source repository.
-
Field Details
-
mySrcURL
-
mySourceRepositoryUUID
-
myLastMergedRevision
private long myLastMergedRevision
-
-
Constructor Details
-
SVNSyncInfo
Creates a newSVNSyncInfo
object.- Parameters:
srcURL
- url of the source repository to synchronize withsourceRepositoryUUID
- uuid of the source repositorylastMergedRevision
- last source repository revision synchronized with- Since:
- 1.3
-
-
Method Details
-
getSrcURL
Returns the url of the source repository.- Returns:
- url of the source repository synchronized with
- Since:
- 1.3
-
getSourceRepositoryUUID
Returns the source repository UUID.- Returns:
- source repository UUID
- Since:
- 1.3
-
getLastMergedRevision
public long getLastMergedRevision()Returns the last revision of the source repository synchronized with.- Returns:
- last merged revision
- Since:
- 1.3
-