Class SVNWCDb.RecordFileinfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.RecordFileinfo
All Implemented Interfaces:
SVNSqlJetTransaction
Enclosing class:
SVNWCDb

private class SVNWCDb.RecordFileinfo extends java.lang.Object implements SVNSqlJetTransaction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
     
    java.io.File
     
    long
     
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lastModTime

      public long lastModTime
    • translatedSize

      public long translatedSize
    • localRelpath

      public java.io.File localRelpath
    • wcRoot

      public SVNWCDbRoot wcRoot
  • Constructor Details

    • RecordFileinfo

      private RecordFileinfo()
  • Method Details