Class SVNWCContext.CommittableExternalInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNWCContext.CommittableExternalInfo
-
- Enclosing class:
- SVNWCContext
public static class SVNWCContext.CommittableExternalInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SVNNodeKind
kind
java.io.File
localAbsPath
java.io.File
reposRelPath
SVNURL
reposRootUrl
-
Constructor Summary
Constructors Constructor Description CommittableExternalInfo()
-
-
-
Field Detail
-
localAbsPath
public java.io.File localAbsPath
-
reposRelPath
public java.io.File reposRelPath
-
reposRootUrl
public SVNURL reposRootUrl
-
kind
public SVNNodeKind kind
-
-