public class SVNConflictResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
chooseBase
Resolve the conflict by choosing the base file.
|
static int |
chooseMerged
Resolve the conflict by choosing the merged object
(potentially manually edited).
|
static int |
chooseMine
Resolve the conflict by choosing own (local) version of the
object (for conflicted hunks only).
|
static int |
chooseMineFull
Resolve the conflict by choosing own (local) version of the
object.
|
static int |
chooseTheirs
Resolve the conflict by choosing the incoming (repository)
version of the object (for conflicted hunks only).
|
static int |
chooseTheirsFull
Resolve the conflict by choosing the incoming (repository)
version of the object.
|
static int |
postpone
Nothing done to resolve the conflict; conflict remains.
|
Constructor and Description |
---|
SVNConflictResult(int choice,
java.lang.String mergedPath)
Create a new conflict result instace.
|
Modifier and Type | Method and Description |
---|---|
int |
getChoice() |
java.lang.String |
getMergedPath() |
public static final int postpone
public static final int chooseBase
public static final int chooseTheirsFull
public static final int chooseMineFull
public static final int chooseTheirs
public static final int chooseMine
public static final int chooseMerged