public class URIUtils extends Object
Constructor and Description |
---|
URIUtils() |
Modifier and Type | Method and Description |
---|---|
static File |
getURIFile(LocatorIF file)
INTERNAL: Given a URILocator in the file: URI scheme, produce the
corresponding File object.
|
static URL |
toURL(File file)
INTERNAL: Use this method instead of File.toURL() to get URLs for files.
|
public static File getURIFile(LocatorIF file) throws MalformedURLException
MalformedURLException