Class SvnConflictReport
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SvnConflictReport
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SvnNgMergeDriver.MergeSourceprivate final Fileprivate final boolean -
Constructor Summary
ConstructorsConstructorDescriptionSvnConflictReport(File targetAbsPath, SvnNgMergeDriver.MergeSource conflictedRange, boolean wasLastRange) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
targetAbsPath
-
conflictedRange
-
wasLastRange
private final boolean wasLastRange
-
-
Constructor Details
-
SvnConflictReport
public SvnConflictReport(File targetAbsPath, SvnNgMergeDriver.MergeSource conflictedRange, boolean wasLastRange)
-
-
Method Details
-
getTargetAbsPath
-
getConflictedRange
-
wasLastRange
public boolean wasLastRange()
-