Class SVNWCDb.SetProperties

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

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

    Fields
    Modifier and Type
    Field
    Description
    (package private) boolean
     
    (package private) SVNSkel
     
    (package private) java.io.File
     
    (package private) SVNWCDbDir
     
    (package private) SVNProperties
     
    (package private) SVNSkel
     
  • 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

    • props

    • pdh

    • localRelpath

      java.io.File localRelpath
    • conflict

      SVNSkel conflict
    • workItems

      SVNSkel workItems
    • clearRecordedInfo

      boolean clearRecordedInfo
  • Constructor Details

    • SetProperties

      private SetProperties()
  • Method Details