Class SVNWCDb.GetConflictMarkerFiles17

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

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

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

      public java.util.List<java.io.File> markerFiles
  • Constructor Details

    • GetConflictMarkerFiles17

      private GetConflictMarkerFiles17()
  • Method Details