public class ConflictResult
extends java.lang.Object
svn_wc_conflict_choice_t
.Modifier and Type | Class and Description |
---|---|
static class |
ConflictResult.Choice |
Modifier and Type | Field and Description |
---|---|
private ConflictResult.Choice |
choice
A value corresponding to the
svn_wc_conflict_choice_t enum. |
private java.lang.String |
mergedPath
The path to the result of a merge, or
null . |
Constructor and Description |
---|
ConflictResult(ConflictResult.Choice choice,
java.lang.String mergedPath)
Create a new conflict result instace.
|
Modifier and Type | Method and Description |
---|---|
ConflictResult.Choice |
getChoice() |
java.lang.String |
getMergedPath() |
private ConflictResult.Choice choice
svn_wc_conflict_choice_t
enum.private java.lang.String mergedPath
null
.public ConflictResult(ConflictResult.Choice choice, java.lang.String mergedPath)
public ConflictResult.Choice getChoice()
svn_wc_conflict_choice_t
enum.public java.lang.String getMergedPath()
null
.