java.lang.Object
com.redhat.devtools.intellij.common.utils.UrlUtils

public class UrlUtils extends Object
  • Method Details

    • getHost

      public static String getHost(String url)
      Returns the host portion of the given url. Returns null otherwise.
      Parameters:
      url - the url to get the host portion from
      Returns:
      the host portion of the given url