Class SVNWCDb.SetRevRelpath

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

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

    Fields
    Modifier and Type
    Field
    Description
    java.io.File
     
     
    java.io.File
     
     
    java.lang.String
     
    long
     
    boolean
     
  • 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

    • pdh

      public SVNWCDbDir pdh
    • localRelpath

      public java.io.File localRelpath
    • rev

      public long rev
    • setReposRelpath

      public boolean setReposRelpath
    • reposRelpath

      public java.io.File reposRelpath
    • reposRootUrl

      public SVNURL reposRootUrl
    • reposUuid

      public java.lang.String reposUuid
  • Constructor Details

    • SetRevRelpath

      private SetRevRelpath()
  • Method Details