MergeManagerResult
.@Deprecated public class MergeResult extends Object
Constructor and Description |
---|
MergeResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
error(Exception e)
Deprecated.
since 4.1RC1 use
getLog() instead |
List<Exception> |
getErrors()
Deprecated.
since 4.1RC1 use
getLog() instead |
org.xwiki.logging.LogQueue |
getLog()
Deprecated.
|
List<Exception> |
getWarnings()
Deprecated.
since 4.1RC1 use
getLog() instead |
boolean |
isModified()
Deprecated.
|
void |
setModified(boolean modified)
Deprecated.
|
void |
warn(Exception e)
Deprecated.
since 4.1RC1 use
getLog() instead |
public void setModified(boolean modified)
modified
- indicate that something has been modified during the mergepublic boolean isModified()
public org.xwiki.logging.LogQueue getLog()
@Deprecated public List<Exception> getErrors()
getLog()
insteadGenerally collision for which we don't know what do to at all.
@Deprecated public List<Exception> getWarnings()
getLog()
insteadThe 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.
@Deprecated public void error(Exception e)
getLog()
insteade
- the error@Deprecated public void warn(Exception e)
getLog()
insteade
- the warningCopyright © 2004–2021 XWiki. All rights reserved.