Class SvnOldUpgradeEntries.DbNode
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpgradeEntries.DbNode
- Enclosing class:
- SvnOldUpgradeEntries
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) 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) String
(package private) long
(package private) String
(package private) ISVNWCDb.SVNWCDbStatus
(package private) SVNProperties
(package private) long
(package private) String
(package private) long
(package private) long
(package private) long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wcId
long wcId -
localRelPath
String localRelPath -
opDepth
long opDepth -
reposId
long reposId -
reposRelPath
String reposRelPath -
parentRelPath
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
String changedAuthor -
depth
SVNDepth depth -
lastModTime
SVNDate lastModTime -
properties
SVNProperties properties -
isFileExternal
boolean isFileExternal -
inheritedProperties
SVNProperties inheritedProperties
-
-
Constructor Details
-
DbNode
private DbNode()
-