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
FieldsModifier and TypeFieldDescription(package private) java.lang.String
(package private) SVNDate
(package private) long
(package private) SvnChecksum
(package private) SVNDepth
(package private) SVNProperties
(package private) boolean
(package private) SVNNodeKind
(package private) SVNDate
(package private) java.lang.String
(package private) long
(package private) java.lang.String
(package private) ISVNWCDb.SVNWCDbStatus
(package private) SVNProperties
(package private) long
(package private) java.lang.String
(package private) long
(package private) long
(package private) long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
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
-
-
Constructor Details
-
DbNode
private DbNode()
-