edu.jhu.tmaj.util
Class URLUtil

java.lang.Object
  extended by edu.jhu.tmaj.util.URLUtil

public final class URLUtil
extends java.lang.Object


Method Summary
static boolean isURLValid(java.lang.String urlString)
           
static java.net.URL stringToURL(java.lang.String urlString)
          Convert a String to a URL without requiring the user to catch the MalformedURL Exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stringToURL

public static java.net.URL stringToURL(java.lang.String urlString)
Convert a String to a URL without requiring the user to catch the MalformedURL Exception.


isURLValid

public static boolean isURLValid(java.lang.String urlString)