|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebasetech.ufs.utility.URLUtil
Constructor Summary | |
URLUtil()
|
Method Summary | |
static java.net.URI |
getAbsoluteURI(java.net.URI base,
java.lang.String literalURI)
|
static java.net.URL |
makeURL(java.lang.String urlText,
boolean uri)
make a url from a file or http |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLUtil()
Method Detail |
public static java.net.URL makeURL(java.lang.String urlText, boolean uri) throws java.net.MalformedURLException
urlText
- uri
- make URI compatible URL
java.net.MalformedURLException
public static java.net.URI getAbsoluteURI(java.net.URI base, java.lang.String literalURI) throws java.net.URISyntaxException
java.net.URISyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |