Class SvnConflictReport
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SvnConflictReport
-
public class SvnConflictReport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private SvnNgMergeDriver.MergeSource
conflictedRange
private java.io.File
targetAbsPath
private boolean
wasLastRange
-
Constructor Summary
Constructors Constructor Description SvnConflictReport(java.io.File targetAbsPath, SvnNgMergeDriver.MergeSource conflictedRange, boolean wasLastRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SvnNgMergeDriver.MergeSource
getConflictedRange()
java.io.File
getTargetAbsPath()
boolean
wasLastRange()
-
-
-
Field Detail
-
targetAbsPath
private final java.io.File targetAbsPath
-
conflictedRange
private final SvnNgMergeDriver.MergeSource conflictedRange
-
wasLastRange
private final boolean wasLastRange
-
-
Constructor Detail
-
SvnConflictReport
public SvnConflictReport(java.io.File targetAbsPath, SvnNgMergeDriver.MergeSource conflictedRange, boolean wasLastRange)
-
-
Method Detail
-
getTargetAbsPath
public java.io.File getTargetAbsPath()
-
getConflictedRange
public SvnNgMergeDriver.MergeSource getConflictedRange()
-
wasLastRange
public boolean wasLastRange()
-
-