|
SVNKit Home]]> | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc2.SvnMergeResult
public class SvnMergeResult
Represents a result of a text or properties merge operation. This class combines the following information about a merge result: a status type indicating how merge finished; base and actual (working) properties.
| Constructor Summary | |
|---|---|
SvnMergeResult(SVNStatusType mergeOutcome)
|
|
| Method Summary | |
|---|---|
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. |
org.tmatesoft.svn.core.internal.util.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(org.tmatesoft.svn.core.internal.util.SVNSkel conflictSkel)
Sets conflict. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SvnMergeResult(SVNStatusType mergeOutcome)
| Method Detail |
|---|
public static SvnMergeResult create(SVNStatusType mergeOutcome)
mergeOutcome - status of merge
public SVNStatusType getMergeOutcome()
public SVNProperties getActualProperties()
public void setActualProperties(SVNProperties actualProperties)
actualProperties - actual propertiespublic SVNProperties getBaseProperties()
public void setBaseProperties(SVNProperties baseProperties)
baseProperties - base propertiespublic org.tmatesoft.svn.core.internal.util.SVNSkel getConflictSkel()
public void setConflictSkel(org.tmatesoft.svn.core.internal.util.SVNSkel conflictSkel)
conflictSkel - conflict
|
SVNKit Home]]> | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||