Class SvnOldUpgradeEntries.DbNode
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpgradeEntries.DbNode
-
- Enclosing class:
- SvnOldUpgradeEntries
private static class SvnOldUpgradeEntries.DbNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
DbNode()
-
-
-
Field Detail
-
wcId
long wcId
-
localRelPath
java.lang.String localRelPath
-
opDepth
long opDepth
-
reposId
long reposId
-
reposRelPath
java.lang.String reposRelPath
-
parentRelPath
java.lang.String parentRelPath
-
presence
ISVNWCDb.SVNWCDbStatus presence
-
revision
long revision
-
kind
SVNNodeKind kind
-
checksum
SvnChecksum checksum
-
translatedSize
long translatedSize
-
changedRev
long changedRev
-
changedDate
SVNDate changedDate
-
changedAuthor
java.lang.String changedAuthor
-
depth
SVNDepth depth
-
lastModTime
SVNDate lastModTime
-
properties
SVNProperties properties
-
isFileExternal
boolean isFileExternal
-
inheritedProperties
SVNProperties inheritedProperties
-
-