Package net.ontopia.utils
Class URIUtils
java.lang.Object
net.ontopia.utils.URIUtils
INTERNAL: Utilities for working with URIs.
- Since:
- 1.3.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URIUtils
public URIUtils()
-
-
Method Details
-
getURIFile
INTERNAL: Given a URILocator in the file: URI scheme, produce the corresponding File object.- Throws:
MalformedURLException- Since:
- 1.4
-
toURL
INTERNAL: Use this method instead of File.toURL() to get URLs for files.
-