|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.util.URLUtil
public final class URLUtil
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 |
---|
public static java.net.URL stringToURL(java.lang.String urlString)
public static boolean isURLValid(java.lang.String urlString)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |