public class SvnMergeResult
extends java.lang.Object
Constructor and Description |
---|
SvnMergeResult(SVNStatusType mergeOutcome) |
Modifier and Type | Method and Description |
---|---|
static SvnMergeResult |
create(SVNStatusType mergeOutcome)
Creates merge result object and initializes it with merge outcome (status).
|
SVNProperties |
getActualProperties()
Returns all merge actual (working) properties.
|
SVNProperties |
getBaseProperties()
Returns all base (pristine) properties.
|
SVNSkel |
getConflictSkel()
Gets conflict.
|
SVNStatusType |
getMergeOutcome()
Returns merge outcome (status).
|
void |
setActualProperties(SVNProperties actualProperties)
Sets all merge actual (working) properties.
|
void |
setBaseProperties(SVNProperties baseProperties)
Sets all base (pristine) properties.
|
void |
setConflictSkel(SVNSkel conflictSkel)
Sets conflict.
|
public SvnMergeResult(SVNStatusType mergeOutcome)
public static SvnMergeResult create(SVNStatusType mergeOutcome)
mergeOutcome
- status of mergepublic SVNStatusType getMergeOutcome()
public SVNProperties getActualProperties()
public void setActualProperties(SVNProperties actualProperties)
actualProperties
- actual propertiespublic SVNProperties getBaseProperties()
public void setBaseProperties(SVNProperties baseProperties)
baseProperties
- base propertiespublic SVNSkel getConflictSkel()
public void setConflictSkel(SVNSkel conflictSkel)
conflictSkel
- conflictCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.