ir.webutils
Class URLChecker

java.lang.Object
  |
  +--ir.webutils.URLChecker

public class URLChecker
extends java.lang.Object

URLChecker.java trys to clean up some URLs that do not conform to the standard and cause confusion. Valid URL's are returned unchanged. The idea behind this class is to fix some common problems (like leaving spaces in URLs) with simple heuristics. June 1, 2001 Ted Wild


Method Summary
static java.net.URL getURL(java.lang.String urlString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getURL

public static java.net.URL getURL(java.lang.String urlString)
                           throws java.net.MalformedURLException