Class SVNWCDb.HandleMoveBack

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

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

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

      public java.io.File localRelPath
    • movedFromRelPath

      public java.io.File movedFromRelPath
    • workItems

      public SVNSkel workItems
    • movedBack

      public boolean movedBack
  • Constructor Details

    • HandleMoveBack

      private HandleMoveBack()
  • Method Details