com.openshift.internal.client.utils
Class UrlUtils
java.lang.Object
com.openshift.internal.client.utils.UrlUtils
public class UrlUtils
- extends Object
- Author:
- Andre Dietisheim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEME_HTTPS
public static final String SCHEME_HTTPS
- See Also:
- Constant Field Values
USERNAME_SEPARATOR
public static final char USERNAME_SEPARATOR
- See Also:
- Constant Field Values
ensureStartsWithHttps
public static String ensureStartsWithHttps(String url)
isUrl
public static boolean isUrl(String string)
appendPath
public static String appendPath(String parent,
String child)
toString
public static String toString(URL url)
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.