Class URLish

java.lang.Object
io.bdeploy.common.util.URLish

public class URLish extends Object
"Something URL-like", which can be split into scheme, host, port and "the rest". Each of the individual parts can be modified before using toString to get back out a "similar URL-like thing".
  • Field Details

    • scheme

      public String scheme
    • hostname

      public String hostname
    • port

      public String port
    • pathAndQuery

      public String pathAndQuery
  • Constructor Details

    • URLish

      public URLish(String url)
  • Method Details