public final class URLUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
URLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URL |
makeFileUrl(java.lang.String path)
Url factory
|
static java.net.URL |
makeUrl(java.lang.String path,
java.lang.String base0)
Url factory
|
public static java.net.URL makeFileUrl(java.lang.String path)
throws java.io.IOException
path - path to be turned into urljava.io.IOException - exceptionpublic static java.net.URL makeUrl(java.lang.String path,
java.lang.String base0)
throws java.io.IOException
path - path to be turned into urlbase0 - url basejava.io.IOException - exception