static interface TagConflictResolutionUtil.AutomaticTagConflictResolver
Modifier and Type | Method and Description |
---|---|
boolean |
matchesKey(java.lang.String key)
Check if this resolution apply to the given Tag key.
|
java.lang.String |
resolve(java.util.Set<java.lang.String> values)
Try to resolve a conflict between a set of values for a Tag
|
boolean matchesKey(java.lang.String key)
key
- The Tag key to match.java.lang.String resolve(java.util.Set<java.lang.String> values)
values
- the set of conflicting values for the Tag.