Class MavenArtifactChoiceListProviderUtils


  • public class MavenArtifactChoiceListProviderUtils
    extends Object
    • Constructor Detail

      • MavenArtifactChoiceListProviderUtils

        public MavenArtifactChoiceListProviderUtils()
    • Method Detail

      • toMap

        public static Map<String,​String> toMap​(List<String> pChoices)
        Cuts of the first parts of the URL and only returns a smaller set of items.
        Parameters:
        pChoices - the list which is transformed to a map
        Returns:
        the map containing the short url as Key and the long url as value.