Package com.xpn.xwiki.doc.merge
Class MergeResult
java.lang.Object
com.xpn.xwiki.doc.merge.MergeResult
Deprecated.
Report of what happen during merge.
- Since:
- 3.2M1
- Version:
- $Id: e8740a45984d5bdc4291535b9d03f465fdeee5b1 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.since 4.1RC1 usegetLog()insteadDeprecated.since 4.1RC1 usegetLog()insteadorg.xwiki.logging.LogQueuegetLog()Deprecated.Deprecated.since 4.1RC1 usegetLog()insteadbooleanDeprecated.voidsetModified(boolean modified) Deprecated.voidDeprecated.since 4.1RC1 usegetLog()instead
-
Constructor Details
-
MergeResult
public MergeResult()Deprecated.
-
-
Method Details
-
setModified
public void setModified(boolean modified) Deprecated.- Parameters:
modified- indicate that something has been modified during the merge
-
isModified
public boolean isModified()Deprecated.- Returns:
- true if something has been modified during the merge
-
getLog
public org.xwiki.logging.LogQueue getLog()Deprecated.- Returns:
- the log associated to the merge
- Since:
- 4.1RC1
-
getErrors
Deprecated.since 4.1RC1 usegetLog()insteadError raised during the merge.Generally collision for which we don't know what do to at all.
- Returns:
- the merge errors
-
getWarnings
Deprecated.since 4.1RC1 usegetLog()insteadWarning raised during the merge.The difference with error is that in that case a decision which should be good (or at least safe enough) for most of the case has been made.
- Returns:
- the merge warning
-
error
Deprecated.since 4.1RC1 usegetLog()insteadAdd error.- Parameters:
e- the error
-
warn
Deprecated.since 4.1RC1 usegetLog()insteadAdd warning.- Parameters:
e- the warning
-
MergeManagerResult.