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 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

    • revision

      long revision
    • 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()