Class SVNWCDb.SetTreeConflict

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

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

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

    • localRelpath

      public java.io.File localRelpath
    • wcId

      public long wcId
    • parentRelpath

      public java.io.File parentRelpath
    • treeConflict

      public SVNTreeConflictDescription treeConflict
  • Constructor Details

    • SetTreeConflict

      private SetTreeConflict()
  • Method Details