Class SVNWCDb.GetConflictMarkerFiles
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.GetConflictMarkerFiles
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private static class SVNWCDb.GetConflictMarkerFiles
extends java.lang.Object
implements SVNSqlJetTransaction
-
Field Summary
FieldsModifier and TypeFieldDescriptionjava.io.File
java.util.List<java.io.File>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
wcRoot
-
localRelPath
public java.io.File localRelPath -
markerFiles
public java.util.List<java.io.File> markerFiles
-
-
Constructor Details
-
GetConflictMarkerFiles
private GetConflictMarkerFiles()
-
-
Method Details
-
transaction
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException - Specified by:
transaction
in interfaceSVNSqlJetTransaction
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
SVNException
-