Interface TagConflictResolutionUtil.AutomaticTagConflictResolver
-
- All Known Implementing Classes:
TagConflictResolutionUtil.AutomaticChoiceGroup
,TagConflictResolutionUtil.AutomaticCombine
- Enclosing class:
- TagConflictResolutionUtil
static interface TagConflictResolutionUtil.AutomaticTagConflictResolver
An automatic tag conflict resolver interface.- Since:
- 11606
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matchesKey(String key)
Check if this resolution apply to the given Tag key.String
resolve(Set<String> values)
Try to resolve a conflict between a set of values for a Tag
-
-
-
Method Detail
-
matchesKey
boolean matchesKey(String key)
Check if this resolution apply to the given Tag key.- Parameters:
key
- The Tag key to match.- Returns:
- true if this automatic resolution apply to the given Tag key.
-
-