public class SVNConflictResult extends Object
conflict handler
regarding a conflict situation.Constructor and Description |
---|
SVNConflictResult(SVNConflictChoice conflictChoice,
File mergedFile)
Creates a new
SVNConflictChoice object. |
SVNConflictResult(SVNConflictChoice conflictChoice,
File mergedFile,
boolean saveMerged)
Creates a new
SVNConflictChoice object. |
Modifier and Type | Method and Description |
---|---|
SVNConflictChoice |
getConflictChoice()
Returns the conflict handler's choice.
|
File |
getMergedFile()
Returns the file with the merge result.
|
boolean |
isIsSaveMerged()
Says if the merged result should be saved or not to preserve
changes made to it during conflict handling.
|
public SVNConflictResult(SVNConflictChoice conflictChoice, File mergedFile)
SVNConflictChoice
object.conflictChoice
- way that the conflict should be resolved inmergedFile
- file containing the merge resultpublic SVNConflictResult(SVNConflictChoice conflictChoice, File mergedFile, boolean saveMerged)
SVNConflictChoice
object.conflictChoice
- way that the conflict should be resolved inmergedFile
- file containing the merge resultpublic SVNConflictChoice getConflictChoice()
public File getMergedFile()
result file
obtained by the
user's conflict handler
from the description
's
merge file set
object.public boolean isIsSaveMerged()
Copyright © 2023. All rights reserved.