Uses of Class
org.xwiki.diff.MergeConfiguration.Version
-
-
Uses of MergeConfiguration.Version in org.xwiki.diff
Methods in org.xwiki.diff that return MergeConfiguration.Version Modifier and Type Method Description MergeConfiguration.Version
MergeConfiguration. getFallbackOnConflict()
static MergeConfiguration.Version
MergeConfiguration.Version. valueOf(String name)
Returns the enum constant of this type with the specified name.static MergeConfiguration.Version[]
MergeConfiguration.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.diff with parameters of type MergeConfiguration.Version Modifier and Type Method Description void
MergeConfiguration. setFallbackOnConflict(MergeConfiguration.Version version)
Constructors in org.xwiki.diff with parameters of type MergeConfiguration.Version Constructor Description MergeConfiguration(MergeConfiguration.Version version, List<ConflictDecision<E>> conflictDecisions)
Crate a merge configuration with the given fallback version and the given conflict decisions to be taken.
-