Class DownloadManagerHelper


  • public final class DownloadManagerHelper
    extends Object
    • Method Detail

      • getIgnoredProtocolPattern

        public static Pattern getIgnoredProtocolPattern()
      • setExtraProtocols

        public static void setExtraProtocols​(Collection<String> protocols)
      • stripUrl

        public static String stripUrl​(String url)
        Strips download urls from wrapper protocols.
        Parameters:
        url - the given url.
        Returns:
        the stripped URL for the wrapper protocols.
      • stripStartLevel

        public static String stripStartLevel​(String url)
      • stripInlinedMavenRepositoryUrl

        public static String stripInlinedMavenRepositoryUrl​(String url)
      • removeInlinedMavenRepositoryUrl

        public static String removeInlinedMavenRepositoryUrl​(String url)