|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphelps.net.URLs
URL-related utility classes.
Method Summary | |
---|---|
static java.net.URI |
toURI(java.net.URL url)
With URI#toURL(URI) , safe interconversion between URI and URL, working around Java bugs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.net.URI toURI(java.net.URL url) throws java.net.URISyntaxException
URI#toURL(URI)
, safe interconversion between URI and URL, working around Java bugs.
jar:file
) -- treats scheme as jar
and ssp as opaque
java.net.URISyntaxException
|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |