public class URLUtils extends Object
URL
instances.public static boolean isValidURL(String url)
Returns true if the URL given as string is valid URL.
Specifically it verifies that all mandatory parts of URL are in place and all other parts have valid form.
url
- the URL as string to be verified for valid URL formCopyright © 2015 JBoss by Red Hat. All Rights Reserved.