Class ISVNWCDb.SVNWCDbUpgradeData
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbUpgradeData
-
- Enclosing interface:
- ISVNWCDb
public static class ISVNWCDb.SVNWCDbUpgradeData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
repositoryId
SVNWCDbRoot
root
java.io.File
rootAbsPath
long
workingCopyId
-
Constructor Summary
Constructors Constructor Description SVNWCDbUpgradeData()
-
-
-
Field Detail
-
rootAbsPath
public java.io.File rootAbsPath
-
repositoryId
public long repositoryId
-
workingCopyId
public long workingCopyId
-
root
public SVNWCDbRoot root
-
-