Class SVNWCDb.CheckReplace

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

public class SVNWCDb.CheckReplace extends java.lang.Object implements SVNSqlJetTransaction
  • Field Summary

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

    Constructors
    Constructor
    Description
    CheckReplace(long wcId, java.io.File localRelpath)
     
  • 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

    • wcId

      public long wcId
    • localRelpath

      public java.io.File localRelpath
    • replaceRoot

      public boolean replaceRoot
    • baseReplace

      public boolean baseReplace
    • replace

      public boolean replace
  • Constructor Details

    • CheckReplace

      public CheckReplace(long wcId, java.io.File localRelpath)
  • Method Details