|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc.admin.SVNSyncInfo
public class SVNSyncInfo
SVNSyncInfo represents information on repository synchronization
Constructor Summary | |
---|---|
SVNSyncInfo(java.lang.String srcURL,
java.lang.String sourceRepositoryUUID,
long lastMergedRevision)
Creates a new SVNSyncInfo object. |
Method Summary | |
---|---|
long |
getLastMergedRevision()
Returns the last revision of the source repository synchronized with. |
java.lang.String |
getSourceRepositoryUUID()
Returns the source repository UUID. |
java.lang.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(java.lang.String srcURL, java.lang.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 withMethod Detail |
---|
public java.lang.String getSrcURL()
public java.lang.String getSourceRepositoryUUID()
public long getLastMergedRevision()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |