org.xwiki.diff
Class MergeConfiguration<E>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.xwiki.diff.MergeConfiguration<E>
- Type Parameters:
E - the type of compared elements
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
public class MergeConfiguration<E>
- extends HashMap<String,Object>
Setup merge behavior.
- Version:
- $Id: df04575cd93a776d5902a29d15f12770435e9b3d $
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
KEY_FALLBACKONCONFLICT
public static final String KEY_FALLBACKONCONFLICT
- The name of the key used to setup the default fallback to use when finding a conflict.
- See Also:
- Constant Field Values
MergeConfiguration
public MergeConfiguration()
setFallbackOnConflict
public void setFallbackOnConflict(MergeConfiguration.Version version)
- Parameters:
version - the version to fallback on when finding a conflict
getFallbackOnConflict
public MergeConfiguration.Version getFallbackOnConflict()
- Returns:
- the version to fallback on when finding a conflict
Copyright © 2004-2013 XWiki. All Rights Reserved.