|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.doc.merge.MergeResult
public class MergeResult
Report of what happen during merge.
Constructor Summary | |
---|---|
MergeResult()
|
Method Summary | |
---|---|
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()
|
List<Exception> |
getWarnings()
Deprecated. since 4.1RC1 use getLog() instead |
boolean |
isModified()
|
void |
setModified(boolean modified)
|
void |
warn(Exception e)
Deprecated. since 4.1RC1 use getLog() instead |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergeResult()
Method Detail |
---|
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()
instead
Generally collision for which we don't know what do to at all.
@Deprecated public List<Exception> getWarnings()
getLog()
instead
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.
@Deprecated public void error(Exception e)
getLog()
instead
e
- the error@Deprecated public void warn(Exception e)
getLog()
instead
e
- the warning
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |