Class SvnConflictReport
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SvnConflictReport
public class SvnConflictReport
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SvnNgMergeDriver.MergeSource
private final java.io.File
private final boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSvnConflictReport
(java.io.File targetAbsPath, SvnNgMergeDriver.MergeSource conflictedRange, boolean wasLastRange) -
Method Summary
Modifier and TypeMethodDescriptionjava.io.File
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
targetAbsPath
private final java.io.File targetAbsPath -
conflictedRange
-
wasLastRange
private final boolean wasLastRange
-
-
Constructor Details
-
SvnConflictReport
public SvnConflictReport(java.io.File targetAbsPath, SvnNgMergeDriver.MergeSource conflictedRange, boolean wasLastRange)
-
-
Method Details
-
getTargetAbsPath
public java.io.File getTargetAbsPath() -
getConflictedRange
-
wasLastRange
public boolean wasLastRange()
-