OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.utils
Class UrlUtils

java.lang.Object
  extended by com.openshift.internal.client.utils.UrlUtils

public class UrlUtils
extends Object

Author:
Andre Dietisheim

Field Summary
static String SCHEME_HTTPS
           
static char USERNAME_SEPARATOR
           
 
Method Summary
static String appendPath(String parent, String child)
           
static String ensureStartsWithHttps(String url)
           
static boolean isUrl(String string)
           
static String toString(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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)

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.