Class SVNWCContext.SVNWCNodeReposInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNWCContext.SVNWCNodeReposInfo
-
- Enclosing class:
- SVNWCContext
public class SVNWCContext.SVNWCNodeReposInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
reposRelPath
SVNURL
reposRootUrl
java.lang.String
reposUuid
long
revision
-
Constructor Summary
Constructors Constructor Description SVNWCNodeReposInfo()
-
-
-
Field Detail
-
reposRootUrl
public SVNURL reposRootUrl
-
reposUuid
public java.lang.String reposUuid
-
reposRelPath
public java.io.File reposRelPath
-
revision
public long revision
-
-