private static class SvnOldUpgradeEntries.DbNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
changedAuthor |
(package private) SVNDate |
changedDate |
(package private) long |
changedRev |
(package private) SvnChecksum |
checksum |
(package private) SVNDepth |
depth |
(package private) SVNProperties |
inheritedProperties |
(package private) boolean |
isFileExternal |
(package private) SVNNodeKind |
kind |
(package private) SVNDate |
lastModTime |
(package private) java.lang.String |
localRelPath |
(package private) long |
opDepth |
(package private) java.lang.String |
parentRelPath |
(package private) ISVNWCDb.SVNWCDbStatus |
presence |
(package private) SVNProperties |
properties |
(package private) long |
reposId |
(package private) java.lang.String |
reposRelPath |
(package private) long |
revision |
(package private) long |
translatedSize |
(package private) long |
wcId |
Modifier | Constructor and Description |
---|---|
private |
DbNode() |
long wcId
java.lang.String localRelPath
long opDepth
long reposId
java.lang.String reposRelPath
java.lang.String parentRelPath
ISVNWCDb.SVNWCDbStatus presence
long revision
SVNNodeKind kind
SvnChecksum checksum
long translatedSize
long changedRev
SVNDate changedDate
java.lang.String changedAuthor
SVNDepth depth
SVNDate lastModTime
SVNProperties properties
boolean isFileExternal
SVNProperties inheritedProperties