Class SVNWCDb.BreakMove

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

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

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

    • wcRoot

      public SVNWCDbRoot wcRoot
    • srcRelPath

      public java.io.File srcRelPath
    • srcOpDepth

      public long srcOpDepth
    • dstRelPath

      public java.io.File dstRelPath
    • dstOpDepth

      public long dstOpDepth
  • Constructor Details

    • BreakMove

      private BreakMove()
  • Method Details