Package org.xwiki.extension.xar.question
Class DefaultConflictActionQuestion
- java.lang.Object
-
- org.xwiki.extension.xar.question.DefaultConflictActionQuestion
-
public class DefaultConflictActionQuestion extends Object
- Since:
- 9.2RC1
- Version:
- $Id: f60795e91fecf4fdac834a4757bef264c2458abf $
-
-
Constructor Summary
Constructors Constructor Description DefaultConflictActionQuestion(org.xwiki.extension.xar.internal.handler.packager.PackageConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConflictQuestion.GlobalAction
getConflictAction(ConflictQuestion.ConflictType type)
void
setConflictAction(ConflictQuestion.ConflictType type, ConflictQuestion.GlobalAction action)
-
-
-
Method Detail
-
getConflictAction
public ConflictQuestion.GlobalAction getConflictAction(ConflictQuestion.ConflictType type)
- Parameters:
type
- the type of conflict- Returns:
- the default action for the passed type of conflict
-
setConflictAction
public void setConflictAction(ConflictQuestion.ConflictType type, ConflictQuestion.GlobalAction action)
- Parameters:
type
- the type of conflictaction
- the default action for the passed type of conflict
-
-