Interface TagConflictResolutionUtil.AutomaticTagConflictResolver

    • 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.
      • resolve

        String resolve​(Set<String> values)
        Try to resolve a conflict between a set of values for a Tag
        Parameters:
        values - the set of conflicting values for the Tag.
        Returns:
        the resolved value or null if resolution was not possible.