|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc.SVNConflictResult
public class SVNConflictResult
The SVNConflictResult represents the decision of the user's conflict handler
regarding a conflict situation.
| Constructor Summary | |
|---|---|
SVNConflictResult(SVNConflictChoice conflictChoice,
java.io.File mergedFile)
Creates a new SVNConflictChoice object. |
|
SVNConflictResult(SVNConflictChoice conflictChoice,
java.io.File mergedFile,
boolean saveMerged)
Creates a new SVNConflictChoice object. |
|
| Method Summary | |
|---|---|
SVNConflictChoice |
getConflictChoice()
Returns the conflict handler's choice. |
java.io.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVNConflictResult(SVNConflictChoice conflictChoice,
java.io.File mergedFile)
SVNConflictChoice object.
conflictChoice - way that the conflict should be resolved inmergedFile - file containing the merge result
public SVNConflictResult(SVNConflictChoice conflictChoice,
java.io.File mergedFile,
boolean saveMerged)
SVNConflictChoice object.
conflictChoice - way that the conflict should be resolved inmergedFile - file containing the merge result| Method Detail |
|---|
public SVNConflictChoice getConflictChoice()
public java.io.File getMergedFile()
result file obtained by the
user's conflict handler from the description's
merge file set object.
public boolean isIsSaveMerged()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||